diff options
author | John Terpstra <jht@samba.org> | 2003-04-24 23:26:32 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-24 23:26:32 +0000 |
commit | 07511789c0469829babaefbd1ad1742b1ab799da (patch) | |
tree | 32745dde6a6c7cb9d775abc955620607b271c0e5 /docs/docbook/projdoc/NetworkBrowsing.sgml | |
parent | f0917e0bfd2eebfc9826e6924c231fab99059186 (diff) | |
download | samba-07511789c0469829babaefbd1ad1742b1ab799da.tar.gz samba-07511789c0469829babaefbd1ad1742b1ab799da.tar.bz2 samba-07511789c0469829babaefbd1ad1742b1ab799da.zip |
Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net>
(This used to be commit 2b28e69ddfb017290674298b7497ce780d189976)
Diffstat (limited to 'docs/docbook/projdoc/NetworkBrowsing.sgml')
-rw-r--r-- | docs/docbook/projdoc/NetworkBrowsing.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/NetworkBrowsing.sgml b/docs/docbook/projdoc/NetworkBrowsing.sgml index 7743cb9c75..e8d1b40710 100644 --- a/docs/docbook/projdoc/NetworkBrowsing.sgml +++ b/docs/docbook/projdoc/NetworkBrowsing.sgml @@ -883,7 +883,7 @@ name resolve order = wins lmhosts (eliminates bcast and host) The default is: <programlisting> name resolve order = host lmhost wins bcast -</programlisting>. +</programlisting> where "host" refers the the native methods used by the Unix system to implement the gethostbyname() function call. This is normally controlled by <filename>/etc/host.conf</filename>, <filename>/etc/nsswitch.conf</filename> and <filename>/etc/resolv.conf</filename>. @@ -927,7 +927,7 @@ that can NOT be provided by any other means of name resolution. Samba facilitates browsing. The browsing is supported by &nmbd; and is also controlled by options in the &smb.conf; file. Samba can act as a local browse master for a workgroup and the ability -for samba to support domain logons and scripts is now available. +to support domain logons and scripts is now available. </para> <para> |