diff options
Diffstat (limited to 'docs/manpages/smbd.8')
-rw-r--r-- | docs/manpages/smbd.8 | 13 |
1 files changed, 11 insertions, 2 deletions
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 |