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 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'docs/yodldocs/nmbd.8.yo') 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) -- cgit