From 486308bc13638e05017928340aab97fd9ee1adaf Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 19 Aug 2011 19:59:52 +0000 Subject: as with other list types, column lists generally do not need a Pp/-compact construct; this also sidesteps what seems to be a problem with mandoc, in that "-column -compact" seems to mess up the formatting. thus these pages should now have their lists formatted nicely (i.e. correctly aligned and with indent applied); as a side note, the fact that headers are not properly marked up is another issue which will be addressed separately (a mandoc fix is needed, i think). i have fudged a few of these to mark up properly, since the workaround does make sense for some pages. as another side note, i haven;t fixed man7, as i need to prepare a separate diff for kristaps and ingo. --- usr.bin/netstat/netstat.1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'usr.bin/netstat') diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index d5231cb94e6..3998265d801 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.64 2011/07/09 04:01:30 deraadt Exp $ +.\" $OpenBSD: netstat.1,v 1.65 2011/08/19 19:59:51 jmc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: July 9 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -154,8 +154,7 @@ of the specified .Ar address_family . .Pp The following address families are recognized: -.Pp -.Bl -column "Address Family" "AF_APPLETA" "Description" -offset indent -compact +.Bl -column "Address Family" "AF_APPLETA" "Description" -offset indent .It Sy "Address Family" Ta Sy "Constant" Ta Sy "Description" .It "encap" Ta Dv "PF_KEY" Ta "IPsec" .It "inet" Ta Dv "AF_INET" Ta "IP Version 4" -- cgit v1.2.3