Finally got around to updating the man pages for nmbd and smbd to reflect
authorChristopher R. Hertel <crh@samba.org>
Tue, 25 Aug 1998 15:53:49 +0000 (15:53 +0000)
committerChristopher R. Hertel <crh@samba.org>
Tue, 25 Aug 1998 15:53:49 +0000 (15:53 +0000)
the changes made re: -a and -o options.

Chris -)-----
(This used to be commit e162819054d0241e92978b6b630be8cccc886caf)

docs/manpages/nmbd.8
docs/manpages/smbd.8

index 5e03ef7481abd0d36d2d224799820e3d4c3800c4..7d61560aecc06cc3ba9e4ff6b7b6828ce8f853d1 100644 (file)
@@ -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
index f7fc985d660825367f86d2b379b1ba83d67ab93a..d369f698558d1541633cdf5d9095ef081e96a574 100644 (file)
@@ -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