diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-30 12:25:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-30 12:25:10 +0000 |
commit | 53dfb28324429335ce7ec410f00c309b99d7841e (patch) | |
tree | b0490dda2eedd128ed149b7a2979f7d43c4c79d4 /share/man/man4/ahd.4 | |
parent | 859339e7550ddc109339399fae6054e85a5616ae (diff) |
in column lists, enforce the following ordering:
.Bl -column header1 header2 ... <Bl flags>
mixing things up confuses mandoc, and adding flags in can screw up the list.
this hopefully just makes things a bit safer (and more consistent).
(one more bit of work left and all column lists should format how we want)
Diffstat (limited to 'share/man/man4/ahd.4')
-rw-r--r-- | share/man/man4/ahd.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4 index 5a8ea03663b..328db7ae99b 100644 --- a/share/man/man4/ahd.4 +++ b/share/man/man4/ahd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahd.4,v 1.15 2010/01/03 14:31:01 schwarze Exp $ +.\" $OpenBSD: ahd.4,v 1.16 2011/08/30 12:25:09 jmc Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998, 2000 .\" Justin T. Gibbs. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ahd.4,v 1.5 2004/07/04 14:17:41 simon Exp $ .\" -.Dd $Mdocdate: January 3 2010 $ +.Dd $Mdocdate: August 30 2011 $ .Dt AHD 4 .Os .Sh NAME @@ -98,7 +98,7 @@ console when .Dv AHD_DEBUG is enabled. Logically OR the following bits together: -.Bl -column -offset indent Value Function +.Bl -column Value Function -offset indent .It Em "Value Function" .It 0x0001 Show miscellaneous information .It 0x0002 Show sense data |