accesslog: Added PID file option.
[ashd.git] / doc / accesslog.doc
index 0ae7653..39ec14a 100644 (file)
@@ -7,7 +7,7 @@ accesslog - Access logger for ashd(7)
 
 SYNOPSIS
 --------
-*accesslog* [*-hFa*] [*-f* 'FORMAT'] 'OUTFILE' 'CHILD' ['ARGS'...]
+*accesslog* [*-hFa*] [*-f* 'FORMAT'] [*-p* 'PIDFILE'] 'OUTFILE' 'CHILD' ['ARGS'...]
 
 DESCRIPTION
 -----------
@@ -46,6 +46,12 @@ OPTIONS
        record format. See the FORMAT section, below, for a
        description of the 'FORMAT' string.
 
+*-p* 'PIDFILE'::
+
+       Write the PID of the *accesslog* to 'PIDFILE'. 'PIDFILE' may
+       be `-`, in which case the string "`.pid`" is appended to the
+       log file name and used instead.
+
 *-a*::
 
        Try to emulate the Apache "combined" log format as closely as