From 0c26ae18809f82146ff584c3ba875c82d0b4824f Mon Sep 17 00:00:00 2001
From: Gerald Carter
Date: Thu, 20 Dec 2001 21:58:50 +0000
Subject: update from Vance (This used to be commit
fe7ad3761233f7adb13756d611a11dbf0594b77f)
---
docs/docbook/manpages/smbd.8.sgml | 9 ++++++++-
docs/htmldocs/smbd.8.html | 41 +++++++++++++++++++++++----------------
docs/manpages/smbd.8 | 10 +++++++---
3 files changed, 39 insertions(+), 21 deletions(-)
(limited to 'docs')
diff --git a/docs/docbook/manpages/smbd.8.sgml b/docs/docbook/manpages/smbd.8.sgml
index cdb3d51fa8..e01e547707 100644
--- a/docs/docbook/manpages/smbd.8.sgml
+++ b/docs/docbook/manpages/smbd.8.sgml
@@ -21,6 +21,7 @@
-P
-h
-V
+ -b
-d <debug level>
-l <log directory>
-p <port number>
@@ -120,6 +121,12 @@
Prints the version number for
smbd.
+
+
+ -b
+ Prints information about how
+ Samba was built.
+
-d <debug level>
@@ -274,7 +281,7 @@
- ENVIRONMENTVARIABLES
+ ENVIRONMENT VARIABLES
diff --git a/docs/htmldocs/smbd.8.html b/docs/htmldocs/smbd.8.html
index e093a05f64..ba7116704d 100644
--- a/docs/htmldocs/smbd.8.html
+++ b/docs/htmldocs/smbd.8.html
@@ -36,12 +36,12 @@ NAME="AEN8"
>smbd [-D] [-a] [-o] [-P] [-h] [-V] [-d <debug level>] [-l <log directory>] [-p <port number>] [-O <socket option>] [-s <configuration file>]
[-D] [-a] [-o] [-P] [-h] [-V] [-b] [-d <debug level>] [-l <log directory>] [-p <port number>] [-O <socket option>] [-s <configuration file>]DESCRIPTION
OPTIONS
.
-bPrints information about how
+ Samba was built.
-d <debug level>FILES
LIMITATIONS
ENVIRONMENTVARIABLES
ENVIRONMENT VARIABLES
INSTALLATION
RUNNING THE SERVER AS A DAEMON
RUNNING THE SERVER ON REQUEST
PAM INTERACTION
TESTING THE INSTALLATION
VERSION
DIAGNOSTICS
SIGNALS
SEE ALSO
AUTHOR
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng
.
-.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 \fR ] [ \fB-l \fR ] [ \fB-p \fR ] [ \fB-O \fR ] [ \fB-s \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 \fR ] [ \fB-l \fR ] [ \fB-p \fR ] [ \fB-O \fR ] [ \fB-s \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 \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
--
cgit