diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-19 19:59:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-19 19:59:52 +0000 |
commit | 486308bc13638e05017928340aab97fd9ee1adaf (patch) | |
tree | b87fbb91a23e0298aa0f34991af69bcde49665a5 /share/man/man4/ath.4 | |
parent | 2132ea7d89e2d70989131689128847a576e576df (diff) |
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.
Diffstat (limited to 'share/man/man4/ath.4')
-rw-r--r-- | share/man/man4/ath.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index ecee361e93f..1c3b368936f 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ath.4,v 1.52 2011/07/30 18:03:46 jmc Exp $ +.\" $OpenBSD: ath.4,v 1.53 2011/08/19 19:59:51 jmc Exp $ .\" $NetBSD: ath.4,v 1.5 2004/07/03 16:58:18 mycroft Exp $ .\" .\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting @@ -42,7 +42,7 @@ .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ath.4,v 1.16 2004/02/18 08:30:08 maxim Exp $ .\" parts from $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ath_hal.4,v 1.7 2004/01/07 20:49:51 blackend Exp $ .\" -.Dd $Mdocdate: July 30 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt ATH 4 .Os .Sh NAME @@ -151,8 +151,7 @@ Wireless cards in CardBus slots may be inserted and ejected on the fly. The following cards are among those supported by the .Nm driver: -.Pp -.Bl -column -compact "Samsung SWL-5200N" "AR5212" "CardBus" "a/b/g" -offset 6n +.Bl -column "Samsung SWL-5200N" "AR5212" "CardBus" "a/b/g" -offset 6n .It Em "Card Chip Bus Standard" .It 3Com 3CRPAG175 AR5212 CardBus a/b/g .\"It Aztech WL830PC AR5212 CardBus b/g |