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/uath.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/uath.4')
-rw-r--r-- | share/man/man4/uath.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/uath.4 b/share/man/man4/uath.4 index a5b7f279f7d..69fe707bd98 100644 --- a/share/man/man4/uath.4 +++ b/share/man/man4/uath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uath.4,v 1.22 2011/07/30 18:03:46 jmc Exp $ +.\" $OpenBSD: uath.4,v 1.23 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2006 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 30 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt UATH 4 .Os .Sh NAME @@ -93,8 +93,7 @@ http://firmware.openbsd.org/firmware/uath-firmware-1.0p0.tgz .Ed .Sh HARDWARE The following adapters should work: -.Pp -.Bl -column -compact "TRENDware International TEW-444UB" "AR5005UX" -offset 6n +.Bl -column "TRENDware International TEW-444UB" "AR5005UX" -offset 6n .It Em "Adapter Chipset" .\".It Belkin F6D3050 AR5005UX .It Li "Compex WLU108AG" Ta AR5005UX |