summaryrefslogtreecommitdiff
path: root/docs
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
commit93e016e3d5992388bfc2c43a10f7171bb13156a0 (patch)
tree3e67bc9c3268846b3f34490f8775bbf069b0173c /docs
parent3131d67cfd50ffeb2fa1cf0af948a4bb9ba6d39f (diff)
downloadsamba-93e016e3d5992388bfc2c43a10f7171bb13156a0.tar.gz
samba-93e016e3d5992388bfc2c43a10f7171bb13156a0.tar.bz2
samba-93e016e3d5992388bfc2c43a10f7171bb13156a0.zip
Finally got around to updating the man pages for nmbd and smbd to reflect
the changes made re: -a and -o options. Chris -)----- (This used to be commit e162819054d0241e92978b6b630be8cccc886caf)
Diffstat (limited to 'docs')
-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 5e03ef7481..7d61560aec 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 f7fc985d66..d369f69855 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