diff options
author | uqs <uqs@FreeBSD.org> | 2010-10-08 12:40:16 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-10-08 12:40:16 +0000 |
commit | 8ae3afcfad3d809ecc914f65e53a58e795268f62 (patch) | |
tree | b3bc1578c597e5672077e41ccd208441fd2d7f64 /sbin/ipfw | |
parent | f987d108ff49e7a674821ea62a05be912a3e1c04 (diff) | |
download | FreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.zip FreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.tar.gz |
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index a7efd6f..7a2ff9b 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -184,7 +184,6 @@ See Section for more information on .Em sets . .Pp -.Pp Rules can be added with the .Cm add command; deleted individually or in groups with the @@ -1091,7 +1090,6 @@ will match the following IP addresses: .It Ar addr6-list : ip6-addr Ns Op Ns , Ns Ar addr6-list .It Ar ip6-addr : A host or subnet specified one of the following ways: -.Pp .Bl -tag -width indent .It Ar numeric-ip | hostname Matches a single IPv6 address as allowed by |