diff options
Diffstat (limited to 'sbin/natd/natd.8')
-rw-r--r-- | sbin/natd/natd.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index 90f5c13e46b1..9c1b80b16295 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -32,6 +32,7 @@ .Op Fl log_facility Ar facility_name .Op Fl punch_fw Ar firewall_range .Op Fl log_ipfw_denied +.Op Fl pid_file | P Ar pidfile .Ek .Sh DESCRIPTION The @@ -478,6 +479,10 @@ Log when a packet cannot be re-injected because an rule blocks it. This is the default with .Fl verbose . +.It Fl pid_file | P Ar file +Specify an alternate file in which to store the process ID. +The default is +.Pa /var/run/natd.pid . .El .Sh RUNNING NATD The following steps are necessary before attempting to run |