the -i options are gone from nmbd and smbd - use the smb.conf
authorAndrew Tridgell <tridge@samba.org>
Fri, 7 Jan 2000 08:49:46 +0000 (08:49 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 7 Jan 2000 08:49:46 +0000 (08:49 +0000)
parameter "netbios scope" instead

-i is still available in the command line utils, as these may be used
to contact another scope

docs/yodldocs/nmbd.8.yo
docs/yodldocs/smbd.8.yo

index 596b42dd69f7b939f94ab6eab5615bb5e225c5bf..d7583710ce536f7c6a3cda47a4bf1e3695392fd2 100644 (file)
@@ -9,7 +9,7 @@ naming services to clients)
 label(SYNOPSIS)
 manpagesynopsis()
 
-bf(nmbd) [link(-D)(minusD)] [link(-a)(minusa)] [link(-o)(minuso)] [link(-h)(minush)] [link(-V)(minusV)] [link(-H lmhosts file)(minusH)] [link(-d debuglevel)(minusd)] [link(-l log file basename)(minusl)] [link(-n primary NetBIOS name)(minusn)] [link(-p port number)(minusp)] [link(-s configuration file)(minuss)] [link(-i NetBIOS scope)(minusi)]
+bf(nmbd) [link(-D)(minusD)] [link(-a)(minusa)] [link(-o)(minuso)] [link(-h)(minush)] [link(-V)(minusV)] [link(-H lmhosts file)(minusH)] [link(-d debuglevel)(minusd)] [link(-l log file basename)(minusl)] [link(-n primary NetBIOS name)(minusn)] [link(-p port number)(minusp)] [link(-s configuration file)(minuss)]
 
 label(DESCRIPTION)
 manpagedescription()
@@ -142,14 +142,6 @@ this may be changed when Samba is autoconfigured.
 The file specified contains the configuration details required by the
 server. See url(bf(smb.conf (5)))(smb.conf.5.html) for more information.
 
-label(minusi)
-dit(bf(-i scope)) This specifies a NetBIOS scope that bf(nmbd) will use
-to communicate with when generating NetBIOS names. For details on the
-use of NetBIOS scopes, see rfc1001.txt and rfc1002.txt. NetBIOS scopes
-are em(very) rarely used, only set this parameter if you are the
-system administrator in charge of all the NetBIOS systems you
-communicate with.
-
 endit()
 
 label(FILES)
index d3fd08c445d12f9d3bd36c244ba1ec04fbcd3664..1a3b9db475eeecfa8be893065ca5bd3189a0c2c2 100644 (file)
@@ -8,7 +8,7 @@ manpagename(smbd)(server to provide SMB/CIFS services to clients)
 label(SYNOPSIS)
 manpagesynopsis()
 
-bf(smbd) [link(-D)(minusD)] [link(-a)(minusa)] [link(-o)(minuso)] [link(-P)(minusP)] [link(-h)(minush)] [link(-V)(minusV)] [link(-d debuglevel)(minusd)] [link(-l log file)(minusl)] [link(-p port number)(minusp)] [link(-O socket options)(minusO)] [link(-s configuration file)(minuss)] [link(-i scope)(minusi)]
+bf(smbd) [link(-D)(minusD)] [link(-a)(minusa)] [link(-o)(minuso)] [link(-P)(minusP)] [link(-h)(minush)] [link(-V)(minusV)] [link(-d debuglevel)(minusd)] [link(-l log file)(minusl)] [link(-p port number)(minusp)] [link(-O socket options)(minusO)] [link(-s configuration file)(minuss)]
 
 label(DESCRIPTION)
 manpagedescription()
@@ -144,14 +144,6 @@ of all the services that the server is to provide. See bf(smb.conf
 (5)) for more information.
 The default configuration file name is determined at compile time.
 
-label(minusi)
-dit(bf(-i scope)) This specifies a NetBIOS scope that the server will use
-to communicate with when generating NetBIOS names. For details on the
-use of NetBIOS scopes, see rfc1001.txt and rfc1002.txt. NetBIOS scopes
-are em(very) rarely used, only set this parameter if you are the
-system administrator in charge of all the NetBIOS systems you
-communicate with.
-
 endit()
 
 label(FILES)