summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-05-12 17:14:55 +0000
committerjoel <joel@FreeBSD.org>2012-05-12 17:14:55 +0000
commitcac97f16fe32500a0f8e1344c2878de08fa4b4fa (patch)
treee3813cf73386a725b317ea3e230abc2c97868328 /sbin/ipfw
parent6ebcd23383865f3adcb5c8d987a1dcdda71b80d2 (diff)
downloadFreeBSD-src-cac97f16fe32500a0f8e1344c2878de08fa4b4fa.zip
FreeBSD-src-cac97f16fe32500a0f8e1344c2878de08fa4b4fa.tar.gz
mdoc: use Po and Pc macros instead of parens. Also avoid starting a line
with Ns.
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 11d4d22..5d1625e 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1535,9 +1535,9 @@ Matches packets with the corresponding IP protocol.
.It Cm recv | xmit | via Brq Ar ifX | Ar if Ns Cm * | Ar table Ns Pq Ar number Ns Op , Ns Ar value | Ar ipno | Ar any
Matches packets received, transmitted or going through,
respectively, the interface specified by exact name
-.Ns No ( Ar ifX Ns No ),
+.Po Ar ifX Pc ,
by device name
-.Ns No ( Ar if Ns Ar * Ns No ),
+.Po Ar if* Pc ,
by IP address, or through some interface.
.Pp
The
OpenPOWER on IntegriCloud