diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-03 18:13:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-03 18:13:06 +0000 |
commit | a804a97c33e4b25dbcaedc9dd733074e82576d22 (patch) | |
tree | d7406e2e4375756348312240a5e3030d311649a4 /share | |
parent | efea79dbd8a8f22960a92b7e75e3da0948a17602 (diff) |
Another tricky case of .Bl -column lacking .It.
Use non-breaking spaces to reduce the number of arguments.
This now formats correctly with both groff(1) and mandoc(1).
ok jmc@ sobrado@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.vax/rx.4 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man4/man4.vax/rx.4 b/share/man/man4/man4.vax/rx.4 index 1159336e4a2..d1b69dce46a 100644 --- a/share/man/man4/man4.vax/rx.4 +++ b/share/man/man4/man4.vax/rx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rx.4,v 1.11 2007/05/31 19:19:57 jmc Exp $ +.\" $OpenBSD: rx.4,v 1.12 2010/01/03 18:13:05 schwarze Exp $ .\" $NetBSD: rx.4,v 1.3 1996/03/03 17:14:03 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -30,7 +30,7 @@ .\" .\" from: @(#)rx.4 6.2 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 3 2010 $ .Dt RX 4 vax .Os .Sh NAME @@ -80,11 +80,11 @@ operating system .Pp The minor device number is interpreted as follows: .Bl -column Otherx -offset indent -.Sy Bit Description -0 Sector interleaving (1 disables interleaving) -1 Logical sector 1 is on track 1 (0 no, 1 yes) -2 Not used, reserved -Other Drive number +.It Sy Bit Description +.It 0 Sector interleaving (1 disables interleaving) +.It 1 Logical sector\~1 is on track\~1 (0\~no, 1\~yes) +.It 2 Not used, reserved +.It Other Drive number .El .Pp The two drives in a single @@ -116,11 +116,11 @@ through Thus, unit 0, drive 0 is called by one of the following names: .Bl -column interleavedxx "Device namexx" "Starting Track" -offset indent -.Sy Mapping Device name Starting track -interleaved /dev/rrx0a 0 -direct /dev/rrx0b 0 -interleaved /dev/rrx0c 1 -direct /dev/rrx0d 1 +.It Sy Mapping Device name Starting track +.It interleaved /dev/rrx0a 0 +.It direct /dev/rrx0b 0 +.It interleaved /dev/rrx0c 1 +.It direct /dev/rrx0d 1 .El .Pp The mapping used on the |