X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/7481fc9c5a603e35a6972c0be07d18d507e5dd50..f65809f707319adc063bc77a68547bc82af3b0e2:/fw.1 diff --git a/fw.1 b/fw.1 index e2572fc..51dc460 100644 --- a/fw.1 +++ b/fw.1 @@ -1,6 +1,6 @@ .\" -*-nroff-*- .\" -.\" $Id: fw.1,v 1.19 2004/04/08 01:36:25 mdw Exp $ +.\" $Id$ .\" .\" Manual page for fw .\" @@ -100,6 +100,8 @@ fw \- port forwarder . .B fw .RB [ \-dlq ] +.RB [ \-p +.IR file ] .RB [ \-f .IR file ] .RB [ \-s @@ -175,6 +177,15 @@ initializing properly. .B "\-l, \-\-syslog, \-\-log" Emit logging information to the system log, rather than standard error. .TP +.BI "\-p, \-\-pidfile=" file +Write +.BR fw 's +process-id to +.I file +during start-up. If +.B \-d +is given too, then the process-id is written after forking (obviously). +.TP .B "\-q, \-\-quiet" Don't output any logging information. This option is not recommended for normal use, although it can make system call traces clearer so I use @@ -564,7 +575,7 @@ sources and targets is like this: .br .I name-spec ::= -.RB [[ : ] file [ : ]] +.RB [[ : ] name [ : ]] .I file-name .br .I file-name @@ -1311,7 +1322,7 @@ just logs a message about the signal and continues. .br .I name-spec ::= -.RB [[ : ] file [ : ]] +.RB [[ : ] name [ : ]] .I file-name .br .I file-name @@ -1561,6 +1572,6 @@ The program is too complicated, and this manual page is too long. .\"-------------------------------------------------------------------------- .SH "AUTHOR" . -Mark Wooding, +Mark Wooding, . .\"----- That's all, folks --------------------------------------------------