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 /usr.sbin | |
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 'usr.sbin')
-rw-r--r-- | usr.sbin/mtest/mtest.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mtest/mtest.8 b/usr.sbin/mtest/mtest.8 index 9a961e0..801501d 100644 --- a/usr.sbin/mtest/mtest.8 +++ b/usr.sbin/mtest/mtest.8 @@ -42,8 +42,8 @@ is a small program for testing multicast socket operations. .Pp It accepts the following commands, interactively, or as part of a scripted input file (useful for automated testing): -.Bl -tag -width "a ifname e.e.e.e e.e.e.e" -compact -offset indent .Pp +.Bl -tag -width "a ifname e.e.e.e e.e.e.e" -compact -offset indent .\" .It Ic a Ar ifname Ar mac-addr Join the link-layer group address |