From e9ddceec9c1fca5f248c95ebc58b99ae663e124b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 7 Jan 2000 08:49:46 +0000 Subject: the -i options are gone from nmbd and smbd - use the smb.conf parameter "netbios scope" instead -i is still available in the command line utils, as these may be used to contact another scope (This used to be commit 9fd955409f535850c33af2493d4d2ae493933386) --- docs/yodldocs/nmbd.8.yo | 10 +--------- docs/yodldocs/smbd.8.yo | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) (limited to 'docs') diff --git a/docs/yodldocs/nmbd.8.yo b/docs/yodldocs/nmbd.8.yo index 596b42dd69..d7583710ce 100644 --- a/docs/yodldocs/nmbd.8.yo +++ b/docs/yodldocs/nmbd.8.yo @@ -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) diff --git a/docs/yodldocs/smbd.8.yo b/docs/yodldocs/smbd.8.yo index d3fd08c445..1a3b9db475 100644 --- a/docs/yodldocs/smbd.8.yo +++ b/docs/yodldocs/smbd.8.yo @@ -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) -- cgit