diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-10-21 12:27:13 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-10-21 12:27:13 +0000 |
commit | 2914feeb7e7bc6d1ef98809230b82c6a52364a1d (patch) | |
tree | d5dbe95fb135494ffb64f5572d551217039e5d76 /usr.sbin/mtest/mtest.8 | |
parent | 08f2463092b7a5f64fe082921911c7dd170e1625 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=214132
Diffstat (limited to 'usr.sbin/mtest/mtest.8')
-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 9a961e018469..801501d040d7 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 |