From e162819054d0241e92978b6b630be8cccc886caf Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Tue, 25 Aug 1998 15:53:49 +0000 Subject: Finally got around to updating the man pages for nmbd and smbd to reflect the changes made re: -a and -o options. Chris -)----- --- docs/manpages/nmbd.8 | 9 ++++++++- docs/manpages/smbd.8 | 13 +++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit