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.sbin/btctl/bt.conf.5 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'usr.sbin/btctl') diff --git a/usr.sbin/btctl/bt.conf.5 b/usr.sbin/btctl/bt.conf.5 index 3278f749e11..10db148c6c7 100644 --- a/usr.sbin/btctl/bt.conf.5 +++ b/usr.sbin/btctl/bt.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bt.conf.5,v 1.4 2009/04/26 13:10:20 tobias Exp $ +.\" $OpenBSD: bt.conf.5,v 1.5 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2008 Todd T. Fries .\" @@ -14,7 +14,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: April 26 2009 $ +.Dd $Mdocdate: August 19 2011 $ .Dt BT.CONF 5 .Os .Sh NAME @@ -83,9 +83,8 @@ to match any device. .Ar type describes the type of device to attach. Possible types are -.Pp -.Bl -column "noneXX" "Keyboard/Mouse" -offset indent -compact -.It Em Type Description +.Bl -column "noneXX" "Keyboard/Mouse" -offset indent +.It Em "Type" Ta Em "Description" .It Li none Ta "catchall" .It Li hf Ta "Hands Free" .It Li hid Ta "Keyboard/Mouse" -- cgit v1.2.3