diff options
author | uqs <uqs@FreeBSD.org> | 2010-10-21 12:27:13 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-10-21 12:27:13 +0000 |
commit | 62105f897951821d357533dd4028ade0a41d0fa0 (patch) | |
tree | d5dbe95fb135494ffb64f5572d551217039e5d76 /sbin/ipfw | |
parent | 5697d0d3c3405d5be9f932e83ff517492d3251bb (diff) | |
download | FreeBSD-src-62105f897951821d357533dd4028ade0a41d0fa0.zip FreeBSD-src-62105f897951821d357533dd4028ade0a41d0fa0.tar.gz |
mdoc: make pages render with mandoc
It's a bit more pedantic regarding .Bl list elements. This has an added
benefit of unbreaking the ipfw(8) manpage, where groff was silently
skipping one list element.
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index f870ee4..a954c1d 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1009,11 +1009,11 @@ The second format with multiple addresses) is provided for convenience only and its use is discouraged. .It Ar addr : Oo Cm not Oc Bro -.Bl -tag -width indent .Cm any | me | me6 | .Cm table Ns Pq Ar number Ns Op , Ns Ar value .Ar | addr-list | addr-set .Brc +.Bl -tag -width indent .It Cm any matches any IP address. .It Cm me @@ -2176,7 +2176,6 @@ Finally, the following parameters can be configured for both pipes and queues: .Pp .Bl -tag -width XXXX -compact -.Pp .It Cm buckets Ar hash-table-size Specifies the size of the hash table used for storing the various queues. |