From 3db52feb1f3b2c07ce0b06ad4a7099fa6efe3fc7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 13 Dec 1999 13:27:58 +0000 Subject: first pass at updating head branch to be to be the same as the SAMBA_2_0 branch (This used to be commit 453a822a76780063dff23526c35408866d0c0154) --- docs/htmldocs/smbd.8.html | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'docs/htmldocs/smbd.8.html') diff --git a/docs/htmldocs/smbd.8.html b/docs/htmldocs/smbd.8.html index 790c406394..8230d50f47 100644 --- a/docs/htmldocs/smbd.8.html +++ b/docs/htmldocs/smbd.8.html @@ -24,7 +24,7 @@


SYNOPSIS

-


smbd [-D] [-a] [-o] [-d debuglevel] [-l log file] [-p port number] [-O socket options] [-s configuration file] [-i scope] [-P] [-h] +


smbd [-D] [-a] [-o] [-P] [-h] [-V] [-d debuglevel] [-l log file] [-p port number] [-O socket options] [-s configuration file] [-i scope]


DESCRIPTION

@@ -75,6 +75,13 @@ append log messages to the log file. This is the default.
  • -o If this parameter is specified, the log files will be overwritten when opened. By default, the log files will be appended to. +


    +

  • -P Passive option. Causes smbd not to send any network traffic +out. Used for debugging by the developers only. +


    +

  • -h Prints the help information (usage) for smbd. +


    +

  • -V Prints the version number for smbd.


  • -d debuglevel debuglevel is an integer from 0 to 10.


    The default value if this parameter is not specified is zero. @@ -133,11 +140,6 @@ use of NetBIOS scopes, see rfc1001.txt and rfc1002.txt. NetBIOS scopes are very rarely used, only set this parameter if you are the system administrator in charge of all the NetBIOS systems you communicate with. -


    -

  • -h Prints the help information (usage) for smbd. -


    -

  • -P Passive option. Causes smbd not to send any network traffic -out. Used for debugging by the developers only.



    FILES

    @@ -357,16 +359,11 @@ performance.


    SEE ALSO

    -


    hosts_access (5), -inetd (8), -nmbd (8), -smb.conf (5), -smbclient (1), -testparm (1), -testprns (1), -rpcclient (1), -and the Internet RFC's rfc1001.txt, rfc1002.txt. -In addition the CIFS (formerly SMB) +


    hosts_access (5), inetd (8), nmbd (8), +smb.conf (5), smbclient +(1), testparm (1), +testprns (1), and the Internet RFC's +rfc1001.txt, rfc1002.txt. In addition the CIFS (formerly SMB) specification is available as a link from the Web page : http://samba.org/cifs/.


    -- cgit