Module Name:    src
Committed By:   wiz
Date:           Sat May  8 11:29:40 UTC 2010

Modified Files:
        src/usr.sbin/pf/pfs: pfs.8

Log Message:
Sort options, standardize SYNOPSIS, slight rewordings. Use more markup.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/pf/pfs/pfs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/pf/pfs/pfs.8
diff -u src/usr.sbin/pf/pfs/pfs.8:1.1 src/usr.sbin/pf/pfs/pfs.8:1.2
--- src/usr.sbin/pf/pfs/pfs.8:1.1	Fri May  7 17:41:58 2010
+++ src/usr.sbin/pf/pfs/pfs.8	Sat May  8 11:29:40 2010
@@ -3,73 +3,75 @@
 .Os
 .Sh NAME
 .Nm pfs 
-.Nd saves and restores information for NAT and state tables.
+.Nd save and restore information for NAT and state tables.
 .Sh SYNOPSIS
 .Nm
 .Op Fl v
 .Fl l
 .Nm
-.Op Fl v
-.Fl u
-.Nm
-.Op Fl v
-.Op Fl b
-.Fl w
+.Op Fl bv
+.Fl R
 .Ar filename
 .Nm
-.Op Fl v
-.Op Fl b
+.Op Fl bv
 .Fl r
 .Ar filename
 .Nm
 .Op Fl v
-.Op Fl b
-.Fl R
-.Ar filename
+.Fl u
 .Nm
-.Op Fl v
-.Op Fl b
+.Op Fl bv
 .Fl W
 .Ar filename
+.Nm
+.Op Fl bv
+.Fl w
+.Ar filename
 .Sh DESCRIPTION
 The
 .Nm
 command allows state information created for NAT entries and rules using
-.Pa keep state
+.Dq keep state
 to be locked (modification prevented) and then saved to disk,
 allowing for the system to experience a reboot, followed by the restoration
 of that information, resulting in connections not being interrupted.
 .Sh OPTIONS
-.Bl -tag -width indent
+.Bl -tag -width XrXfilenameXX
 .It Fl b
-The information are read or stored using binary format. The default format is
-a readable ascii format, similar to 
+The information are read or stored using binary format.
+The default format is a readable ASCII format, similar to 
 .Pa pfctl.conf 
 syntax.
-.It Fl v
-Provides a verbose description of what's being done.
-.It Fl u
-Unlock state tables in the kernel.
 .It Fl l
 Lock state tables in the kernel.
-.It Fl r
-Read information in from the specified file and load it into the
-kernel.  This requires the state tables to have already been locked
-and does not change the lock once complete.
-.It Fl w
-Write information out to the specified file and from the kernel.
+.It Fl R Ar filename
+Restore information from
+.Ar filename
+and load it into the kernel.
+The state tables are locked at the beginning of this operation and
+unlocked once complete.
+.It Fl r Ar filename
+Read information in from
+.Ar filename
+and load it into the kernel.
 This requires the state tables to have already been locked
 and does not change the lock once complete.
-.It Fl R
-Restores  information in from the specified file and load it into the
-kernel.  The state tables are locked at the beginning of this operation and
+.It Fl u
+Unlock state tables in the kernel.
+.It Fl v
+Provide a verbose description of what's being done.
+.It Fl W Ar filename
+Write information from the kernel out to
+.Ar filename .
+The state tables are locked at the beginning of this operation and
 unlocked once complete.
-.It Fl W
-Write information out to the specified file and from the kernel.  The state
-tables are locked at the beginning of this operation and unlocked once
-complete.
+.It Fl w Ar filename
+Write information from the kernel out to
+.Ar filename .
+This requires the state tables to have already been locked
+and does not change the lock once complete.
 .El
 .Sh FILES
-/dev/pf
+.Pa /dev/pf
 .Sh SEE ALSO
 .Xr pf 4

Reply via email to