summaryrefslogtreecommitdiff
path: root/docs/manpages
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-08-25 15:53:49 +0000
committerChristopher R. Hertel <crh@samba.org>1998-08-25 15:53:49 +0000
commite162819054d0241e92978b6b630be8cccc886caf (patch)
treea223bc13f44dd7954ca5c689fd8960270ed498fb /docs/manpages
parentd1005b5692e41660a2a7230231b0591aa0773485 (diff)
downloadsamba-e162819054d0241e92978b6b630be8cccc886caf.tar.gz
Finally got around to updating the man pages for nmbd and smbd to reflect
the changes made re: -a and -o options. Chris -)-----
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/nmbd.89
-rw-r--r--docs/manpages/smbd.813
2 files changed, 19 insertions, 3 deletions
diff --git a/docs/manpages/nmbd.8 b/docs/manpages/nmbd.8
index 5e03ef7481a..7d61560aecc 100644
--- a/docs/manpages/nmbd.8
+++ b/docs/manpages/nmbd.8
@@ -190,7 +190,14 @@ This option allows you to override the Netbios name that Samba uses for itself.
.RS 3
If this parameter is specified, the log files will be appended to with each
-new connection. By default, the log files will be overwritten.
+new connection. This is the default.
+.RE
+
+.B \-o
+
+.RS 3
+Overwrite existing log files instead of appending to them. (This was the
+default until version 2.0.0.)
.RE
.B \-p
diff --git a/docs/manpages/smbd.8 b/docs/manpages/smbd.8
index f7fc985d660..d369f698558 100644
--- a/docs/manpages/smbd.8
+++ b/docs/manpages/smbd.8
@@ -8,6 +8,8 @@ smbd \- provide SMB (aka LanManager) services to clients
] [
.B \-a
] [
+.B \-o
+] [
.B \-d
.I debuglevel
] [
@@ -70,8 +72,15 @@ By default, the server will NOT operate as a daemon.
.B \-a
.RS 3
-If this parameter is specified, the log files will be overwritten with each
-new connection. By default, the log files will be appended to.
+If this parameter is specified, each new connection will append log messages
+to the log file. This is the default.
+.RE
+
+.B \-o
+
+.RS 3
+If this parameter is specified, the log files will be overwritten when opened.
+By default, the log files will be appended to.
.RE
.B \-d