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 | |
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.
-rw-r--r-- | bin/pax/cpio.1 | 7 | ||||
-rw-r--r-- | lib/libc/sys/execve.2 | 7 | ||||
-rw-r--r-- | sbin/iked/iked.conf.5 | 16 | ||||
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 13 | ||||
-rw-r--r-- | share/man/man4/acx.4 | 7 | ||||
-rw-r--r-- | share/man/man4/ath.4 | 7 | ||||
-rw-r--r-- | share/man/man4/athn.4 | 7 | ||||
-rw-r--r-- | share/man/man4/bwi.4 | 7 | ||||
-rw-r--r-- | share/man/man4/malo.4 | 7 | ||||
-rw-r--r-- | share/man/man4/ne.4 | 9 | ||||
-rw-r--r-- | share/man/man4/pgt.4 | 7 | ||||
-rw-r--r-- | share/man/man4/rtw.4 | 7 | ||||
-rw-r--r-- | share/man/man4/termios.4 | 16 | ||||
-rw-r--r-- | share/man/man4/uath.4 | 7 | ||||
-rw-r--r-- | share/man/man4/ueagle.4 | 10 | ||||
-rw-r--r-- | share/man/man4/umsm.4 | 34 | ||||
-rw-r--r-- | usr.bin/getent/getent.1 | 7 | ||||
-rw-r--r-- | usr.bin/netstat/netstat.1 | 7 | ||||
-rw-r--r-- | usr.sbin/btctl/bt.conf.5 | 9 |
19 files changed, 82 insertions, 109 deletions
diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1 index 4067c1bd563..5181f925540 100644 --- a/bin/pax/cpio.1 +++ b/bin/pax/cpio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpio.1,v 1.32 2011/01/23 21:33:22 schwarze Exp $ +.\" $OpenBSD: cpio.1,v 1.33 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 1997 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 23 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt CPIO 1 .Os .Sh NAME @@ -292,8 +292,7 @@ Keith Muller at the University of California, San Diego. Different file formats have different maximum file sizes. It is recommended that a format such as cpio or ustar be used for larger files. -.Pp -.Bl -column "File format" "Maximum file size" -offset indent -compact +.Bl -column "File format" "Maximum file size" -offset indent .It Sy "File format" Ta Sy "Maximum file size" .It bcpio Ta 4 Gigabytes .It sv4cpio Ta 4 Gigabytes diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 630ba0e56b3..1e374f1568b 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.34 2009/10/27 08:26:20 nicm Exp $ +.\" $OpenBSD: execve.2,v 1.35 2011/08/19 19:59:51 jmc Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)execve.2 8.3 (Berkeley) 1/24/94 .\" -.Dd $Mdocdate: October 27 2009 $ +.Dd $Mdocdate: August 19 2011 $ .Dt EXECVE 2 .Os .Sh NAME @@ -160,8 +160,7 @@ The process will be started without the new permissions. .Pp The new process also inherits the following attributes from the calling process: -.Pp -.Bl -column parent_process_ID -offset indent -compact +.Bl -column parent_process_ID -offset indent .It process ID Ta see Xr getpid 2 .It parent process ID Ta see Xr getppid 2 .It process group ID Ta see Xr getpgrp 2 diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5 index 8590c95feb9..53069fea707 100644 --- a/sbin/iked/iked.conf.5 +++ b/sbin/iked/iked.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iked.conf.5,v 1.13 2011/01/21 12:34:11 jmc Exp $ +.\" $OpenBSD: iked.conf.5,v 1.14 2011/08/19 19:59:51 jmc Exp $ .\" $vantronix: iked.conf.5,v 1.10 2010/06/03 16:13:40 reyk Exp $ .\" .\" Copyright (c) 2010 Reyk Floeter <reyk@vantronix.net> @@ -16,7 +16,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: January 21 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt IKED.CONF 5 .Os .Sh NAME @@ -681,8 +681,7 @@ and all the traffic arrives with that source address. The following authentication types are permitted with the .Ic auth keyword: -.Pp -.Bl -column "authenticationXX" "Key Length" -offset indent -compact +.Bl -column "authenticationXX" "Key Length" -offset indent .It Em Authentication Key Length Truncated Length .It Li hmac-md5 Ta "128 bits" Ta "96 bits" .It Li hmac-sha1 Ta "160 bits" Ta "96 bits" @@ -694,8 +693,7 @@ keyword: The following pseudo-random function types are permitted with the .Ic prf keyword: -.Pp -.Bl -column "authenticationXX" "Key Length" -offset indent -compact +.Bl -column "authenticationXX" "Key Length" -offset indent .It Em Authentication Key Length .It Li hmac-md5 Ta "128 bits" Ta "[IKE only]" .It Li hmac-sha1 Ta "160 bits" Ta "[IKE only]" @@ -707,8 +705,7 @@ keyword: The following cipher types are permitted with the .Ic enc keyword: -.Pp -.Bl -column "authenticationXX" "Key Length" -offset indent -compact +.Bl -column "authenticationXX" "Key Length" -offset indent .It Em Cipher Key Length .It Li des Ta "56 bits" Ta "[ESP only]" .It Li 3des Ta "168 bits" @@ -745,8 +742,7 @@ This is useful in setups where AH can not be used, e.g. when NAT is involved. The following group types are permitted with the .Ic group keyword: -.Pp -.Bl -column "modpXXXX-XXX" "grpXX" "XXXX" "Alias" -offset indent -compact +.Bl -column "modpXXXX-XXX" "grpXX" "XXXX" "Alias" -offset indent .It Em Name Group Size Type .It Li modp768 Ta grp1 Ta 768 Ta "MODP" .It Li modp1024 Ta grp2 Ta 1024 Ta "MODP" diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 29c5861d048..06c1c45db2a 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.133 2011/07/07 04:17:53 deraadt Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.134 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 7 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt IPSEC.CONF 5 .Os .Sh NAME @@ -589,8 +589,7 @@ $ openssl rand 20 | hexdump -e '20/1 "%02x"' The following authentication types are permitted with the .Ic auth keyword: -.Pp -.Bl -column "authenticationXX" "Key Length" -offset indent -compact +.Bl -column "authenticationXX" "Key Length" -offset indent .It Em Authentication Key Length .It Li hmac-md5 Ta "128 bits" .It Li hmac-ripemd160 Ta "160 bits" Ta "[phase 2 only]" @@ -603,8 +602,7 @@ keyword: The following cipher types are permitted with the .Ic enc keyword: -.Pp -.Bl -column "authenticationXX" "Key Length" -offset indent -compact +.Bl -column "authenticationXX" "Key Length" -offset indent .It Em Cipher Key Length .It Li des Ta "56 bits" .It Li 3des Ta "168 bits" @@ -642,8 +640,7 @@ This is useful in setups where AH can not be used, e.g. when NAT is involved. The following group types are permitted with the .Ic group keyword: -.Pp -.Bl -column "authenticationXX" "Key Length" -offset indent -compact +.Bl -column "authenticationXX" "Key Length" -offset indent .It Em Group Size .It Li modp768 Ta 768 Ta [DH group 1] .It Li modp1024 Ta 1024 Ta [DH group 2] diff --git a/share/man/man4/acx.4 b/share/man/man4/acx.4 index 3ae4d2facaf..8608767e289 100644 --- a/share/man/man4/acx.4 +++ b/share/man/man4/acx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acx.4,v 1.39 2011/06/09 14:21:11 deraadt Exp $ +.\" $OpenBSD: acx.4,v 1.40 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 9 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt ACX 4 .Os .Sh NAME @@ -132,8 +132,7 @@ http://firmware.openbsd.org/firmware/acx-firmware-1.4.tgz The following cards are among those supported by the .Nm driver: -.Pp -.Bl -column -compact "Microcom Travelcard" "ACX111" "CardBus" "a/b/g" -offset 6n +.Bl -column "Microcom Travelcard" "ACX111" "CardBus" "a/b/g" -offset 6n .It Em "Card Chip Bus Standard" .It D-Link DWL-520+ ACX100 PCI b .It D-Link DWL-650+ ACX100 CardBus b 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 diff --git a/share/man/man4/athn.4 b/share/man/man4/athn.4 index 4db08db8b44..21d54210ade 100644 --- a/share/man/man4/athn.4 +++ b/share/man/man4/athn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: athn.4,v 1.16 2011/06/09 14:21:11 deraadt Exp $ +.\" $OpenBSD: athn.4,v 1.17 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>. .\" @@ -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: June 9 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt ATHN 4 .Os .Sh NAME @@ -94,8 +94,7 @@ They operate in the 2GHz spectrum and support 2 transmit paths and 2 receiver paths (2T2R). .Pp The following table summarizes the supported chips and their capabilities. -.Pp -.Bl -column -compact "AR9001-3NX2 (AR9160+AR9106)" "2GHz/5GHz" "3x3:3" "PCI/CardBus" -offset 4n +.Bl -column "AR9001-3NX2 (AR9160+AR9106)" "2GHz/5GHz" "3x3:3" "PCI/CardBus" -offset 4n .It Em "Chipset Spectrum TxR:S Bus" .It AR5008-2NG (AR5416+AR2122) 2GHz 2x2:2 PCI/CardBus .It AR5008-3NG (AR5416+AR2133) 2GHz 3x3:2 PCI/CardBus diff --git a/share/man/man4/bwi.4 b/share/man/man4/bwi.4 index c69e655c01e..4d267bd875e 100644 --- a/share/man/man4/bwi.4 +++ b/share/man/man4/bwi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bwi.4,v 1.31 2011/06/09 14:21:11 deraadt Exp $ +.\" $OpenBSD: bwi.4,v 1.32 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> .\" @@ -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: June 9 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt BWI 4 .Os .Sh NAME @@ -109,8 +109,7 @@ http://firmware.openbsd.org/firmware/bwi-firmware-1.4.tgz The following cards are among those supported by the .Nm driver: -.Pp -.Bl -column -compact "Apple Airport Extreme" "BCM4306" "CardBus" "a/b/g" -offset 6n +.Bl -column "Apple Airport Extreme" "BCM4306" "CardBus" "a/b/g" -offset 6n .It Em "Card Chip Bus Standard" .It Apple Airport Extreme BCM4306 PCI b/g .It Apple Airport Extreme BCM4318 PCI b/g diff --git a/share/man/man4/malo.4 b/share/man/man4/malo.4 index 1f14bbcdddb..75a9f0e7442 100644 --- a/share/man/man4/malo.4 +++ b/share/man/man4/malo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malo.4,v 1.36 2011/06/09 14:21:11 deraadt Exp $ +.\" $OpenBSD: malo.4,v 1.37 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 9 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt MALO 4 .Os .Sh NAME @@ -123,8 +123,7 @@ http://firmware.openbsd.org/firmware/malo-firmware-1.4.tgz The following cards are among those supported by the .Nm driver: -.Pp -.Bl -column -compact "Microcom Travelcard" "MALO111" "CardBus" "a/b/g" -offset 6n +.Bl -column "Microcom Travelcard" "MALO111" "CardBus" "a/b/g" -offset 6n .It Em "Card Chip Bus Standard" .It Ambicom WL54CF 88W8385 PCMCIA b/g .It I-O DATA WN-G54/CF 88W8385 PCMCIA b/g diff --git a/share/man/man4/ne.4 b/share/man/man4/ne.4 index 32c6b73f5d4..fde311220f8 100644 --- a/share/man/man4/ne.4 +++ b/share/man/man4/ne.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ne.4,v 1.33 2008/09/29 18:46:50 deraadt Exp $ +.\" $OpenBSD: ne.4,v 1.34 2011/08/19 19:59:51 jmc Exp $ .\" $NetBSD: ne.4,v 1.4 1998/02/22 05:21:20 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 29 2008 $ +.Dd $Mdocdate: August 19 2011 $ .Dt NE 4 .Os .Sh NAME @@ -51,9 +51,8 @@ The .Nm device driver supports NE2000 and compatible (including NE1000) Ethernet cards, including: -.Pp -.Bl -column "Name " "Bus" -compact -.It Em "Name Bus" +.Bl -column "Name " "Bus" +.It Em "Name " Ta Em "Bus" .It Li "Accton EN2212, EN2216" Ta PCMCIA .It Li "Addtron W89C926 Ethernet" Ta PCMCIA .It Li "Allied Telesis LA-PCM" Ta PCMCIA diff --git a/share/man/man4/pgt.4 b/share/man/man4/pgt.4 index d5ee5eb9722..94135eb36b9 100644 --- a/share/man/man4/pgt.4 +++ b/share/man/man4/pgt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pgt.4,v 1.34 2011/06/09 14:21:11 deraadt Exp $ +.\" $OpenBSD: pgt.4,v 1.35 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 9 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt PGT 4 .Os .Sh NAME @@ -124,8 +124,7 @@ http://firmware.openbsd.org/firmware/pgt-firmware-1.2.tgz The following cards are among those supported by the .Nm driver: -.Pp -.Bl -column -compact "SMC EZ Connect g 2.4GHz SMC2835W-v2" "ISL38xx" "CardBus" -offset 6n +.Bl -column "SMC EZ Connect g 2.4GHz SMC2835W-v2" "ISL38xx" "CardBus" -offset 6n .It Em "Card Chip Bus" .It 3COM 3CRWE154G72 ISL3880 CardBus .It D-Link DWL-g650 A1 ISL3890 PCI diff --git a/share/man/man4/rtw.4 b/share/man/man4/rtw.4 index 4486c0c9122..3b7442a7151 100644 --- a/share/man/man4/rtw.4 +++ b/share/man/man4/rtw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtw.4,v 1.37 2010/09/19 12:49:37 jmc Exp $ +.\" $OpenBSD: rtw.4,v 1.38 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2004 Jonathan Gray <jsg@openbsd.org> .\" @@ -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: September 19 2010 $ +.Dd $Mdocdate: August 19 2011 $ .Dt RTW 4 .Os .Sh NAME @@ -79,8 +79,7 @@ or on boot with .Xr hostname.if 5 . .Sh HARDWARE The following adapters should work: -.Pp -.Bl -column "Card " "Radio " "Bus" -compact -offset 6n +.Bl -column "Card " "Radio " "Bus" -offset 6n .It Em "Card Radio Bus" .\".It Li "Acer Aspire 1357 LMi" Ta SA2400 Ta Mini PCI .It Li "Allnet ALL0182" Ta SA2400 Ta CardBus diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index fd28bfb43bd..362b63171aa 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.34 2010/09/19 12:41:23 jmc Exp $ +.\" $OpenBSD: termios.4,v 1.35 2011/08/19 19:59:51 jmc Exp $ .\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)termios.4 8.4 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: September 19 2010 $ +.Dd $Mdocdate: August 19 2011 $ .Dt TERMIOS 4 .Os .Sh NAME @@ -1460,11 +1460,10 @@ a \e character. In addition, this prefix is added to upper case characters on output. .Pp In addition, the following special character translations are in effect: -.Pp -.Bl -column "for:" "use:" -offset indent -compact -.It Em "for: use:" +.Bl -column "for:" "use:" -offset indent +.It Em "for:" Ta Em "use:" .It Dv ` Ta \&\e' -.It Dv | Ta \&\e! +.It Dv \&| Ta \&\e! .It Dv ~ Ta \&\e^ .It Dv { Ta \&\e( .It Dv } Ta \&\e) @@ -1502,9 +1501,8 @@ This table lists the array index, the corresponding special character, and the system default value. For an accurate list of the system defaults, consult the header file .Aq Pa sys/ttydefaults.h . -.Pp -.Bl -column "Index Name" "Special Character" -offset indent -compact -.It Em "Index Name Special Character Default Value" +.Bl -column "Index Name" "Special Character" -offset indent +.It Em "Index Name" Ta Em "Special Character" Ta Em "Default Value" .It Dv VEOF Ta EOF Ta \&^D .It Dv VEOL Ta EOL Ta _POSIX_VDISABLE .It Dv VEOL2 Ta EOL2 Ta _POSIX_VDISABLE 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 diff --git a/share/man/man4/ueagle.4 b/share/man/man4/ueagle.4 index 47a5dd686a4..78a81aa8050 100644 --- a/share/man/man4/ueagle.4 +++ b/share/man/man4/ueagle.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ueagle.4,v 1.13 2011/06/09 14:21:12 deraadt Exp $ +.\" $OpenBSD: ueagle.4,v 1.14 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2003-2005 .\" 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: June 9 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt UEAGLE 4 .Os .Sh NAME @@ -88,10 +88,8 @@ See also below. .Sh HARDWARE The following modems should work: -.Pp -.\" .Bl -tag -width Ds -offset indent -compact -.Bl -column "Modem " "Chip" -compact -offset 6n -.It Em "Modem Chip" +.Bl -column "Modem " "Chip" -offset 6n +.It Em "Modem " Ta Em "Chip" .It Li "Aethra Starmodem" Ta Eagle II .It Li "Allied Telesyn AT-AR215" Ta Eagle I .It Li "Arescom NDS1060" Ta Eagle II diff --git a/share/man/man4/umsm.4 b/share/man/man4/umsm.4 index 67c3fc86cee..2a882cb648a 100644 --- a/share/man/man4/umsm.4 +++ b/share/man/man4/umsm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umsm.4,v 1.70 2011/07/22 11:40:48 dcoppa Exp $ +.\" $OpenBSD: umsm.4,v 1.71 2011/08/19 19:59:51 jmc Exp $ .\" .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> .\" @@ -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: July 22 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt UMSM 4 .Os .Sh NAME @@ -34,9 +34,8 @@ USB controller with the actual device attached to it. The following devices are known to work with the .Nm driver: -.Pp -.Bl -column "Device " "Bus" -compact -offset 6n -.It Em "Device Bus" +.Bl -column "Device " "Bus" -offset 6n +.It Em Device Ta Ta Em Bus .It Li "AirPrime PC5220" Ta Ta CardBus .It Li "Alcatel One Touch X060" Ta Ta USB .It Li "Alcatel One Touch X200" Ta Ta USB @@ -89,7 +88,7 @@ driver: .It Li "Sierra Wireless MC8790" Ta Ta PCI Express Mini Card .It Li "Sierra Wireless AirCard 580" Ta Ta CardBus .It Li "Sierra Wireless AirCard 875" Ta Ta CardBus -.It Li "Sierra Wireless AirCard 881" Ta CardBus +.It Li "Sierra Wireless AirCard 881" Ta Ta CardBus .It Li "Sierra Wireless AirCard 881U" Ta Ta USB .It Li "Sierra Wireless Inc. USB 305" Ta Ta USB .It Li "Softbank C01SW (Sierra OEM)" Ta Ta USB @@ -103,8 +102,7 @@ driver: .El .Pp Devices suspected of being compatible are: -.Pp -.Bl -column "Device " "Bus" -compact -offset 6n +.Bl -column "Device " "Bus" -offset 6n .It Em "Device Bus" .It Li "Dell W5500" Ta Ta PCI Express Mini Card .It Li "Huawei E270+" Ta Ta USB @@ -112,10 +110,10 @@ Devices suspected of being compatible are: .It Li "Huawei E1690" Ta Ta USB .It Li "Huawei E1762" Ta Ta USB .It Li "Huawei E1820" Ta Ta USB -.It Li "Novatel Wireless ExpressCard" Ta ExpressCard -.It Li "Novatel Wireless Merlin V620" Ta CardBus -.It Li "Novatel Wireless Merlin V740" Ta CardBus -.It Li "Novatel Wireless Merlin X950D" Ta ExpressCard +.It Li "Novatel Wireless ExpressCard" Ta Ta ExpressCard +.It Li "Novatel Wireless Merlin V620" Ta Ta CardBus +.It Li "Novatel Wireless Merlin V740" Ta Ta CardBus +.It Li "Novatel Wireless Merlin X950D" Ta Ta ExpressCard .It Li "Novatel Wireless MC950D" Ta Ta USB .It Li "Novatel Wireless S720" Ta Ta CardBus .It Li "Novatel Wireless U720" Ta Ta USB @@ -123,13 +121,13 @@ Devices suspected of being compatible are: .It Li "Novatel Wireless U870" Ta Ta CardBus .It Li "Novatel Wireless V720" Ta Ta CardBus .It Li "Novatel Wireless X950D" Ta Ta ExpressCard -.It Li "Novatel Wireless XU870 HSDPA" Ta ExpressCard -.It Li "Sierra Wireless AirCard 595" Ta CardBus -.It Li "Sierra Wireless AirCard 597E" Ta CardBus -.It Li "Sierra Wireless AirCard 880" Ta CardBus -.It Li "Sierra Wireless AirCard 880E" Ta ExpressCard +.It Li "Novatel Wireless XU870 HSDPA" Ta Ta ExpressCard +.It Li "Sierra Wireless AirCard 595" Ta Ta CardBus +.It Li "Sierra Wireless AirCard 597E" Ta Ta CardBus +.It Li "Sierra Wireless AirCard 880" Ta Ta CardBus +.It Li "Sierra Wireless AirCard 880E" Ta Ta ExpressCard .It Li "Sierra Wireless AirCard 880U" Ta Ta USB -.It Li "Sierra Wireless AirCard 881E" Ta ExpressCard +.It Li "Sierra Wireless AirCard 881E" Ta Ta ExpressCard .It Li "Sierra Wireless AirCard 885U" Ta Ta USB .It Li "Sierra Wireless C597" Ta Ta USB .It Li "Sierra Wireless EM5625" Ta Ta USB diff --git a/usr.bin/getent/getent.1 b/usr.bin/getent/getent.1 index 7a641ac87e9..07cabbc17ad 100644 --- a/usr.bin/getent/getent.1 +++ b/usr.bin/getent/getent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getent.1,v 1.9 2010/10/01 07:06:16 jmc Exp $ +.\" $OpenBSD: getent.1,v 1.10 2011/08/19 19:59:51 jmc Exp $ .\" $NetBSD: getent.1,v 1.13 2005/09/11 23:16:15 wiz Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 1 2010 $ +.Dd $Mdocdate: August 19 2011 $ .Dt GETENT 1 .Os .Sh NAME @@ -58,8 +58,7 @@ file format for that database. .Pp .Ar database may be one of: -.Pp -.Bl -column "netgroup" -offset indent -compact +.Bl -column "netgroup" -offset indent .It Sy Database Ta Sy Display format .It ethers Ta address name .It group Ta group:passwd:gid:[member[,member]...] diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index d5231cb94e6..3998265d801 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.64 2011/07/09 04:01:30 deraadt Exp $ +.\" $OpenBSD: netstat.1,v 1.65 2011/08/19 19:59:51 jmc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: July 9 2011 $ +.Dd $Mdocdate: August 19 2011 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -154,8 +154,7 @@ of the specified .Ar address_family . .Pp The following address families are recognized: -.Pp -.Bl -column "Address Family" "AF_APPLETA" "Description" -offset indent -compact +.Bl -column "Address Family" "AF_APPLETA" "Description" -offset indent .It Sy "Address Family" Ta Sy "Constant" Ta Sy "Description" .It "encap" Ta Dv "PF_KEY" Ta "IPsec" .It "inet" Ta Dv "AF_INET" Ta "IP Version 4" 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 <todd@OpenBSD.org> .\" @@ -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" |