diff options
author | Gerald Carter <jerry@samba.org> | 2001-12-20 21:58:50 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-12-20 21:58:50 +0000 |
commit | 0c26ae18809f82146ff584c3ba875c82d0b4824f (patch) | |
tree | 8c0464124ce59cf9e97210a272e3ab834d9cd88d /docs/manpages | |
parent | adb4931aa4db022d0302a4a7060643c738084f26 (diff) | |
download | samba-0c26ae18809f82146ff584c3ba875c82d0b4824f.tar.gz samba-0c26ae18809f82146ff584c3ba875c82d0b4824f.tar.bz2 samba-0c26ae18809f82146ff584c3ba875c82d0b4824f.zip |
update from Vance
(This used to be commit fe7ad3761233f7adb13756d611a11dbf0594b77f)
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/smbd.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/manpages/smbd.8 b/docs/manpages/smbd.8 index 42157c00b0..a01a239e5e 100644 --- a/docs/manpages/smbd.8 +++ b/docs/manpages/smbd.8 @@ -3,12 +3,12 @@ .\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "SMBD" "8" "06 December 2001" "" "" +.TH "SMBD" "8" "20 December 2001" "" "" .SH NAME smbd \- server to provide SMB/CIFS services to clients .SH SYNOPSIS .sp -\fBsmbd\fR [ \fB-D\fR ] [ \fB-a\fR ] [ \fB-o\fR ] [ \fB-P\fR ] [ \fB-h\fR ] [ \fB-V\fR ] [ \fB-d <debug level>\fR ] [ \fB-l <log directory>\fR ] [ \fB-p <port number>\fR ] [ \fB-O <socket option>\fR ] [ \fB-s <configuration file>\fR ] +\fBsmbd\fR [ \fB-D\fR ] [ \fB-a\fR ] [ \fB-o\fR ] [ \fB-P\fR ] [ \fB-h\fR ] [ \fB-V\fR ] [ \fB-b\fR ] [ \fB-d <debug level>\fR ] [ \fB-l <log directory>\fR ] [ \fB-p <port number>\fR ] [ \fB-O <socket option>\fR ] [ \fB-s <configuration file>\fR ] .SH "DESCRIPTION" .PP This program is part of the Samba suite. @@ -83,6 +83,10 @@ for \fBsmbd\fR. Prints the version number for \fBsmbd\fR. .TP +\fB-b\fR +Prints information about how +Samba was built. +.TP \fB-d <debug level>\fR \fIdebuglevel\fR is an integer from 0 to 10. The default value if this parameter is @@ -197,7 +201,7 @@ you will be unable to connect from a client (such as a PC) as two different users at once. Attempts to connect the second user will result in access denied or similar. -.SH "ENVIRONMENTVARIABLES" +.SH "ENVIRONMENT VARIABLES" .TP \fBPRINTER\fR If no printer name is specified to |