diff options
author | John Terpstra <jht@samba.org> | 2005-10-17 17:21:37 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:09 -0500 |
commit | 3dcaa47d1b3c7e537b3d05e60b09852c1921b332 (patch) | |
tree | 20ce812b132b1767a998d0132d8cdee099adb859 /docs | |
parent | f436d805f64a4e4e2cc35c2d33f3efe568629abe (diff) | |
download | samba-3dcaa47d1b3c7e537b3d05e60b09852c1921b332.tar.gz samba-3dcaa47d1b3c7e537b3d05e60b09852c1921b332.tar.bz2 samba-3dcaa47d1b3c7e537b3d05e60b09852c1921b332.zip |
Fix for bug #2303.
(This used to be commit 04ac7e5664f2bf6d668dea3d65a055de685a64e5)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/misc/remotebrowsesync.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/smbdotconf/misc/remotebrowsesync.xml b/docs/smbdotconf/misc/remotebrowsesync.xml index 508ec3ab2e..d00e6859c3 100644 --- a/docs/smbdotconf/misc/remotebrowsesync.xml +++ b/docs/smbdotconf/misc/remotebrowsesync.xml @@ -23,11 +23,11 @@ <para> For example: <programlisting> -<command moreinfo="none">remote browse sync = 192.168.2.255 192.168.4.255</command> +<parameter>remote browse sync = 192.168.2.255 192.168.4.255</parameter> </programlisting> - the above line would cause <command moreinfo="none">nmbd</command> to request - the master browser on the specified subnets or addresses to - synchronize their browse lists with the local server. + the above line would cause &nmbd; to request the master browser on the + specified subnets or addresses to synchronize their browse lists with + the local server. </para> <para> @@ -38,6 +38,12 @@ that the remote machine is available, is listening, nor that it is in fact the browse master on its segment. </para> + + <para> + The <parameter>remote browse sync</parameter> may be used on networks + where there is no WINS server, and may be used on disjoint networks where + each network has its own WINS server. + </para> </description> <value type="default"></value> |