diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
commit | fd80bd85aae74b486ef6875e2553afa55b9499e0 (patch) | |
tree | 745201ae517ef3469e3bafc20c5bb76de8b3bffa | |
parent | 06e3579118de0e275610c2060770fff7febe25c6 (diff) |
Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.
184 files changed, 384 insertions, 387 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index 05531bc8842..697377a8f18 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chio.1,v 1.14 2000/03/17 18:15:12 aaron Exp $ +.\" $OpenBSD: chio.1,v 1.15 2000/11/09 17:51:53 aaron Exp $ .\" $NetBSD: chio.1,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ .\" .\" Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> @@ -54,7 +54,7 @@ utility is used to control the operation of medium changers, such as those found in tape and optical disk jukeboxes. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl f Ar changer Use the device .Pa changer diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index bc8a7b78e50..6e9706a91fb 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cp.1,v 1.16 2000/10/18 06:55:07 aaron Exp $ +.\" $OpenBSD: cp.1,v 1.17 2000/11/09 17:51:54 aaron Exp $ .\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -76,7 +76,7 @@ If detects an attempt to copy a file to itself, the copy will fail. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl R If .Ar source_file diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index e8e6e477f57..76adc8499e0 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: echo.1,v 1.8 1999/11/11 01:15:49 aaron Exp $ +.\" $OpenBSD: echo.1,v 1.9 2000/11/09 17:51:54 aaron Exp $ .\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -59,7 +59,7 @@ output. When no operands are given, only the newline is written. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl n Do not print the trailing newline character. .El diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index 276a298a7cb..258bcf61dde 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.1,v 1.11 2000/04/12 21:47:47 aaron Exp $ +.\" $OpenBSD: hostname.1,v 1.12 2000/11/09 17:51:54 aaron Exp $ .\" $NetBSD: hostname.1,v 1.11 1995/09/07 06:28:39 jtc Exp $ .\" .\" Copyright (c) 1983, 1988, 1990, 1993 @@ -56,7 +56,7 @@ This is used at system boot time by to initialize the hostname. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl s Trims off any domain information from the printed name. diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 923c8d038f8..b111ebba87a 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ln.1,v 1.9 2000/10/18 06:55:08 aaron Exp $ +.\" $OpenBSD: ln.1,v 1.10 2000/11/09 17:51:55 aaron Exp $ .\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -67,7 +67,7 @@ How a link points to a file is one of the differences between a hard and symbolic link. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl f Unlink any already existing file, permitting the link to occur. .It Fl s diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index f96217c0c2d..81136137bdf 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.28 2000/10/18 06:55:08 aaron Exp $ +.\" $OpenBSD: ls.1,v 1.29 2000/11/09 17:51:55 aaron Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -68,7 +68,7 @@ and non-directory operands are sorted separately and in lexicographical order. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl A List all entries except for .Dq \&. diff --git a/bin/md5/md5.1 b/bin/md5/md5.1 index f18be985557..3d41d226705 100644 --- a/bin/md5/md5.1 +++ b/bin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: md5.1,v 1.9 2000/10/18 07:17:16 aaron Exp $ +.\" $OpenBSD: md5.1,v 1.10 2000/11/09 17:51:56 aaron Exp $ .\" .Dd February 14, 1994 .Dt MD5 1 @@ -27,7 +27,7 @@ such as .Em RSA . .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl s Ar string Prints a checksum of the given .Ar string . diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1 index 2822577749d..a012e6acc82 100644 --- a/bin/md5/rmd160.1 +++ b/bin/md5/rmd160.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.1,v 1.6 2000/03/23 21:10:22 aaron Exp $ +.\" $OpenBSD: rmd160.1,v 1.7 2000/11/09 17:51:56 aaron Exp $ .\" .Dd July 16, 1997 .Dt RMD160 1 @@ -28,7 +28,7 @@ such as .Em RSA . .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl s Ar string Prints a checksum of the given .Ar string . diff --git a/bin/md5/sha1.1 b/bin/md5/sha1.1 index 571fd775e66..242a71d898e 100644 --- a/bin/md5/sha1.1 +++ b/bin/md5/sha1.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.1,v 1.7 2000/03/23 21:10:22 aaron Exp $ +.\" $OpenBSD: sha1.1,v 1.8 2000/11/09 17:51:56 aaron Exp $ .\" .Dd July 12, 1997 .Dt SHA1 1 @@ -28,7 +28,7 @@ such as .Em RSA . .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl s Ar string Prints a checksum of the given .Ar string . diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 4f2d8243626..e1819ecd6f0 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkdir.1,v 1.14 2000/10/18 06:56:04 aaron Exp $ +.\" $OpenBSD: mkdir.1,v 1.15 2000/11/09 17:51:56 aaron Exp $ .\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -58,7 +58,7 @@ as modified by the current .Xr umask 2 . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl m Ar mode Set the file permission bits of the final created directory to the specified diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 56ccfa58762..98fee2d56ef 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mv.1,v 1.11 2000/10/18 06:55:09 aaron Exp $ +.\" $OpenBSD: mv.1,v 1.12 2000/11/09 17:51:57 aaron Exp $ .\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -73,7 +73,7 @@ concatenation of the last operand, a slash, and the final pathname component of the named file. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl f Do not prompt for confirmation before overwriting the destination path. diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1 index 85c775ebec6..65c6efdda23 100644 --- a/bin/pax/cpio.1 +++ b/bin/pax/cpio.1 @@ -27,7 +27,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. .\" -.\" $OpenBSD: cpio.1,v 1.10 2000/03/17 18:15:15 aaron Exp $ +.\" $OpenBSD: cpio.1,v 1.11 2000/11/09 17:51:57 aaron Exp $ .\" .Dd February 16, 1997 .Dt CPIO 1 @@ -68,13 +68,13 @@ command copies files to and from a archive. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl o Create an archive. Reads the list of files to store in the archive from standard input, and writes the archive on standard output. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl a Reset the access times on files that have been copied to the archive. @@ -95,7 +95,8 @@ Use the specified file name as the archive to write to. .It Fl H Ar format Write the archive in the specified format. Recognized formats are: -.Bl -tag -width Ds +.Pp +.Bl -tag -width sv4cpio -compact .It Ar bcpio Old binary cpio format. .It Ar cpio @@ -127,7 +128,7 @@ Reads the archive file from standard input and extracts files matching the .Ar patterns that were specified on the command line. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl b Do byte and word swapping after reading in data from the archive, for restoring archives created on systems with @@ -155,7 +156,8 @@ Use the specified file as the input for the archive. .It Fl H Ar format Read an archive of the specified format. Recognized formats are: -.Bl -tag -width Ds +.Pp +.Bl -tag -width sv4cpio -compact .It Ar bcpio Old binary cpio format. .It Ar cpio @@ -201,7 +203,7 @@ The list of files to copy are read from standard input and written out to a directory relative to the specified .Ar directory argument. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl a Reset the access times on files that have been copied. .It Fl d diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 6ea227b9880..ddffe87a633 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.22 2000/11/08 19:37:32 aaron Exp $ +.\" $OpenBSD: pax.1,v 1.23 2000/11/09 17:51:58 aaron Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -332,7 +332,7 @@ operand pathnames in a diagnostic message to standard error and then exit with a non-zero exit status. .Pp The options are as follows: -.Bl -tag -width 4n +.Bl -tag -width Ds .It Fl r Read an archive file from standard input and extract the specified diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 4e4ca50eb71..4dce138dbd8 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.26 2000/10/18 06:55:09 aaron Exp $ +.\" $OpenBSD: ps.1,v 1.27 2000/11/09 17:51:58 aaron Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -73,7 +73,7 @@ controlling terminal, CPU time (including both user and system time), state, and associated command. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Display information about other users' processes as well as your own. .It Fl c diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index 75e54ae9c32..53cde7e0137 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcp.1,v 1.11 2000/03/17 18:15:15 aaron Exp $ +.\" $OpenBSD: rcp.1,v 1.12 2000/11/09 17:51:59 aaron Exp $ .\" $NetBSD: rcp.1,v 1.6 1995/07/25 19:37:25 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -72,7 +72,7 @@ before any characters). .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl K Turns off all Kerberos authentication. .It Fl k Ar realm diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 1cf124d1ccb..0884529e0a6 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.10 2000/10/18 06:55:10 aaron Exp $ +.\" $OpenBSD: rm.1,v 1.11 2000/11/09 17:52:00 aaron Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -58,7 +58,7 @@ input device is a terminal, the user is prompted (on the standard error output) for confirmation. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl d Attempt to remove directories as well as other types of files. .It Fl f diff --git a/libexec/atrun/atrun.8 b/libexec/atrun/atrun.8 index 30c7f373cb1..7519a577473 100644 --- a/libexec/atrun/atrun.8 +++ b/libexec/atrun/atrun.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atrun.8,v 1.8 2000/09/08 18:03:26 aaron Exp $ +.\" $OpenBSD: atrun.8,v 1.9 2000/11/09 17:53:34 aaron Exp $ .\" $FreeBSD: atrun.man,v 1.3 1997/02/22 14:20:55 peter Exp $ .Dd April 12, 1995 .Dt ATRUN 8 @@ -33,7 +33,7 @@ each time is invoked. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl l Ar load_avg Specifies a limiting load factor, over which batch jobs should not be run, instead of the compiled-in value of 1.5. diff --git a/libexec/ld.so/ldconfig/ldconfig.8 b/libexec/ld.so/ldconfig/ldconfig.8 index 9b9eafb83f0..d6feb6c4b74 100644 --- a/libexec/ld.so/ldconfig/ldconfig.8 +++ b/libexec/ld.so/ldconfig/ldconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldconfig.8,v 1.3 2000/10/30 17:46:02 aaron Exp $ +.\" $OpenBSD: ldconfig.8,v 1.4 2000/11/09 17:53:35 aaron Exp $ .\" .\" Copyright (c) 1993,1995 Paul Kranenburg .\" All rights reserved. @@ -81,7 +81,7 @@ switch. is typically run as part of the boot sequence. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl R Rescan the previously configured directories. This opens the hints file diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8 index f7f1a8873bc..a5ef7ddd3c4 100644 --- a/libexec/mail.local/mail.local.8 +++ b/libexec/mail.local/mail.local.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mail.local.8 6.8 (Berkeley) 4/27/91 -.\" $Id: mail.local.8,v 1.20 2000/10/30 17:46:07 aaron Exp $ +.\" $Id: mail.local.8,v 1.21 2000/11/09 17:53:35 aaron Exp $ .\" .Dd April 27, 1991 .Dt MAIL.LOCAL 8 @@ -55,7 +55,7 @@ The must be a valid user name. .Pp The options are as follows: -.Bl -tag -width xxxxxxx +.Bl -tag -width Ds .It Fl f Ar from Specify the sender's name. .It Fl l diff --git a/libexec/rpc.yppasswdd/rpc.yppasswdd.8 b/libexec/rpc.yppasswdd/rpc.yppasswdd.8 index e03c6a8df03..e8ce0bf8680 100644 --- a/libexec/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/libexec/rpc.yppasswdd/rpc.yppasswdd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.yppasswdd.8,v 1.11 2000/10/30 17:46:17 aaron Exp $ +.\" $OpenBSD: rpc.yppasswdd.8,v 1.12 2000/11/09 17:53:36 aaron Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -63,7 +63,7 @@ Other user information can be changed with .Xr chpass 1 . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Ar directory Use the specified directory to get at the password-related files instead of /etc. diff --git a/libexec/tcpd/tcpdchk/tcpdchk.8 b/libexec/tcpd/tcpdchk/tcpdchk.8 index 0b76115e179..6790419a1de 100644 --- a/libexec/tcpd/tcpdchk/tcpdchk.8 +++ b/libexec/tcpd/tcpdchk/tcpdchk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdchk.8,v 1.7 2000/10/30 17:46:26 aaron Exp $ +.\" $OpenBSD: tcpdchk.8,v 1.8 2000/11/09 17:53:36 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -75,7 +75,7 @@ Where possible, provides a helpful suggestion to fix the problem. .Pp The options are as follows: -.Bl -tag -width XXXXXXXXXXXX +.Bl -tag -width Ds .It Fl a Report access control rules that permit access without an explicit ALLOW keyword. diff --git a/libexec/tcpd/tcpdmatch/tcpdmatch.8 b/libexec/tcpd/tcpdmatch/tcpdmatch.8 index 665891899f7..bccbd555ea8 100644 --- a/libexec/tcpd/tcpdmatch/tcpdmatch.8 +++ b/libexec/tcpd/tcpdmatch/tcpdmatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdmatch.8,v 1.7 2000/11/08 19:37:38 aaron Exp $ +.\" $OpenBSD: tcpdmatch.8,v 1.8 2000/11/09 17:53:36 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -73,7 +73,7 @@ easier for you to spot any discrepancies between what you want and what the program understands. .Pp The options are as follows: -.Bl -tag -width XXXXXXXXXXXX +.Bl -tag -width Ds .It Fl d Examine .Pa hosts.allow diff --git a/sbin/ancontrol/ancontrol.8 b/sbin/ancontrol/ancontrol.8 index be1e58fe997..0087337d82a 100644 --- a/sbin/ancontrol/ancontrol.8 +++ b/sbin/ancontrol/ancontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ancontrol.8,v 1.5 2000/08/17 21:57:38 deraadt Exp $ +.\" $OpenBSD: ancontrol.8,v 1.6 2000/11/09 17:52:52 aaron Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu> All rights reserved. @@ -89,7 +89,7 @@ should be the logical interface name associated with the Aironet device (e.g., an0, an1, etc...). .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl A Display the preferred access point list. The AP list can be used by diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index 64aab0acfdd..607ec5df696 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ccdconfig.8,v 1.13 2000/03/18 22:55:55 aaron Exp $ +.\" $OpenBSD: ccdconfig.8,v 1.14 2000/11/09 17:52:52 aaron Exp $ .\" $NetBSD: ccdconfig.8,v 1.4 1996/02/28 01:01:17 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -78,7 +78,7 @@ For more information about the ccd, see .Xr ccd 4 . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl c Configure a ccd. This is the default behavior of diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index fbd3989588d..fe809f7013c 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.37 2000/06/04 18:19:45 millert Exp $ +.\" $OpenBSD: disklabel.8,v 1.38 2000/11/09 17:52:53 aaron Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -126,7 +126,7 @@ It is used by the operating system to optimize disk I/O and locate the filesystems resident on the disk. .Pp The options are as follows: -.Bl -tag -width -indent +.Bl -tag -width Ds .It Fl n Make no permanent changes to the disklabel (useful for debugging purposes). diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 8943a526cb7..db3cb4a65b5 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.32 2000/05/02 00:18:19 deraadt Exp $ +.\" $OpenBSD: fdisk.8,v 1.33 2000/11/09 17:52:54 aaron Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -62,7 +62,7 @@ is found, the boot block from that partition is loaded and executed in place of the original (MBR) boot block. .Pp The options are as follows: -.Bl -tag -width "-c cylinders" +.Bl -tag -width Ds .It Fl i Initialize the MBR sector. .It Fl e diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 12c30c33931..3eeb9375899 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck.8,v 1.16 2000/03/18 22:55:56 aaron Exp $ +.\" $OpenBSD: fsck.8,v 1.17 2000/11/09 17:52:56 aaron Exp $ .\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -49,7 +49,7 @@ special devices listed in the .Xr fstab 5 file or in the command line for consistency. The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Debugging mode. Just print the commands without executing them. diff --git a/sbin/fsck_msdos/fsck_msdos.8 b/sbin/fsck_msdos/fsck_msdos.8 index 2906724acf7..e81c20c3eff 100644 --- a/sbin/fsck_msdos/fsck_msdos.8 +++ b/sbin/fsck_msdos/fsck_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_msdos.8,v 1.9 2000/03/18 22:55:57 aaron Exp $ +.\" $OpenBSD: fsck_msdos.8,v 1.10 2000/11/09 17:52:56 aaron Exp $ .\" $NetBSD: fsck_msdos.8,v 1.4 1996/10/17 20:41:24 cgd Exp $ .\" .\" Copyright (C) 1995 Wolfgang Solfrank @@ -80,7 +80,7 @@ detected inconsistencies, requesting confirmation before making any changes. .Pp The options are as follows: -.Bl -hang -offset indent +.Bl -tag -width Ds .It Fl f This option is ignored by .Nm fsck_msdos , diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 7d02d6440ab..6aeadf7fd20 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: fsirand.8,v 1.20 2000/04/15 02:15:14 aaron Exp $ +.\" $OpenBSD: fsirand.8,v 1.21 2000/11/09 17:52:57 aaron Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 @@ -71,7 +71,7 @@ but the system should be rebooted via afterwards. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl b Use the default block size (usually 512 bytes) instead of the value gleaned from the disklabel. diff --git a/sbin/lmccontrol/lmccontrol.8 b/sbin/lmccontrol/lmccontrol.8 index d66c89bc4fc..03f74e0d4e4 100644 --- a/sbin/lmccontrol/lmccontrol.8 +++ b/sbin/lmccontrol/lmccontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lmccontrol.8,v 1.4 2000/10/16 23:02:21 chris Exp $ +.\" $OpenBSD: lmccontrol.8,v 1.5 2000/11/09 17:52:57 aaron Exp $ .\" .\" Copyright (c) 1997-1999 LAN Media Corporation (LMC) .\" All rights reserved. www.lanmedia.com @@ -81,8 +81,7 @@ command given without any additional flags retrieves the current card settings from the driver and prints them out. .Pp The options are as follows: -.Pp -.Bl -tag -width Fl +.Bl -tag -width Ds .It Ar interface The interface name of the Lan Media card (default is lmc0) .It Fl l Ar speed diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index e983dde1dd3..b21c50fed8b 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modload.8,v 1.15 2000/03/18 22:55:59 aaron Exp $ +.\" $OpenBSD: modload.8,v 1.16 2000/11/09 17:52:58 aaron Exp $ .\" $NetBSD: modload.8,v 1.5 1995/03/18 14:56:43 cgd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -47,7 +47,7 @@ utility loads a loadable kernel module into a running system. The input file is an object file (.o file). .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Debug. Used to debug diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 93bb8974508..6ed792a887b 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.24 2000/09/17 21:56:44 pjanzen Exp $ +.\" $OpenBSD: mount.8,v 1.25 2000/11/09 17:52:58 aaron Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -90,10 +90,8 @@ see .Xr sysctl 8 .Pc . .Pp -The options to -.Nm -are as follows: -.Bl -tag -width indent +The options are as follows: +.Bl -tag -width Ds .It Fl A Causes .Nm @@ -132,8 +130,8 @@ opened files with write access. Options are specified with a .Fl o flag followed by a comma separated string of options. -The options are as follows: -.Bl -tag -width indent +Available options are as follows: +.Bl -tag -width Ds .It async All .Tn I/O diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index 1865c67842e..de304869a91 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_cd9660.8,v 1.12 2000/10/10 22:55:08 marc Exp $ +.\" $OpenBSD: mount_cd9660.8,v 1.13 2000/11/09 17:52:58 aaron Exp $ .\" $NetBSD: mount_cd9660.8,v 1.3 1995/04/23 10:33:13 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -69,7 +69,7 @@ This command is normally executed by at boot time. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl e Enable the use of extended attributes. .It Fl g diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8 index 116c0254f8e..6ff98175713 100644 --- a/sbin/mount_fdesc/mount_fdesc.8 +++ b/sbin/mount_fdesc/mount_fdesc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_fdesc.8,v 1.11 2000/10/10 22:58:43 marc Exp $ +.\" $OpenBSD: mount_fdesc.8,v 1.12 2000/11/09 17:52:59 aaron Exp $ .\" $NetBSD: mount_fdesc.8,v 1.6 1995/12/17 18:50:19 ghudson Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -72,7 +72,7 @@ This command is normally executed by at boot time. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl o Ar options Options are specified with a .Fl o diff --git a/sbin/mount_kernfs/mount_kernfs.8 b/sbin/mount_kernfs/mount_kernfs.8 index fe36653bbbe..9a94ce0921e 100644 --- a/sbin/mount_kernfs/mount_kernfs.8 +++ b/sbin/mount_kernfs/mount_kernfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_kernfs.8,v 1.13 2000/10/10 23:18:13 marc Exp $ +.\" $OpenBSD: mount_kernfs.8,v 1.14 2000/11/09 17:52:59 aaron Exp $ .\" $NetBSD: mount_kernfs.8,v 1.6 1995/03/18 14:57:24 cgd Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -77,7 +77,7 @@ either a string, or an integer in decimal ASCII. Where numbers are returned, a trailing newline character is also added. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl o Ar options Options are specified with a .Fl o diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 60c8768a09f..8f479ce7d5d 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_nfs.8,v 1.20 2000/07/05 14:01:21 aaron Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.21 2000/11/09 17:53:00 aaron Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -72,7 +72,7 @@ It implements the mount protocol as described in RFC 1094, Appendix A and Appendix I. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl 2 Use the NFS Version 2 protocol. .It Fl 3 diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index f7f3a3afa93..99eb6bed86e 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_null.8,v 1.14 2000/03/18 22:56:00 aaron Exp $ +.\" $OpenBSD: mount_null.8,v 1.15 2000/11/09 17:53:00 aaron Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -62,7 +62,7 @@ stack above all lower-layer vnodes (not just above directory vnodes). .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl o Ar options Options are specified with a .Fl o diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index 405996913b5..0c11a57829c 100644 --- a/sbin/mount_portal/mount_portal.8 +++ b/sbin/mount_portal/mount_portal.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_portal.8,v 1.11 2000/03/18 22:56:01 aaron Exp $ +.\" $OpenBSD: mount_portal.8,v 1.12 2000/11/09 17:53:01 aaron Exp $ .\" $NetBSD: mount_portal.8,v 1.6 1995/08/18 15:01:19 pk Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -61,7 +61,7 @@ This command is normally executed by at boot time. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl o Ar options Options are specified with a .Fl o diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 72b40475361..1adeec34500 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_procfs.8,v 1.14 2000/08/13 07:50:52 deraadt Exp $ +.\" $OpenBSD: mount_procfs.8,v 1.15 2000/11/09 17:53:01 aaron Exp $ .\" $NetBSD: mount_procfs.8,v 1.6 1995/03/18 14:58:10 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -61,7 +61,7 @@ This command is normally executed by at boot time. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl o Ar options Options are specified with a .Fl o diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index 2aacd29122d..7de5a422482 100644 --- a/sbin/mount_umap/mount_umap.8 +++ b/sbin/mount_umap/mount_umap.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_umap.8,v 1.14 2000/03/18 22:56:01 aaron Exp $ +.\" $OpenBSD: mount_umap.8,v 1.15 2000/11/09 17:53:02 aaron Exp $ .\" $NetBSD: mount_umap.8,v 1.4 1996/03/05 02:36:42 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -63,7 +63,7 @@ it could be a file system on removable media brought from some foreign location that uses a different password file. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl o Ar options Options are specified with a .Fl o diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8 index 7223baa96f5..7983b011ae4 100644 --- a/sbin/mount_union/mount_union.8 +++ b/sbin/mount_union/mount_union.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_union.8,v 1.9 1999/07/21 01:07:56 deraadt Exp $ +.\" $OpenBSD: mount_union.8,v 1.10 2000/11/09 17:53:02 aaron Exp $ .\" $NetBSD: mount_union.8,v 1.4 1995/09/29 06:44:02 jtc Exp $ .\" .\" Copyright (c) 1994 @@ -69,7 +69,7 @@ becomes the layer. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl b Invert the default position, so that .Ar directory diff --git a/sbin/mount_xfs/mount_xfs.8 b/sbin/mount_xfs/mount_xfs.8 index c556e2a44e7..a61a1c44d1f 100644 --- a/sbin/mount_xfs/mount_xfs.8 +++ b/sbin/mount_xfs/mount_xfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_xfs.8,v 1.14 2000/03/18 22:56:01 aaron Exp $ +.\" $OpenBSD: mount_xfs.8,v 1.15 2000/11/09 17:53:03 aaron Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan @@ -56,7 +56,7 @@ The character device is used for communication with a user-land cachemanager and fileprovider. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl o Ar options Options are specified with a .Fl o diff --git a/sbin/ncheck_ffs/ncheck_ffs.8 b/sbin/ncheck_ffs/ncheck_ffs.8 index 625cb017ff1..164bf32bfa4 100644 --- a/sbin/ncheck_ffs/ncheck_ffs.8 +++ b/sbin/ncheck_ffs/ncheck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ncheck_ffs.8,v 1.11 2000/03/18 22:56:02 aaron Exp $ +.\" $OpenBSD: ncheck_ffs.8,v 1.12 2000/11/09 17:53:03 aaron Exp $ .\" .\" Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -47,7 +47,7 @@ Names of directories are followed by a .Dq \&. . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl i Ar numbers Report only those files whose inode numbers follows. .It Fl a diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index 97ea002cd01..4fd399ba461 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs_msdos.8,v 1.16 2000/07/05 14:01:21 aaron Exp $ +.\" $OpenBSD: newfs_msdos.8,v 1.17 2000/11/09 17:53:04 aaron Exp $ .\" .\" Copyright (c) 1998 Robert Nordier .\" All rights reserved. @@ -70,7 +70,7 @@ entry to determine geometry, if required. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl N Don't create a file system: just print out parameters. .It Fl B Ar boot diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8 index e03edd3b9fc..71f96128b12 100644 --- a/sbin/raidctl/raidctl.8 +++ b/sbin/raidctl/raidctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raidctl.8,v 1.15 2000/04/24 05:12:19 deraadt Exp $ +.\" $OpenBSD: raidctl.8,v 1.16 2000/11/09 17:53:04 aaron Exp $ .\" $NetBSD: raidctl.8,v 1.11 2000/01/05 03:02:41 oster Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -131,7 +131,7 @@ This document assumes the reader has at least rudimentary knowledge of RAID and RAID concepts. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Ar component Ar dev Add .Ar component diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index a0e328aff99..b120810360c 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: savecore.8,v 1.11 2000/04/15 02:15:17 aaron Exp $ +.\" $OpenBSD: savecore.8,v 1.12 2000/11/09 17:53:06 aaron Exp $ .\" $NetBSD: savecore.8,v 1.11 1995/06/27 22:40:46 briggs Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -55,7 +55,7 @@ and enters a reboot message and information about the core dump into the system log. .Pp The options are as follows: -.Bl -tag -width directory +.Bl -tag -width Ds .It Fl c Clears the dump, so that future invocations of .Nm diff --git a/sbin/scan_ffs/scan_ffs.8 b/sbin/scan_ffs/scan_ffs.8 index 10b1bd02881..e71e955fd8a 100644 --- a/sbin/scan_ffs/scan_ffs.8 +++ b/sbin/scan_ffs/scan_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scan_ffs.8,v 1.10 2000/03/18 22:56:04 aaron Exp $ +.\" $OpenBSD: scan_ffs.8,v 1.11 2000/11/09 17:53:07 aaron Exp $ .\" .\" Copyright (c) 1997 Niklas Hallqvist, Tobias Weingartner .\" All rights reserved. @@ -54,7 +54,7 @@ It has various options to make it go faster, and to print out information to help in the reconstruction of the disklabel. .Pp The options are as follows: -.Bl -tag -width "-b begin" +.Bl -tag -width Ds .It Fl l This will make .Nm diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 0ec2a9a10bd..95dd35dd1e7 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shutdown.8,v 1.20 2000/06/18 17:12:57 aaron Exp $ +.\" $OpenBSD: shutdown.8,v 1.21 2000/11/09 17:53:07 aaron Exp $ .\" $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -54,7 +54,7 @@ saving them from system administrators, hackers, and gurus, who would otherwise not bother with such niceties. .Pp The options are as follows: -.Bl -tag -width time +.Bl -tag -width Ds .It Fl d Causes system to perform a dump before rebooting. This option is useful for debugging system dump procedures or capturing the diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index 6705ddfe8cd..4a08c1c68e2 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapctl.8,v 1.12 2000/06/28 23:33:25 art Exp $ +.\" $OpenBSD: swapctl.8,v 1.13 2000/11/09 17:53:08 aaron Exp $ .\" $NetBSD: swapctl.8,v 1.14 1998/05/22 18:27:52 msaitoh Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green @@ -81,7 +81,7 @@ with the option. .Pp The options are as follows: -.Bl -tag -width 123456 +.Bl -tag -width Ds .It Fl A This option causes .Nm diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index a9c41da357b..3bfa436db2b 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umount.8,v 1.7 1999/05/23 14:11:16 aaron Exp $ +.\" $OpenBSD: umount.8,v 1.8 2000/11/09 17:53:08 aaron Exp $ .\" $NetBSD: umount.8,v 1.2 1995/03/18 15:01:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -69,7 +69,7 @@ are provided, the appropriate information is taken from the file. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a All of the file systems described in .Xr fstab 5 diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8 index 3b3093121ec..009f9da51bb 100644 --- a/sbin/wicontrol/wicontrol.8 +++ b/sbin/wicontrol/wicontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wicontrol.8,v 1.16 2000/11/08 19:37:33 aaron Exp $ +.\" $OpenBSD: wicontrol.8,v 1.17 2000/11/09 17:53:09 aaron Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved. @@ -87,8 +87,7 @@ command given without any additional flags retrieves the current card settings from the driver and prints them out. .Pp The options are as follows: -.Pp -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl o Display the statistics counters for the specified WaveLAN/IEEE interface. diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 5bad0a2fc90..77dfdd92e06 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apply.1,v 1.11 2000/01/08 01:14:35 aaron Exp $ +.\" $OpenBSD: apply.1,v 1.12 2000/11/09 17:52:01 aaron Exp $ .\" $NetBSD: apply.1,v 1.4 1996/03/18 23:16:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -70,7 +70,7 @@ each execution of .Ar command . .Pp The options are as follows: -.Bl -tag -width "-ac" +.Bl -tag -width Ds .It Fl Ns Ar # Normally arguments are taken singly; the optional number .Fl Ns Ar # diff --git a/usr.bin/apropos/apropos.1 b/usr.bin/apropos/apropos.1 index 3a4558b7216..f6e8fa8cc6e 100644 --- a/usr.bin/apropos/apropos.1 +++ b/usr.bin/apropos/apropos.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apropos.1,v 1.6 2000/07/06 04:06:53 aaron Exp $ +.\" $OpenBSD: apropos.1,v 1.7 2000/11/09 17:52:01 aaron Exp $ .\" $NetBSD: apropos.1,v 1.4 1995/09/04 20:46:17 tls Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -68,7 +68,7 @@ to get its documentation. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl M Ar path Override the list of standard directories .Nm diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1 index 08b7c1ced32..4dd4d3447c5 100644 --- a/usr.bin/ar/ar.1 +++ b/usr.bin/ar/ar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ar.1,v 1.9 2000/04/15 11:45:54 aaron Exp $ +.\" $OpenBSD: ar.1,v 1.10 2000/11/09 17:52:02 aaron Exp $ .\" $NetBSD: ar.1,v 1.7 1995/08/18 15:05:11 pk Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -115,7 +115,7 @@ the loader (see although it is not restricted to this purpose. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a A positioning modifier used with the options .Fl r diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index f65fab69e12..4f335d6f5c5 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: at.1,v 1.15 2000/07/06 04:06:54 aaron Exp $ +.\" $OpenBSD: at.1,v 1.16 2000/11/09 17:52:02 aaron Exp $ .\" $FreeBSD: at.man,v 1.6 1997/02/22 19:54:05 peter Exp $ .Dd April 12, 1995 .Dt AT 1 @@ -42,7 +42,7 @@ are to be executed at a later time, using .Xr sh 1 . .Pp The related programs are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Nm at Executes commands at a specified time. .It Nm atq diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index 1c690afabfc..bcac362701d 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.9 2000/07/01 19:54:36 millert Exp $ +.\" $OpenBSD: aucat.1,v 1.10 2000/11/09 17:52:03 aaron Exp $ .\" .\" Copyright (c) 1997 Kenneth Stailey. All rights reserved. .\" @@ -64,7 +64,7 @@ entire file is copied to .Pa /dev/audio . .Pp The options are as follows: -.Bl -tag -width "-f device" +.Bl -tag -width Ds .It Fl f Ar device Specifies an alternate audio device. .El diff --git a/usr.bin/audioctl/audioctl.1 b/usr.bin/audioctl/audioctl.1 index fca8e25f6d5..09ad42986ae 100644 --- a/usr.bin/audioctl/audioctl.1 +++ b/usr.bin/audioctl/audioctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audioctl.1,v 1.9 2000/03/10 19:07:21 aaron Exp $ +.\" $OpenBSD: audioctl.1,v 1.10 2000/11/09 17:52:03 aaron Exp $ .\" $NetBSD: audioctl.1,v 1.7 1998/04/27 16:55:23 augustss Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -69,7 +69,7 @@ operates on the device. .Pp The options are as follows: -.Bl -tag -width "-w name=value" +.Bl -tag -width Ds .It Fl a Print all device variables and their current values. .It Fl w Ar name=value diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index c9e3e005f76..45438b9f3a9 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biff.1,v 1.10 2000/03/23 21:39:53 aaron Exp $ +.\" $OpenBSD: biff.1,v 1.11 2000/11/09 17:52:04 aaron Exp $ .\" $NetBSD: biff.1,v 1.3 1995/03/26 02:34:21 glass Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -49,7 +49,7 @@ informs the system whether you want to be notified when mail arrives during the current terminal session. .Pp The options are as follows: -.Bl -tag -width 4n +.Bl -tag -width Ds .It Cm n Disables notification. .It Cm y diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index dfc266d08c9..f1303c3ca13 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.1 +++ b/usr.bin/cap_mkdb/cap_mkdb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cap_mkdb.1,v 1.11 2000/03/04 21:12:01 aaron Exp $ +.\" $OpenBSD: cap_mkdb.1,v 1.12 2000/11/09 17:52:04 aaron Exp $ .\" $NetBSD: cap_mkdb.1,v 1.4 1995/03/26 03:59:36 glass Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -70,7 +70,7 @@ capabilities of the records are expanded before the record is stored into the database. .Pp The options are as follows: -.Bl -tag -width XXXXXX -indent +.Bl -tag -width Ds .It Fl f Ar outfile Specify a different database basename. .It Fl i diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1 index 07700fb1fb4..e3c972fd382 100644 --- a/usr.bin/cdio/cdio.1 +++ b/usr.bin/cdio/cdio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdio.1,v 1.18 2000/07/06 04:06:54 aaron Exp $ +.\" $OpenBSD: cdio.1,v 1.19 2000/11/09 17:52:05 aaron Exp $ .Dd July 3, 1995 .Dt CDIO 1 .Os @@ -34,7 +34,7 @@ If no command is given, enters an interactive mode, reading commands from the standard input. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl s Silent mode. Do not print table headers or human-readable comments. diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 71fe39d2f5a..22b61194302 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cksum.1,v 1.11 2000/03/05 20:09:20 aaron Exp $ +.\" $OpenBSD: cksum.1,v 1.12 2000/11/09 17:52:05 aaron Exp $ .\" $NetBSD: cksum.1,v 1.8 1995/09/02 05:45:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -70,7 +70,7 @@ described below. It is provided for compatibility only. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl o Ar \&1 No \&| Ar \&2 Use historic algorithms instead of the (superior) default one. .Pp diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 5a96ef7ab04..8649d4fda7f 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cmp.1,v 1.8 2000/03/05 20:09:21 aaron Exp $ +.\" $OpenBSD: cmp.1,v 1.9 2000/11/09 17:52:06 aaron Exp $ .\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -61,7 +61,7 @@ and line number at which the first difference occurred is reported. Bytes and lines are numbered beginning with one. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl l Print the byte number (decimal) and the differing byte values (octal) for each difference. diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 1588806afe9..cfb4c50e1ee 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: col.1,v 1.5 2000/03/23 21:10:14 aaron Exp $ +.\" $OpenBSD: col.1,v 1.6 2000/11/09 17:52:06 aaron Exp $ .\" $NetBSD: col.1,v 1.4 1995/03/26 05:25:52 glass Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -61,7 +61,7 @@ and reads from the standard input and writes to the standard output. .Pp The options are as follows: -.Bl -tag -width "-l num" +.Bl -tag -width Ds .It Fl b Do not output any backspaces, printing only the last character written to each column position. diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 1c2c2457f6d..fa8f54f2671 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cut.1,v 1.6 2000/03/05 20:09:21 aaron Exp $ +.\" $OpenBSD: cut.1,v 1.7 2000/11/09 17:52:07 aaron Exp $ .\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -88,7 +88,7 @@ It is not an error to select fields or columns not present in the input line. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl b Ar list The .Ar list diff --git a/usr.bin/encrypt/encrypt.1 b/usr.bin/encrypt/encrypt.1 index d8aba37342e..62ef71c9389 100644 --- a/usr.bin/encrypt/encrypt.1 +++ b/usr.bin/encrypt/encrypt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: encrypt.1,v 1.15 2000/03/23 21:10:15 aaron Exp $ +.\" $OpenBSD: encrypt.1,v 1.16 2000/11/09 17:52:07 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -45,7 +45,7 @@ to the standard output. This is mostly useful for encrypting passwords from within scripts. .Pp The options are as follows: -.Bl -tag -width XxXXXXXXX +.Bl -tag -width Ds .It Fl k Run in .Nm makekey diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index b2d289cb39a..1b22ebe9513 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: file.1,v 1.10 2000/07/26 16:55:05 ian Exp $ +.\" $OpenBSD: file.1,v 1.11 2000/11/09 17:52:08 aaron Exp $ .\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh Exp $ .Dd July 30, 1997 .Dt FILE 1 @@ -116,7 +116,7 @@ or .Dq data . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl v Print the version of the program and exit. .It Fl m Ar list diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index faafaccfa57..01e9bd3d26a 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: finger.1,v 1.13 2000/03/07 21:11:08 aaron Exp $ +.\" $OpenBSD: finger.1,v 1.14 2000/11/09 17:52:08 aaron Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -89,7 +89,7 @@ Unknown devices as well as nonexistent idle and login times are displayed as single asterisks. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl s Short format (default). The information as described above is displayed in a columnar fashion. diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index a0b2eb20455..30875b739a7 100644 --- a/usr.bin/fmt/fmt.1 +++ b/usr.bin/fmt/fmt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fmt.1,v 1.10 2000/06/25 15:35:42 pjanzen Exp $ +.\" $OpenBSD: fmt.1,v 1.11 2000/11/09 17:52:09 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -86,7 +86,7 @@ Lines are joined or split only at white space; that is, words are never joined or hyphenated. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl c Center the text, line by line. In this case, most of the other diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 2f0042668c6..438562837e1 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fold.1,v 1.5 1999/07/21 01:25:43 deraadt Exp $ +.\" $OpenBSD: fold.1,v 1.6 2000/11/09 17:52:10 aaron Exp $ .\" $NetBSD: fold.1,v 1.5 1995/09/01 01:42:42 jtc Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -52,7 +52,7 @@ or the standard input if no files are specified, breaking the lines to have a maximum of 80 characters. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl b Count .Ar width diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 1bc1058ab7b..e668738c26b 100644 --- a/usr.bin/from/from.1 +++ b/usr.bin/from/from.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: from.1,v 1.6 2000/03/05 00:28:57 aaron Exp $ +.\" $OpenBSD: from.1,v 1.7 2000/11/09 17:52:11 aaron Exp $ .\" $NetBSD: from.1,v 1.4 1995/09/01 01:39:09 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -51,7 +51,7 @@ prints out the mail header lines from the invoker's mailbox. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl f Ar file The supplied file is examined instead of the invoker's mailbox. diff --git a/usr.bin/fsplit/fsplit.1 b/usr.bin/fsplit/fsplit.1 index 72f8830754c..67ee81d7c76 100644 --- a/usr.bin/fsplit/fsplit.1 +++ b/usr.bin/fsplit/fsplit.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsplit.1,v 1.7 2000/03/07 21:11:08 aaron Exp $ +.\" $OpenBSD: fsplit.1,v 1.8 2000/11/09 17:52:12 aaron Exp $ .\" $NetBSD: fsplit.1,v 1.3 1995/09/28 05:15:06 perry Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -72,7 +72,7 @@ where does not already exist. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl e Ar efile Normally each subprogram unit is split into a separate file. When the diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 0851c77f012..082ec876475 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.31 2000/06/21 19:22:54 itojun Exp $ +.\" $OpenBSD: ftp.1,v 1.32 2000/11/09 17:52:12 aaron Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -71,7 +71,7 @@ Refer to below for more information. .Pp The options are as follows: -.Bl -tag -width "port " +.Bl -tag -width Ds .It Fl A Force active mode ftp. By default, diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index e5b4fa8b188..7cb4c1f0766 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gprof.1,v 1.14 2000/03/07 21:11:09 aaron Exp $ +.\" $OpenBSD: gprof.1,v 1.15 2000/11/09 17:52:13 aaron Exp $ .\" $NetBSD: gprof.1,v 1.6 1995/11/21 22:24:55 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -101,7 +101,7 @@ its descendents. Finally, an index of the function names is provided. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl a Suppresses the printing of statically declared functions. If this option is given, all relevant information about the static function diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index a86b80afba6..e1dcb9e4a6e 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hexdump.1,v 1.11 2000/03/11 21:40:07 aaron Exp $ +.\" $OpenBSD: hexdump.1,v 1.12 2000/11/09 17:52:14 aaron Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -56,7 +56,7 @@ the standard input, if no files are specified, in a user-specified format. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl b .Em One-byte octal display . Display the input offset in hexadecimal, followed by sixteen diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index bed4cd7f230..645100c2059 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcrm.1,v 1.6 2000/03/08 03:11:28 aaron Exp $ +.\" $OpenBSD: ipcrm.1,v 1.7 2000/11/09 17:52:14 aaron Exp $ .\" .\" Copyright (c) 1994 Adam Glass .\" All rights reserved. @@ -48,7 +48,7 @@ These System V IPC objects can be specified by their creation ID or any associated key. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl q Ar msqid Remove the message queue associated with the ID .Nm msqid diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index 1040931ba36..fa8d081d0b3 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: join.1,v 1.9 2000/03/08 03:11:29 aaron Exp $ +.\" $OpenBSD: join.1,v 1.10 2000/11/09 17:52:15 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -88,7 +88,7 @@ Both file numbers and field numbers are 1 based, i.e., the first file on the command line is file number 1 and the first field is field number 1. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl a Ar file_number In addition to the default output, produce a line for each unpairable line in file diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 4a73cd82c43..ac0bd976df0 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.1,v 1.9 2000/03/08 03:11:30 aaron Exp $ +.\" $OpenBSD: ktrace.1,v 1.10 2000/11/09 17:52:15 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -78,7 +78,7 @@ The trace file is not human-readable; use to decode it. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Append to the trace file instead of recreating it. .It Fl C diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 75e69a7471a..0c8c7718c61 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: last.1,v 1.15 2000/06/07 23:19:28 deraadt Exp $ +.\" $OpenBSD: last.1,v 1.16 2000/11/09 17:52:16 aaron Exp $ .\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -70,7 +70,7 @@ a crash or shutdown, will so indicate. .Pp The options are as follows: -.Bl -tag -width indent-two +.Bl -tag -width Ds .It Fl c Calculates the total time displayed and prints it after the output. .It Fl f Ar file diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 690cb0ffadd..c36c5f33cb3 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lastcomm.1,v 1.12 2000/03/08 03:11:30 aaron Exp $ +.\" $OpenBSD: lastcomm.1,v 1.13 2000/11/09 17:52:17 aaron Exp $ .\" $NetBSD: lastcomm.1,v 1.5 1995/10/22 01:43:41 ghudson Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -55,7 +55,7 @@ prints information about all the commands recorded during the current accounting file's lifetime. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl f Ar file Read from .Ar file diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index f2cd8192313..a352718adda 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: leave.1,v 1.8 2000/05/08 16:15:29 espie Exp $ +.\" $OpenBSD: leave.1,v 1.9 2000/11/09 17:52:17 aaron Exp $ .\" $NetBSD: leave.1,v 1.5 1995/08/31 22:32:10 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -60,7 +60,7 @@ exits just before it would have printed the next message. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Ar hhmm The time of day is in the form .Ar hhmm diff --git a/usr.bin/lndir/lndir.1 b/usr.bin/lndir/lndir.1 index fd3614106ba..0f0c359aaed 100644 --- a/usr.bin/lndir/lndir.1 +++ b/usr.bin/lndir/lndir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lndir.1,v 1.10 2000/04/15 02:15:11 aaron Exp $ +.\" $OpenBSD: lndir.1,v 1.11 2000/11/09 17:52:18 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -138,7 +138,7 @@ The flag changes this behavior. .Pp The options are as follows: -.Bl -tag -width XxXXXXXXXXXXXX +.Bl -tag -width Ds .It Fl e Ar exceptfile Add the specified file to the list of excluded files/directories. This is diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index a34fac49c88..e4ce8ee0b05 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: locate.1,v 1.15 2000/07/06 04:06:54 aaron Exp $ +.\" $OpenBSD: locate.1,v 1.16 2000/11/09 17:52:18 aaron Exp $ .\" .\" Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. .\" Copyright (c) 1990, 1993 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)locate.1 8.1 (Berkeley) 6/6/93 -.\" $Id: locate.1,v 1.15 2000/07/06 04:06:54 aaron Exp $ +.\" $Id: locate.1,v 1.16 2000/11/09 17:52:18 aaron Exp $ .\" .Dd June 6, 1993 .Dt LOCATE 1 @@ -93,7 +93,7 @@ file names. Characters less than 32 or greater than 127 are stored as 2 bytes. .Pp The options are as follows: -.Bl -tag -width 10n indent +.Bl -tag -width Ds .It Fl S Print some statistics about the database and exit. .It Fl c diff --git a/usr.bin/locate/locate/locate.updatedb.8 b/usr.bin/locate/locate/locate.updatedb.8 index 69d4a465c57..21e5e52c920 100644 --- a/usr.bin/locate/locate/locate.updatedb.8 +++ b/usr.bin/locate/locate/locate.updatedb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: locate.updatedb.8,v 1.11 2000/07/06 04:06:55 aaron Exp $ +.\" $OpenBSD: locate.updatedb.8,v 1.12 2000/11/09 17:52:19 aaron Exp $ .\" .\" Copyright (c) 1996 .\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved. @@ -56,7 +56,7 @@ The contents of the newly built database can be controlled by the file as well as the command line arguments. .Pp The options are as follows: -.Bl -tag -width -filesystems +.Bl -tag -width Ds .It Fl -tmpdir Sets the directory temporary files are stored in. .It Fl -fcodes diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1 index 63145c38e65..69d60e0c114 100644 --- a/usr.bin/lock/lock.1 +++ b/usr.bin/lock/lock.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lock.1,v 1.9 2000/03/08 03:11:31 aaron Exp $ +.\" $OpenBSD: lock.1,v 1.10 2000/11/09 17:52:19 aaron Exp $ .\" $NetBSD: lock.1,v 1.4 1994/12/22 01:16:21 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -55,7 +55,7 @@ will timeout after some interval of time and it may be killed by someone with the appropriate privileges. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl n Don't use a timeout value. Terminal will be locked forever. diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 0704d5dfa4c..f415cc3cf94 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: logger.1,v 1.7 2000/03/08 03:11:32 aaron Exp $ +.\" $OpenBSD: logger.1,v 1.8 2000/11/09 17:52:20 aaron Exp $ .\" $NetBSD: logger.1,v 1.4 1994/12/22 06:26:59 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -55,7 +55,7 @@ utility provides a shell command interface to the system log module. .Pp The options are as follows: -.Bl -tag -width "message" +.Bl -tag -width Ds .It Fl i Log the process ID of the logger process with each line. diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 7d1affa2be1..2698b9db95c 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,4 +1,4 @@ -.\" @(#) $OpenBSD: m4.1,v 1.19 2000/07/27 17:44:33 espie Exp $ +.\" @(#) $OpenBSD: m4.1,v 1.20 2000/11/09 17:52:20 aaron Exp $ .\" .\" .Dd January 26, 1993 @@ -51,7 +51,7 @@ Most built-ins don't make any sense without arguments, and hence are not recognized as special when not followed by an open parenthesis. .Pp The options are as follows: -.Bl -tag -width "-Dname[=value]xxx" +.Bl -tag -width Ds .It Fl D Ns Ar name Ns Oo .Ar =value .Oc diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 7abb1a821b2..414c3e2863f 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.32 2000/06/26 23:18:39 hugh Exp $ +.\" $OpenBSD: mail.1,v 1.33 2000/11/09 17:52:21 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,7 +64,7 @@ a command syntax reminiscent of with lines replaced by messages. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl v Verbose mode. The details of diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 52c8ba58455..147960266c0 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.12 2000/03/10 19:07:21 aaron Exp $ +.\" $OpenBSD: man.1,v 1.13 2000/11/09 17:52:22 aaron Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,7 @@ manual pages entitled .Ar name . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl k Locate man pages matching .Ar keyword diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index 082df4fa1f5..89e73eacab2 100644 --- a/usr.bin/mesg/mesg.1 +++ b/usr.bin/mesg/mesg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mesg.1,v 1.5 2000/03/04 20:02:22 aaron Exp $ +.\" $OpenBSD: mesg.1,v 1.6 2000/11/09 17:52:23 aaron Exp $ .\" $NetBSD: mesg.1,v 1.3 1994/12/23 07:16:31 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -56,7 +56,7 @@ and may display messages on the terminal. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Cm n Disallows messages. .It Cm y diff --git a/usr.bin/midiplay/midiplay.1 b/usr.bin/midiplay/midiplay.1 index 12ed4df7e3a..45bc74eb0bb 100644 --- a/usr.bin/midiplay/midiplay.1 +++ b/usr.bin/midiplay/midiplay.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: midiplay.1,v 1.6 2000/07/06 04:06:55 aaron Exp $ +.\" $OpenBSD: midiplay.1,v 1.7 2000/11/09 17:52:23 aaron Exp $ .\" $NetBSD: midiplay.1,v 1.3 1998/08/13 18:26:36 augustss Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -58,7 +58,7 @@ If no file name is given it will play from standard input, otherwise it will play the named files. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl d Ar devno Specifies the number of the MIDI device used for output (as listed by the diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1 index e309784874d..7a5452e125a 100644 --- a/usr.bin/mixerctl/mixerctl.1 +++ b/usr.bin/mixerctl/mixerctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mixerctl.1,v 1.10 2000/03/10 18:34:39 aaron Exp $ +.\" $OpenBSD: mixerctl.1,v 1.11 2000/11/09 17:52:24 aaron Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -70,7 +70,7 @@ operates on the device. .Pp The options are as follows: -.Bl -tag -width "-w name=value" +.Bl -tag -width Ds .It Fl a Print all device variables and their current values. .It Fl w Ar name=value diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index 5b2474c8a8f..4b628f2b243 100644 --- a/usr.bin/mkstr/mkstr.1 +++ b/usr.bin/mkstr/mkstr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkstr.1,v 1.5 2000/03/10 19:07:21 aaron Exp $ +.\" $OpenBSD: mkstr.1,v 1.6 2000/11/09 17:52:24 aaron Exp $ .\" $NetBSD: mkstr.1,v 1.3 1995/09/28 06:22:19 tls Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -79,7 +79,7 @@ files whose names are prefixed with .Dq \&xx . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl Error messages are placed at the end of the specified .Ar messagefile diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 5dc7dbd8ed3..4a4a47b1af5 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.1,v 1.17 2000/06/26 02:43:31 pjanzen Exp $ +.\" $OpenBSD: mktemp.1,v 1.18 2000/11/09 17:52:25 aaron Exp $ .\" .\" Copyright (c) 1996, 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -89,7 +89,7 @@ For these reasons it is suggested that be used instead. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Make a directory instead of a file. .It Fl q diff --git a/usr.bin/modstat/modstat.8 b/usr.bin/modstat/modstat.8 index 2b0256497a3..2aad5410571 100644 --- a/usr.bin/modstat/modstat.8 +++ b/usr.bin/modstat/modstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modstat.8,v 1.7 2000/03/10 19:07:22 aaron Exp $ +.\" $OpenBSD: modstat.8,v 1.8 2000/11/09 17:52:25 aaron Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -43,7 +43,7 @@ utility displays the status of any loadable kernel modules present in the kernel. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl i Ar id Display the status of only the module with this ID. .It Fl n Ar name diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 1be99684b04..286234c1dc6 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgs.1,v 1.11 2000/06/11 21:03:40 millert Exp $ +.\" $OpenBSD: msgs.1,v 1.12 2000/11/09 17:52:26 aaron Exp $ .\" $NetBSD: msgs.1,v 1.5 1995/09/28 06:57:39 tls Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -61,7 +61,7 @@ pieces of information which are suitable to be read once by most users of the system. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl f Do not say .Dq \&No new messages. diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 6f62285cacb..051efd67738 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.21 2000/04/16 16:24:32 aaron Exp $ +.\" $OpenBSD: netstat.1,v 1.22 2000/11/09 17:52:27 aaron Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -93,7 +93,7 @@ The fifth and sixth forms display per interface statistics for the specified protocol or address family. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl A With the default display, show the address of any protocol control blocks associated with sockets; used diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 36955858aab..d7ce4f12020 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.1,v 1.8 2000/04/15 11:45:55 aaron Exp $ +.\" $OpenBSD: nice.1,v 1.9 2000/11/09 17:52:27 aaron Exp $ .\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -61,7 +61,7 @@ The priority can be adjusted over a range of \-20 (the highest) to 20 (the lowest). .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl n Ar increment A positive or negative decimal integer used to modify the system scheduling priority of diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 1d00d634717..2c6c70a1e0b 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nm.1,v 1.5 2000/03/10 19:07:23 aaron Exp $ +.\" $OpenBSD: nm.1,v 1.6 2000/11/09 17:52:28 aaron Exp $ .\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -61,7 +61,7 @@ searches for the file and displays its symbol table if it exists. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl a Display symbol table entries inserted for use by debuggers. .It Fl g diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index a5692482534..0f6a22ed0d3 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.1,v 1.13 2000/10/17 18:52:18 aaron Exp $ +.\" $OpenBSD: passwd.1,v 1.14 2000/11/09 17:52:28 aaron Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -70,7 +70,7 @@ checking program in .Xr passwd.conf 5 . .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl l Causes the password to be updated only in the local password file. When changing only the local password, diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 9dbb9492db4..825fd969322 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: paste.1,v 1.5 2000/03/10 20:17:49 aaron Exp $ +.\" $OpenBSD: paste.1,v 1.6 2000/11/09 17:52:29 aaron Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -59,7 +59,7 @@ still contain data, the file is treated as if it were an endless source of empty lines. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl d Ar list Use one or more of the provided characters to replace the newline characters instead of the default tab. diff --git a/usr.bin/pctr/pctr.1 b/usr.bin/pctr/pctr.1 index 2dea2cad731..7b8f291a740 100644 --- a/usr.bin/pctr/pctr.1 +++ b/usr.bin/pctr/pctr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pctr.1,v 1.5 2000/03/23 21:10:17 aaron Exp $ +.\" $OpenBSD: pctr.1,v 1.6 2000/11/09 17:52:29 aaron Exp $ .\" .\" Copyright (c) 1998, Jason Downs. All rights reserved. .\" @@ -45,7 +45,7 @@ command displays the current values of the TSC and any vendor specific counter registers. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl l Ar 5 | 6 List all possible vendor specific counters. The argument specifies which diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index a667a76b63c..9a9e66fedb6 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pr.1,v 1.12 2000/11/08 19:37:33 aaron Exp $ +.\" $OpenBSD: pr.1,v 1.13 2000/11/09 17:52:30 aaron Exp $ .\" .\" Copyright (c) 1991 Keith Muller. .\" Copyright (c) 1993 @@ -148,7 +148,7 @@ are positive decimal integers and is a non-negative decimal integer. .Pp The options are as follows: -.Bl -tag -width 4n +.Bl -tag -width Ds .It Ar \&+page Begin output at page number .Ar page diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1 index c141f472d41..1c3530ec691 100644 --- a/usr.bin/ranlib/ranlib.1 +++ b/usr.bin/ranlib/ranlib.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ranlib.1,v 1.6 2000/03/10 20:17:50 aaron Exp $ +.\" $OpenBSD: ranlib.1,v 1.7 2000/11/09 17:52:31 aaron Exp $ .\" .\" Copyright (c) 1990 Regents of the University of California. .\" All rights reserved. @@ -55,7 +55,7 @@ Files in the archive which are not executable and symbols which are uninteresting to the loader are ignored. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl t Set the modification time of the .Pa __.SYMDEF diff --git a/usr.bin/readlink/readlink.1 b/usr.bin/readlink/readlink.1 index fcbd48645c4..6d04a0390a4 100644 --- a/usr.bin/readlink/readlink.1 +++ b/usr.bin/readlink/readlink.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: readlink.1,v 1.6 2000/03/10 20:17:50 aaron Exp $ +.\" $OpenBSD: readlink.1,v 1.7 2000/11/09 17:52:31 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,7 +55,7 @@ than the pathname of a symbolic link, it exits with a nonzero exit code without printing anything. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl f Canonicalize by following every symlink in every component of the given path recursively. diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index 8b41514890d..fce72b77283 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlogin.1,v 1.6 2000/03/10 20:17:50 aaron Exp $ +.\" $OpenBSD: rlogin.1,v 1.7 2000/11/09 17:52:32 aaron Exp $ .\" $NetBSD: rlogin.1,v 1.4 1995/08/18 15:07:35 pk Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -59,7 +59,7 @@ If the remote host does not support Kerberos the standard Berkeley authorization mechanism is used. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl 8 The .Fl 8 diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index 446911e72c0..dcdcf1b821f 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpcgen.1,v 1.6 2000/03/10 20:17:50 aaron Exp $ +.\" $OpenBSD: rpcgen.1,v 1.7 2000/11/09 17:52:33 aaron Exp $ .\" $NetBSD: rpcgen.1,v 1.5.2.1 1995/12/05 02:51:02 jtc Exp $ .\" from: @(#)rpcgen.new.1 1.1 90/11/09 TIRPC 1.0; from 40.10 of 10/10/89 .\" Copyright (c) 1988,1990 Sun Microsystems, Inc. - All Rights Reserved. @@ -219,7 +219,7 @@ allows customization of routines. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Generate all the files including sample code for client and server side. .It Fl b diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index c0a12b2e9b8..bcb99e118aa 100644 --- a/usr.bin/rpcinfo/rpcinfo.8 +++ b/usr.bin/rpcinfo/rpcinfo.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpcinfo.8,v 1.7 2000/07/31 16:55:36 deraadt Exp $ +.\" $OpenBSD: rpcinfo.8,v 1.8 2000/11/09 17:52:34 aaron Exp $ .\" from: @(#)rpcinfo.8c 2.2 88/08/03 4.0 RPCSRC; from 1.24 88/02/25 SMI .\" .Dd December 17, 1987 @@ -39,7 +39,7 @@ call to an server and reports what it finds. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl p Probe the portmapper on .Ar host , diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 63240b08a06..da61feaaa2e 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rs.1,v 1.5 2000/03/06 12:23:41 aaron Exp $ +.\" $OpenBSD: rs.1,v 1.6 2000/11/09 17:52:34 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -85,7 +85,7 @@ There are options to control presentation of the output columns, including transposition of the rows and columns. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl c Ns Ar x Input columns are delimited by the single character .Ar x . diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 5f7ed22bb7d..8c06f6a26ee 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsh.1,v 1.7 2000/11/08 23:51:07 aaron Exp $ +.\" $OpenBSD: rsh.1,v 1.8 2000/11/09 17:52:35 aaron Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. @@ -63,7 +63,7 @@ command; normally terminates when the remote command does. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl K Disable all Kerberos authentication. .It Fl d diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index baf403101c3..e8b59629392 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rup.1,v 1.7 2000/04/15 02:15:12 aaron Exp $ +.\" $OpenBSD: rup.1,v 1.8 2000/11/09 17:52:35 aaron Exp $ .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. @@ -54,7 +54,7 @@ The load average numbers give the number of jobs in the run queue averaged over 1, 5 and 15 minutes. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d For each host, report what its local time is. This is useful for checking time synchronization on a network. diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 8336dbf365e..640c1cb0a5a 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rusers.1,v 1.8 2000/04/15 02:15:12 aaron Exp $ +.\" $OpenBSD: rusers.1,v 1.9 2000/11/09 17:52:36 aaron Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. @@ -58,7 +58,7 @@ command will wait for one minute to catch late responders. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Print all machines responding even if no one is currently logged in. .It Fl l diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index b1040c8831c..a069620d785 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.15 2000/10/06 23:53:52 aaron Exp $ +.\" $OpenBSD: sed.1,v 1.16 2000/11/09 17:52:37 aaron Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -70,7 +70,7 @@ All commands are applied to the input in the order they are specified regardless of their origin. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a The files listed as parameters for the .Ql w diff --git a/usr.bin/size/size.1 b/usr.bin/size/size.1 index adc65213c68..764b034ec47 100644 --- a/usr.bin/size/size.1 +++ b/usr.bin/size/size.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: size.1,v 1.7 2000/03/10 20:17:52 aaron Exp $ +.\" $OpenBSD: size.1,v 1.8 2000/11/09 17:52:37 aaron Exp $ .\" $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -62,7 +62,7 @@ attempts to report on the file .Pa a.out . .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl t At the end of the output print a total of the sizes of all the object files processed. diff --git a/usr.bin/skey/skey.1 b/usr.bin/skey/skey.1 index e725db297d8..c6b232f6278 100644 --- a/usr.bin/skey/skey.1 +++ b/usr.bin/skey/skey.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skey.1,v 1.20 2000/03/23 21:39:54 aaron Exp $ +.\" $OpenBSD: skey.1,v 1.21 2000/11/09 17:52:38 aaron Exp $ .\" @(#)skey.1 1.1 10/28/93 .\" .Dd October 28, 1993 @@ -51,7 +51,7 @@ You can enter the passwords using small letters, even though prints them capitalized. .Pp The options are as follows: -.Bl -tag -width XXXXXXX +.Bl -tag -width Ds .It Fl n Ar count Prints out .Ar count diff --git a/usr.bin/skeyaudit/skeyaudit.1 b/usr.bin/skeyaudit/skeyaudit.1 index 8a0ca27c9cf..2fa5b00e1fa 100644 --- a/usr.bin/skeyaudit/skeyaudit.1 +++ b/usr.bin/skeyaudit/skeyaudit.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skeyaudit.1,v 1.7 2000/07/06 04:06:55 aaron Exp $ +.\" $OpenBSD: skeyaudit.1,v 1.8 2000/11/09 17:52:38 aaron Exp $ .\" .Dd 22 July 1997 .Dt SKEYAUDIT 1 @@ -22,7 +22,7 @@ and mails them a reminder to run soon. .Pp The options are as follows: -.Bl -tag -width "-l limit" -indent +.Bl -tag -width Ds .It Fl a Check all keys in .Pa /etc/skeykeys . diff --git a/usr.bin/skeyinit/skeyinit.1 b/usr.bin/skeyinit/skeyinit.1 index 8e4e58f021b..f7bc468ab89 100644 --- a/usr.bin/skeyinit/skeyinit.1 +++ b/usr.bin/skeyinit/skeyinit.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skeyinit.1,v 1.18 2000/07/06 04:06:56 aaron Exp $ +.\" $OpenBSD: skeyinit.1,v 1.19 2000/11/09 17:52:39 aaron Exp $ .\" $NetBSD: skeyinit.1,v 1.4 1995/07/07 22:24:09 jtc Exp $ .\" @(#)skeyinit.1 1.1 10/28/93 .\" @@ -48,7 +48,7 @@ The user will then be presented with the standard S/Key challenge and allowed to proceed if it is correct. .Pp The options are as follows: -.Bl -tag -width XXXXXXX +.Bl -tag -width Ds .It Fl x Displays pass phrase in hexadecimal instead of ASCII. .It Fl s diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index 1de15ae7fdc..159c5c0b544 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sort.1,v 1.12 2000/10/18 05:24:12 aaron Exp $ +.\" $OpenBSD: sort.1,v 1.13 2000/11/09 17:52:39 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -66,7 +66,7 @@ By default, if keys are not given, regards each input line as a single field. .Pp The options are as follows: -.Bl -tag -width file indent +.Bl -tag -width file Ds .It Fl c Check that the single input file is sorted. If the file is not sorted, diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index d3bf7dc0b37..a930b78f34c 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.18 2000/03/23 21:39:55 aaron Exp $ +.\" $OpenBSD: systat.1,v 1.19 2000/11/09 17:52:40 aaron Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -87,7 +87,7 @@ input line is passed to a per-display command interpreter. This allows each display to have certain display-specific commands. .Pp The options are as follows: -.Bl -tag -width "refresh_interval" +.Bl -tag -width Ds .It Fl M Ar core Extract values associated with the name list from .Ar core diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index a18d3090ebd..42786eb73cf 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcopy.1,v 1.7 2000/03/11 21:40:04 aaron Exp $ +.\" $OpenBSD: tcopy.1,v 1.8 2000/11/09 17:52:41 aaron Exp $ .\" $NetBSD: tcopy.1,v 1.4 1997/04/15 07:23:07 lukem Exp $ .\" .\" Copyright (c) 1985, 1990, 1991, 1993 @@ -63,7 +63,7 @@ destination tape will be identical to that used on the source tape. Copying a tape will yield the same output as if just printing the sizes. .Pp The options are as follows: -.Bl -tag -width s_maxblk +.Bl -tag -width Ds .It Fl c Copy .Ar src diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 4dac0def9b2..fa60f48b8f5 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.26 2000/04/16 17:49:11 aaron Exp $ +.\" $OpenBSD: telnet.1,v 1.27 2000/11/09 17:52:41 aaron Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -75,7 +75,7 @@ If it is invoked with arguments, it performs an command with those arguments. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl 8 Specifies an 8-bit data path. This causes an attempt to negotiate the diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index ff2eaf85604..3b54c2a801a 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.8 2000/04/15 02:15:13 aaron Exp $ +.\" $OpenBSD: tip.1,v 1.9 2000/11/09 17:52:42 aaron Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -78,7 +78,7 @@ on the machine (or equivalent) to which you wish to connect. .\" .Nm tip . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl v Set verbose mode. .It Fl n diff --git a/usr.bin/tn3270/tn3270/tn3270.1 b/usr.bin/tn3270/tn3270/tn3270.1 index 52343b55ed0..d49cd820dd8 100644 --- a/usr.bin/tn3270/tn3270/tn3270.1 +++ b/usr.bin/tn3270/tn3270/tn3270.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tn3270.1,v 1.9 2000/04/15 11:45:57 aaron Exp $ +.\" $OpenBSD: tn3270.1,v 1.10 2000/11/09 17:52:43 aaron Exp $ .\" .\" Copyright (c) 1986, 1990 The Regents of the University of California. .\" All rights reserved. @@ -77,7 +77,7 @@ which will, in certain circumstances, interpret and generate raw 3270 control streams. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl d Turn on socket-level tracing (for superuser only). .It Fl n Ns Ar filename diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index 9b0ca16db25..be7ee3ffc51 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.14 2000/07/06 04:06:57 aaron Exp $ +.\" $OpenBSD: top.1,v 1.15 2000/11/09 17:52:44 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -76,7 +76,7 @@ is redirected to a file, it acts as if it were being run on a dumb terminal. .Pp The options are as follows: -.Bl -tag -width XxXXXXXXXXX +.Bl -tag -width Ds .It Fl S Show system processes in the display. Normally, system processes such as the pager and the swapper are not shown. diff --git a/usr.bin/tset/tset.1 b/usr.bin/tset/tset.1 index 7f38013bb92..fc28f93b8aa 100644 --- a/usr.bin/tset/tset.1 +++ b/usr.bin/tset/tset.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tset.1,v 1.9 2000/10/08 22:47:11 millert Exp $ +.\" $OpenBSD: tset.1,v 1.10 2000/11/09 17:52:45 aaron Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -115,7 +115,7 @@ to work, as carriage-return may no longer work in the abnormal state. Also, the terminal will often not echo the command. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl The terminal type is displayed to the standard output, and the terminal is not initialized in any way. diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index f5483bb2174..95ca5cb4c1f 100644 --- a/usr.bin/uname/uname.1 +++ b/usr.bin/uname/uname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uname.1,v 1.8 2000/03/11 21:40:06 aaron Exp $ +.\" $OpenBSD: uname.1,v 1.9 2000/11/09 17:52:45 aaron Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -49,7 +49,7 @@ utility writes symbols representing one or more system characteristics to the standard output. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Behave as though all of the options .Fl mnrsv diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1 index d2117e08e44..30a8d10c78f 100644 --- a/usr.bin/vgrind/vgrind.1 +++ b/usr.bin/vgrind/vgrind.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vgrind.1,v 1.7 2000/03/14 14:58:25 aaron Exp $ +.\" $OpenBSD: vgrind.1,v 1.8 2000/11/09 17:52:46 aaron Exp $ .\" $NetBSD: vgrind.1,v 1.4 1994/11/17 08:28:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -101,7 +101,7 @@ In both modes passes any lines beginning with a decimal point without conversion. .Pp The options are as follows: -.Bl -tag -width Ar +.Bl -tag -width Ds .It Fl Forces input to be taken from standard input (default if .Fl f diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 79fc33035e2..61e3a5f7b4d 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmstat.8,v 1.16 2000/06/18 17:59:56 niklas Exp $ +.\" $OpenBSD: vmstat.8,v 1.17 2000/11/09 17:52:46 aaron Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 @@ -55,7 +55,7 @@ reports certain kernel statistics kept about process, virtual memory, disk, trap and CPU activity. .Pp The options are as follows: -.Bl -tag -width "blah" +.Bl -tag -width Ds .It Fl c Ar count Repeat the display .Ar count diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1 index 50bbb71e7d6..ad38255b654 100644 --- a/usr.bin/w/uptime.1 +++ b/usr.bin/w/uptime.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uptime.1,v 1.9 2000/07/06 04:06:57 aaron Exp $ +.\" $OpenBSD: uptime.1,v 1.10 2000/11/09 17:52:47 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -56,7 +56,7 @@ information from .Xr w 1 . .Pp The options are as follows: -.Bl -tag -width XXXXXXXXX +.Bl -tag -width Ds .It Fl M Ar core Extract values associated with the name list from the specified .Ar core diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index be6ec0a8408..97dca587f50 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: w.1,v 1.10 2000/03/14 14:58:25 aaron Exp $ +.\" $OpenBSD: w.1,v 1.11 2000/11/09 17:52:47 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,7 +62,7 @@ logged on, the time since the user last typed anything, and the name and arguments of the current process. .Pp The options are as follows: -.Bl -tag -width XXXXXXXXX +.Bl -tag -width Ds .It Fl h Suppress the heading. .It Fl i diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index ab991896331..6f749944d29 100644 --- a/usr.bin/wall/wall.1 +++ b/usr.bin/wall/wall.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wall.1,v 1.7 2000/04/15 11:45:57 aaron Exp $ +.\" $OpenBSD: wall.1,v 1.8 2000/11/09 17:52:47 aaron Exp $ .\" $NetBSD: wall.1,v 1.3 1994/11/17 07:17:57 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -57,7 +57,7 @@ to deny messages or are using a program which automatically denies messages. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl g Send messages to users in this group. This option may be specified diff --git a/usr.bin/whatis/whatis.1 b/usr.bin/whatis/whatis.1 index 1607a7a7e9a..98b6fc3f89d 100644 --- a/usr.bin/whatis/whatis.1 +++ b/usr.bin/whatis/whatis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whatis.1,v 1.7 2000/04/01 05:05:35 millert Exp $ +.\" $OpenBSD: whatis.1,v 1.8 2000/11/09 17:52:48 aaron Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,7 +55,7 @@ will match on a case insensitive basis and for multiple word entries will match on each individual word. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl C Ar file Specify an alternate configuration file in .Xr man.conf 5 diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index 2f48801d5aa..a4a93a43fcd 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: who.1,v 1.13 2000/10/18 05:12:06 aaron Exp $ +.\" $OpenBSD: who.1,v 1.14 2000/11/09 17:52:48 aaron Exp $ .\" $NetBSD: who.1,v 1.5 1994/12/07 04:28:47 jtc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -54,7 +54,7 @@ each user the login name, tty name, the date and time of login, and hostname if not local. .Pp The options are as follows: -.Bl -tag -width file +.Bl -tag -width Ds .It Fl m Only print information about the current terminal. This is the diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 5c63c63db0f..6268641f539 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: window.1,v 1.11 2000/07/06 04:06:57 aaron Exp $ +.\" $OpenBSD: window.1,v 1.12 2000/11/09 17:52:49 aaron Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -82,7 +82,7 @@ If it does not exist, two equal sized windows spanning the terminal screen are created by default. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl t Turn on terse mode (see .Ic terse diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 3c5bed61751..ab806ad81bd 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xargs.1,v 1.9 2000/03/14 14:58:27 aaron Exp $ +.\" $OpenBSD: xargs.1,v 1.10 2000/11/09 17:52:49 aaron Exp $ .\" $NetBSD: xargs.1,v 1.6 1994/11/14 06:51:40 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -84,7 +84,7 @@ up to the matching double quote. Any single character, including newlines, may be escaped by a backslash. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl 0 Changes .Nm diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index e82d7b35e6c..8180b44b574 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yacc.1,v 1.12 2000/07/06 04:06:58 aaron Exp $ +.\" $OpenBSD: yacc.1,v 1.13 2000/11/09 17:52:50 aaron Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -67,7 +67,7 @@ normally writes the parse tables and the driver routine to the file .Pa y.tab.c . .Pp The options are as follows: -.Bl -tag -width Ar +.Bl -tag -width Ds .It Fl b Ar prefix The .Fl b diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 6cc130201ab..1f042c587b7 100644 --- a/usr.bin/ypcat/ypcat.1 +++ b/usr.bin/ypcat/ypcat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypcat.1,v 1.4 1999/06/05 01:21:52 aaron Exp $ +.\" $OpenBSD: ypcat.1,v 1.5 2000/11/09 17:52:50 aaron Exp $ .\" $NetBSD: ypcat.1,v 1.4 1996/05/13 02:43:36 thorpej Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -29,7 +29,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. .\" -.\" $Id: ypcat.1,v 1.4 1999/06/05 01:21:52 aaron Exp $ +.\" $Id: ypcat.1,v 1.5 2000/11/09 17:52:50 aaron Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 @@ -53,7 +53,7 @@ database specified by which may be a map name or a map nickname. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Ar domainname Specify a domain other than the default domain. .It Fl k diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 2edf704c97e..1f45a6f2aef 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypmatch.1,v 1.6 1999/06/05 01:21:52 aaron Exp $ +.\" $OpenBSD: ypmatch.1,v 1.7 2000/11/09 17:52:51 aaron Exp $ .\" $NetBSD: ypmatch.1,v 1.5 1996/05/13 02:43:41 thorpej Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -29,7 +29,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. .\" -.\" $Id: ypmatch.1,v 1.6 1999/06/05 01:21:52 aaron Exp $ +.\" $Id: ypmatch.1,v 1.7 2000/11/09 17:52:51 aaron Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 @@ -54,7 +54,7 @@ database specified by which may be a map name or a map nickname. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Ar domainname Specify a domain other than the default domain. .It Fl k diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index b6bb6ccafd3..5467e2a29fb 100644 --- a/usr.bin/ypwhich/ypwhich.1 +++ b/usr.bin/ypwhich/ypwhich.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypwhich.1,v 1.9 2000/03/14 14:58:27 aaron Exp $ +.\" $OpenBSD: ypwhich.1,v 1.10 2000/11/09 17:52:51 aaron Exp $ .\" $NetBSD: ypwhich.1,v 1.3 1996/05/13 02:43:46 thorpej Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -29,7 +29,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. .\" -.\" $Id: ypwhich.1,v 1.9 2000/03/14 14:58:27 aaron Exp $ +.\" $Id: ypwhich.1,v 1.10 2000/11/09 17:52:51 aaron Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 @@ -67,7 +67,7 @@ which server it is using. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Ar domain Specify a domain other than the default domain. .It Fl h Ar host diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index 0df6c125e55..03295394996 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -27,7 +27,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. .\" -.\" $Id: ac.8,v 1.7 2000/03/19 17:56:58 aaron Exp $ +.\" $Id: ac.8,v 1.8 2000/11/09 17:53:10 aaron Exp $ .\" .Dd March 15, 1994 .Dt AC 8 @@ -56,7 +56,7 @@ examines these records and writes the accumulated connect time for all logins to the standard output. .Pp The options are as follows: -.Bl -tag -width indentXXX +.Bl -tag -width Ds .It Fl d Display the connect times in 24 hour chunks. .\" .It Fl c Ar console diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 4a259ea1a95..cbb07b598cf 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: apm.8,v 1.10 2000/03/19 17:57:01 aaron Exp $ +.\" $Id: apm.8,v 1.11 2000/11/09 17:53:10 aaron Exp $ .\" .Dd March 18, 1996 .Dt APM 8 @@ -59,7 +59,7 @@ With no flags, displays the current power management state in verbose form. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl z Put the system into suspend (deep sleep) mode. .It Fl S diff --git a/usr.sbin/bad144/bad144.8 b/usr.sbin/bad144/bad144.8 index 6493d91e926..ab26af4750b 100644 --- a/usr.sbin/bad144/bad144.8 +++ b/usr.sbin/bad144/bad144.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)bad144.8 8.1 (Berkeley) 6/6/93 -.\" $Id: bad144.8,v 1.9 2000/10/14 17:34:51 aaron Exp $ +.\" $Id: bad144.8,v 1.10 2000/11/09 17:53:11 aaron Exp $ .\" .Dd June 6, 1993 .Dt BAD144 8 @@ -61,7 +61,6 @@ can be used to inspect the information stored on a disk that is used by the disk drivers to implement bad sector forwarding. .Pp The options are as follows: -.Pp .Bl -tag -width Ds .It Fl a The argument list consists of new bad sectors to be added to an existing diff --git a/usr.sbin/bootpd/bootpef.8 b/usr.sbin/bootpd/bootpef.8 index 70d019c8e55..bd3a4fc0246 100644 --- a/usr.sbin/bootpd/bootpef.8 +++ b/usr.sbin/bootpd/bootpef.8 @@ -25,7 +25,7 @@ arguments are specified, then compiles the extension files for only those clients. .Pp The options are as follows: -.Bl -tag -width "-d debug-level" +.Bl -tag -width Ds .It Fl c Ar chdir-path Sets the current directory used by .Nm diff --git a/usr.sbin/bootpd/bootptest.8 b/usr.sbin/bootpd/bootptest.8 index 01703541675..b813a9ba740 100644 --- a/usr.sbin/bootpd/bootptest.8 +++ b/usr.sbin/bootpd/bootptest.8 @@ -23,7 +23,7 @@ After a response is received, will wait one more second listening for additional responses. .Pp The options are as follows: -.Bl -tag -width "-m magic_number" +.Bl -tag -width Ds .It Fl f Ar bootfile Fill in the boot file field of the request with .Ar bootfile . diff --git a/usr.sbin/catman/catman.8 b/usr.sbin/catman/catman.8 index 4ec5e52e5a2..860eccc79c0 100644 --- a/usr.sbin/catman/catman.8 +++ b/usr.sbin/catman/catman.8 @@ -27,7 +27,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. .\" -.\" $Id: catman.8,v 1.4 2000/03/19 17:57:02 aaron Exp $ +.\" $Id: catman.8,v 1.5 2000/11/09 17:53:12 aaron Exp $ .\" .Dd July 30, 1993 .Dt CATMAN 8 @@ -70,7 +70,7 @@ argument is provided, will try to operate on all of the known manual sections. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl k Ignore errors from .Xr nroff diff --git a/usr.sbin/eeprom/eeprom.8 b/usr.sbin/eeprom/eeprom.8 index 98d397fced3..683613786e0 100644 --- a/usr.sbin/eeprom/eeprom.8 +++ b/usr.sbin/eeprom/eeprom.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eeprom.8,v 1.9 2000/03/19 17:57:03 aaron Exp $ +.\" $OpenBSD: eeprom.8,v 1.10 2000/11/09 17:53:12 aaron Exp $ .\" $NetBSD: eeprom.8,v 1.2 1996/02/28 01:13:24 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -80,7 +80,7 @@ and a value. Only the superuser may modify the contents of the EEPROM or OpenProm. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl Commands are taken from stdin and displayed on stdout. .It Fl c diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1 index 2ac4d5f4eb1..980a562ca69 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdformat.1,v 1.10 2000/03/19 17:57:04 aaron Exp $ +.\" $OpenBSD: fdformat.1,v 1.11 2000/11/09 17:53:13 aaron Exp $ .\" .\" Copyright (C) 1993, 1994 by Joerg Wunsch, Dresden .\" All rights reserved. @@ -61,7 +61,7 @@ are meaningless, since they're overridden by .Nm fdformat . .Pp The options are as follows: -.Bl -tag -width 10n -offset indent +.Bl -tag -width Ds .It Fl q Suppress any normal output from the command, and don't ask the user for a confirmation whether to format the floppy disk at diff --git a/usr.sbin/grfinfo/grfinfo.1 b/usr.sbin/grfinfo/grfinfo.1 index 37a67fbcc69..2a49b00bd8c 100644 --- a/usr.sbin/grfinfo/grfinfo.1 +++ b/usr.sbin/grfinfo/grfinfo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grfinfo.1,v 1.4 2000/03/19 17:57:04 aaron Exp $ +.\" $OpenBSD: grfinfo.1,v 1.5 2000/11/09 17:53:13 aaron Exp $ .\" $NetBSD: grfinfo.1,v 1.1 1997/01/31 23:06:53 carrel Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -54,7 +54,7 @@ By default, only the frame buffer type is displayed. is the device file for the graphics frame buffer. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl a Display all possible information. .It Fl t diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index f767ddb69ee..f0aedaefca5 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iostat.8,v 1.14 2000/04/15 02:15:19 aaron Exp $ +.\" $OpenBSD: iostat.8,v 1.15 2000/11/09 17:53:14 aaron Exp $ .\" $NetBSD: iostat.8,v 1.10 1996/10/25 18:21:57 scottr Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -70,7 +70,7 @@ option causes to print raw, unaveraged values. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl c Repeat the display .Ar count diff --git a/usr.sbin/ipftest/ipftest.1 b/usr.sbin/ipftest/ipftest.1 index 7d6e1041c7a..4f12bd10a4b 100644 --- a/usr.sbin/ipftest/ipftest.1 +++ b/usr.sbin/ipftest/ipftest.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipftest.1,v 1.15 2000/04/12 21:47:53 aaron Exp $ +.\" $OpenBSD: ipftest.1,v 1.16 2000/11/09 17:53:14 aaron Exp $ .Dd May 23, 1999 .Dt IPFTEST 1 .Os @@ -79,7 +79,7 @@ out on le0 tcp 10.4.12.1,2245 10.1.1.1,23 S .Ed .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl v Verbose mode. This provides more information about which parts of rule diff --git a/usr.sbin/ipsend/ipresend/ipresend.1 b/usr.sbin/ipsend/ipresend/ipresend.1 index 00821f00fe2..c380c638d2e 100644 --- a/usr.sbin/ipsend/ipresend/ipresend.1 +++ b/usr.sbin/ipsend/ipresend/ipresend.1 @@ -1,4 +1,4 @@ -./" $OpenBSD: ipresend.1,v 1.9 2000/11/08 19:37:34 aaron Exp $ +./" $OpenBSD: ipresend.1,v 1.10 2000/11/09 17:53:15 aaron Exp $ .Dd October 9, 1999 .Dt IPRESEND 1 .Os @@ -26,7 +26,7 @@ binary data. must be run as root. .Pp The options are as follows: -.Bl -tag -width "d interface " +.Bl -tag -width Ds .It Fl d Ar interface Set the interface name to be the name supplied. This is useful with the diff --git a/usr.sbin/lpr/pac/pac.8 b/usr.sbin/lpr/pac/pac.8 index d593d46d8a5..fa630726a8b 100644 --- a/usr.sbin/lpr/pac/pac.8 +++ b/usr.sbin/lpr/pac/pac.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pac.8,v 1.4 2000/03/19 17:57:07 aaron Exp $ +.\" $OpenBSD: pac.8,v 1.5 2000/11/09 17:53:15 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,7 @@ arguments are given, statistics are printed for every user who has used any paper. .Pp The options are as follows: -.Bl -tag -width PPprinter +.Bl -tag -width Ds .It Fl P Ns Ar printer Accounting is done for the named printer. Normally, accounting is done for the default printer (site dependent) or diff --git a/usr.sbin/mopd/mopchk/mopchk.1 b/usr.sbin/mopd/mopchk/mopchk.1 index baaa5b3fa9b..1329718458c 100644 --- a/usr.sbin/mopd/mopchk/mopchk.1 +++ b/usr.sbin/mopd/mopchk/mopchk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mopchk.1,v 1.7 2000/11/08 19:37:35 aaron Exp $ +.\" $OpenBSD: mopchk.1,v 1.8 2000/11/09 17:53:16 aaron Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson. All rights reserved. .\" @@ -27,7 +27,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. .\" -.\" @(#) $OpenBSD: mopchk.1,v 1.7 2000/11/08 19:37:35 aaron Exp $ +.\" @(#) $OpenBSD: mopchk.1,v 1.8 2000/11/09 17:53:16 aaron Exp $ .\" .Dd October 2, 1995 .Dt MOPCHK 1 @@ -51,7 +51,7 @@ is given, information about the MOP-image is read from the header of the file. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Show all the Ethernets attached to the system. .It Fl v diff --git a/usr.sbin/mopd/mopd/mopd.8 b/usr.sbin/mopd/mopd/mopd.8 index e93da985947..8892abbe7cb 100644 --- a/usr.sbin/mopd/mopd/mopd.8 +++ b/usr.sbin/mopd/mopd/mopd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mopd.8,v 1.9 2000/11/08 19:37:36 aaron Exp $ +.\" $OpenBSD: mopd.8,v 1.10 2000/11/09 17:53:17 aaron Exp $ .\" .\" Copyright (c) 1993-96 Mats O Jansson. All rights reserved. .\" @@ -27,7 +27,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. .\" -.\" @(#) $OpenBSD: mopd.8,v 1.9 2000/11/08 19:37:36 aaron Exp $ +.\" @(#) $OpenBSD: mopd.8,v 1.10 2000/11/09 17:53:17 aaron Exp $ .\" .Dd September 24, 1995 .Dt MOPD 8 @@ -80,7 +80,7 @@ Anomalies and errors are reported via .Xr syslog 3 . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Listen on all the Ethernets attached to the system. If diff --git a/usr.sbin/mopd/mopprobe/mopprobe.1 b/usr.sbin/mopd/mopprobe/mopprobe.1 index 2f202c33b67..441b8b97c95 100644 --- a/usr.sbin/mopd/mopprobe/mopprobe.1 +++ b/usr.sbin/mopd/mopprobe/mopprobe.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mopprobe.1,v 1.9 2000/11/08 19:37:36 aaron Exp $ +.\" $OpenBSD: mopprobe.1,v 1.10 2000/11/09 17:53:18 aaron Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson. All rights reserved. .\" @@ -27,7 +27,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. .\" -.\" @(#) $OpenBSD: mopprobe.1,v 1.9 2000/11/08 19:37:36 aaron Exp $ +.\" @(#) $OpenBSD: mopprobe.1,v 1.10 2000/11/09 17:53:18 aaron Exp $ .\" .Dd October 2, 1995 .Dt MOPPROBE 1 @@ -65,7 +65,7 @@ With all MOP/RC SID messages will be shown (e.g., machines running DECnet). .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Listen on all the Ethernets attached to the system. If diff --git a/usr.sbin/mopd/moptrace/moptrace.1 b/usr.sbin/mopd/moptrace/moptrace.1 index 25a2fceb49d..97365c4ef7e 100644 --- a/usr.sbin/mopd/moptrace/moptrace.1 +++ b/usr.sbin/mopd/moptrace/moptrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: moptrace.1,v 1.6 2000/11/08 19:37:36 aaron Exp $ +.\" $OpenBSD: moptrace.1,v 1.7 2000/11/09 17:53:18 aaron Exp $ .\" .\" Copyright (c) 1993-95 Mats O Jansson. All rights reserved. .\" @@ -27,7 +27,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. .\" -.\" @(#) $OpenBSD: moptrace.1,v 1.6 2000/11/08 19:37:36 aaron Exp $ +.\" @(#) $OpenBSD: moptrace.1,v 1.7 2000/11/09 17:53:18 aaron Exp $ .\" .Dd October 2, 1995 .Dt MOPTRACE 1 @@ -54,7 +54,7 @@ or all known interfaces if is given. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Listen on all the Ethernets attached to the system. If diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index 987fd78b81b..f0adad4c233 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtree.8,v 1.14 2000/03/19 17:57:09 aaron Exp $ +.\" $OpenBSD: mtree.8,v 1.15 2000/11/09 17:53:19 aaron Exp $ .\" $NetBSD: mtree.8,v 1.4 1995/03/07 21:26:25 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -58,7 +58,7 @@ characteristics do not match the specification, or which are missing from either the file hierarchy or the specification. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl c Print a specification for the file hierarchy to the standard output. .It Fl d diff --git a/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 b/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 index 6e9ec16a81c..f240e771f8c 100644 --- a/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 +++ b/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 @@ -27,7 +27,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. .\" -.\" $Id: netgroup_mkdb.8,v 1.4 2000/04/15 02:15:19 aaron Exp $ +.\" $Id: netgroup_mkdb.8,v 1.5 2000/11/09 17:53:19 aaron Exp $ .\" .Dd February 3, 1994 .Dt NETGROUP_MKDB 8 @@ -53,7 +53,7 @@ The file must be in the correct format (see .Xr netgroup 5 ) . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl o Ar database Put the output databases in the named file. .El diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 1747aa304ad..686667cfbb1 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.17 2000/11/08 19:37:36 aaron Exp $ +.\" $OpenBSD: pkg_create.1,v 1.18 2000/11/09 17:53:20 aaron Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -64,7 +64,7 @@ Nonetheless, a short description of the input syntax is included in this document. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl f Ar packinglist Fetch .Dq packing list diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1 index 6c49529425a..edb33ac1e80 100644 --- a/usr.sbin/pkg_install/delete/pkg_delete.1 +++ b/usr.sbin/pkg_install/delete/pkg_delete.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_delete.1,v 1.11 2000/11/08 19:37:36 aaron Exp $ +.\" $OpenBSD: pkg_delete.1,v 1.12 2000/11/09 17:53:20 aaron Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -45,7 +45,7 @@ Package names may be specified either as the package name itself, or as filename suffix. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Ar pkg-name Op Ar ... The named packages are deinstalled. .It Fl v diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8 index 545286da8c6..ed4b0047bd5 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.8 +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd_mkdb.8,v 1.9 2000/03/19 17:57:12 aaron Exp $ +.\" $OpenBSD: pwd_mkdb.8,v 1.10 2000/11/09 17:53:21 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,7 @@ It is important to note that the format used in this system is different from the historic Version 7 style format. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl c Check if the password file is in the correct format. Do not change, add, or remove any files. diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8 index 273d8e48fe9..9d7af54831a 100644 --- a/usr.sbin/rarpd/rarpd.8 +++ b/usr.sbin/rarpd/rarpd.8 @@ -18,7 +18,7 @@ .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -.\" @(#) $Id: rarpd.8,v 1.9 2000/03/19 17:57:12 aaron Exp $ +.\" @(#) $Id: rarpd.8,v 1.10 2000/11/09 17:53:21 aaron Exp $ .\" .Dd October 26, 1990 .Dt RARPD 8 @@ -60,7 +60,7 @@ Anomalies and errors are reported via .Xr syslog 3 . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Listen on all the Ethernets attached to the system. If diff --git a/usr.sbin/rbootd/rbootd.8 b/usr.sbin/rbootd/rbootd.8 index 02e78a7e32e..ed2ad42c5fa 100644 --- a/usr.sbin/rbootd/rbootd.8 +++ b/usr.sbin/rbootd/rbootd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rbootd.8,v 1.6 2000/03/04 22:19:29 aaron Exp $ +.\" $OpenBSD: rbootd.8,v 1.7 2000/11/09 17:53:22 aaron Exp $ .\" $NetBSD: rbootd.8,v 1.3 1995/08/21 17:05:16 thorpej Exp $ .\" .\" Copyright (c) 1988, 1992 The University of Utah and the Center @@ -69,7 +69,7 @@ By default, only responds to requests from machines listed in its configuration file. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl a Respond to boot requests from any machine. The configuration file is ignored if this option is specified. diff --git a/usr.sbin/rdate/rdate.8 b/usr.sbin/rdate/rdate.8 index 6328382f46a..7fde41a884d 100644 --- a/usr.sbin/rdate/rdate.8 +++ b/usr.sbin/rdate/rdate.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdate.8,v 1.11 2000/03/19 17:57:13 aaron Exp $ +.\" $OpenBSD: rdate.8,v 1.12 2000/11/09 17:53:22 aaron Exp $ .\" $NetBSD: rdate.8,v 1.4 1996/04/08 20:55:17 jtc Exp $ .\" .\" Copyright (c) 1994 Christos Zoulas @@ -48,7 +48,7 @@ protocol which is usually implemented as a built-in service of .Xr inetd 8 . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl p Do not set, just print the remote time .It Fl s diff --git a/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 b/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 index 566e542da04..bed68450a0a 100644 --- a/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 +++ b/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.bootparamd.8,v 1.12 2000/03/19 17:57:13 aaron Exp $ +.\" $OpenBSD: rpc.bootparamd.8,v 1.13 2000/11/09 17:53:23 aaron Exp $ .\" @(#)bootparamd.8 .Dd January 8, 1994 .Dt BOOTPARAMD 8 @@ -37,7 +37,7 @@ is found, and the YP subsystem is active, the YP map will be searched immediately. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Display the debugging information. The daemon does not fork in this case. diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8 index ecfd27d5ec5..faaa3f2bade 100644 --- a/usr.sbin/rtsold/rtsold.8 +++ b/usr.sbin/rtsold/rtsold.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtsold.8,v 1.12 2000/11/08 19:37:37 aaron Exp $ +.\" $OpenBSD: rtsold.8,v 1.13 2000/11/09 17:53:23 aaron Exp $ .\" $KAME: rtsold.8,v 1.14 2000/08/13 18:06:39 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -133,7 +133,7 @@ will dump the current internal state into .\" .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl a Autoprobe outgoing interface. .Nm diff --git a/usr.sbin/screenblank/screenblank.1 b/usr.sbin/screenblank/screenblank.1 index 941c0d8517c..30f6ba893ef 100644 --- a/usr.sbin/screenblank/screenblank.1 +++ b/usr.sbin/screenblank/screenblank.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: screenblank.1,v 1.5 2000/03/19 17:57:15 aaron Exp $ +.\" $OpenBSD: screenblank.1,v 1.6 2000/11/09 17:53:24 aaron Exp $ .\" $NetBSD: screenblank.1,v 1.2 1996/02/28 01:18:32 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -64,7 +64,7 @@ The PID can be found in the file .Pa /var/run/screenblank.pid . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl k Do not check the keyboard for activity. .It Fl m diff --git a/usr.sbin/slstats/slstats.8 b/usr.sbin/slstats/slstats.8 index 1f7d35b4478..da0588787f9 100644 --- a/usr.sbin/slstats/slstats.8 +++ b/usr.sbin/slstats/slstats.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: slstats.8,v 1.8 2000/03/19 17:57:15 aaron Exp $ +.\" $OpenBSD: slstats.8,v 1.9 2000/11/09 17:53:24 aaron Exp $ .\" $NetBSD: slstats.8,v 1.2.6.1 1996/06/07 01:42:24 thorpej Exp $ .Dd July 5, 1993 .Dt SLSTATS 8 @@ -36,7 +36,7 @@ statistics. All further output will describe activity between report intervals. .Pp The options are as follows: -.Bl -tag -width "system " +.Bl -tag -width Ds .It Fl v Display additional statistics demonstrating the efficacy of VJ header compression and providing more explicit information on failure diff --git a/usr.sbin/spray/spray.8 b/usr.sbin/spray/spray.8 index 8b33fed6d2d..c5cd84d1a27 100644 --- a/usr.sbin/spray/spray.8 +++ b/usr.sbin/spray/spray.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spray.8,v 1.6 1999/07/03 02:11:10 aaron Exp $ +.\" $OpenBSD: spray.8,v 1.7 2000/11/09 17:53:25 aaron Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -43,7 +43,7 @@ sends multiple RPC packets to and records how many of them were correctly received and how long it took. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl c Ar count Send .Ar count diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 1de74280cd7..d7cdab85214 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.24 2000/11/08 19:37:37 aaron Exp $ +.\" $OpenBSD: tcpdump.8,v 1.25 2000/11/09 17:53:25 aaron Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -45,7 +45,7 @@ You must have read access to .Pa /dev/bpf\&* . .Pp The options are as follows: -.Bl -tag -width "-ddd" +.Bl -tag -width Ds .It Fl a Attempt to convert network and broadcast addresses to names. .It Fl c Ar count diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 2582446cb16..1f0c9da78fa 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnconfig.8,v 1.14 2000/06/20 21:29:20 provos Exp $ +.\" $OpenBSD: vnconfig.8,v 1.15 2000/11/09 17:53:26 aaron Exp $ .\" .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -80,7 +80,7 @@ to ensure consistency in the buffer cache. For normal operation this is not necessary. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl c Configures the device. If successful, references to diff --git a/usr.sbin/wsconscfg/wsconscfg.8 b/usr.sbin/wsconscfg/wsconscfg.8 index 5e04bf38f83..cbce2e90c59 100644 --- a/usr.sbin/wsconscfg/wsconscfg.8 +++ b/usr.sbin/wsconscfg/wsconscfg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsconscfg.8,v 1.2 2000/07/02 21:00:43 aaron Exp $ +.\" $OpenBSD: wsconscfg.8,v 1.3 2000/11/09 17:53:26 aaron Exp $ .\" $NetBSD: wsconscfg.8,v 1.5 1999/05/15 14:45:06 drochner Exp $ .\" .Dd January 12, 1999 @@ -37,7 +37,7 @@ implementation specific properties and a default terminal emulation variant selected at kernel compile time. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl f Ar ctldev Specify the control device of the wscons display to operate on. Default is diff --git a/usr.sbin/wsfontload/wsfontload.8 b/usr.sbin/wsfontload/wsfontload.8 index 4a55c965e99..bedd7ff7cf7 100644 --- a/usr.sbin/wsfontload/wsfontload.8 +++ b/usr.sbin/wsfontload/wsfontload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsfontload.8,v 1.2 2000/07/02 21:00:44 aaron Exp $ +.\" $OpenBSD: wsfontload.8,v 1.3 2000/11/09 17:53:27 aaron Exp $ .\" $NetBSD: wsfontload.8,v 1.5 1999/04/06 04:54:22 cgd Exp $ .\" .Dd January 13, 1999 @@ -47,7 +47,7 @@ if is not provided. .Pp The options are as follows: -.Bl -tag -width xxxxxxxxxxx +.Bl -tag -width Ds .It Fl f Ar file Specify the control device of the wscons display to operate on. Default is diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index b911a309579..4c5414aa0f1 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypbind.8,v 1.15 2000/04/15 02:15:21 aaron Exp $ +.\" $OpenBSD: ypbind.8,v 1.16 2000/11/09 17:53:29 aaron Exp $ .\" $NetBSD: ypbind.8,v 1.2 1996/02/28 01:21:00 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -88,7 +88,7 @@ When the binding is once again successful, marks the domain as bound and resumes its periodic check. .Pp The options are as follows: -.Bl -tag -width indentxx +.Bl -tag -width Ds .It Fl ypset .Xr ypset 8 may be used to change the server to which a domain is bound. diff --git a/usr.sbin/yppoll/yppoll.8 b/usr.sbin/yppoll/yppoll.8 index 27b5a26b228..61176da39ea 100644 --- a/usr.sbin/yppoll/yppoll.8 +++ b/usr.sbin/yppoll/yppoll.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yppoll.8,v 1.4 1999/04/02 15:12:22 aaron Exp $ +.\" $OpenBSD: yppoll.8,v 1.5 2000/11/09 17:53:29 aaron Exp $ .\" $NetBSD: yppoll.8,v 1.3 1996/02/28 01:23:12 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -53,7 +53,7 @@ server for .Ar mapname . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl h Ar host Ask the YP server process running on .Ar host diff --git a/usr.sbin/ypserv/makedbm/makedbm.8 b/usr.sbin/ypserv/makedbm/makedbm.8 index d54aed296fa..961834067b5 100644 --- a/usr.sbin/ypserv/makedbm/makedbm.8 +++ b/usr.sbin/ypserv/makedbm/makedbm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: makedbm.8,v 1.8 2000/03/19 17:57:18 aaron Exp $ +.\" $OpenBSD: makedbm.8,v 1.9 2000/11/09 17:53:30 aaron Exp $ .\" .\" Copyright (c) 1994-97 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -54,7 +54,7 @@ is the utiliy in YP that creates the database file containing the YP map. The databse format is a slightly modified version of ndbm. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl u Dump a database to standard output. .It Fl U diff --git a/usr.sbin/ypserv/mkalias/mkalias.8 b/usr.sbin/ypserv/mkalias/mkalias.8 index d9c948483ab..2699520e643 100644 --- a/usr.sbin/ypserv/mkalias/mkalias.8 +++ b/usr.sbin/ypserv/mkalias/mkalias.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkalias.8,v 1.4 2000/03/19 17:57:18 aaron Exp $ +.\" $OpenBSD: mkalias.8,v 1.5 2000/11/09 17:53:30 aaron Exp $ .\" .\" Copyright (c) 1997 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -52,7 +52,7 @@ This is an inverse map of user@host (or user!host) back to alias. .Pp .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl v Verbose mode. .It Fl e diff --git a/usr.sbin/ypserv/mknetid/mknetid.8 b/usr.sbin/ypserv/mknetid/mknetid.8 index f17b6718b44..9ad10fbe89f 100644 --- a/usr.sbin/ypserv/mknetid/mknetid.8 +++ b/usr.sbin/ypserv/mknetid/mknetid.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mknetid.8,v 1.7 2000/03/19 17:57:18 aaron Exp $ +.\" $OpenBSD: mknetid.8,v 1.8 2000/11/09 17:53:30 aaron Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -57,7 +57,7 @@ eventually concatenated with a file. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Ar domain Which yp-domain if not default yp-domain. .It Fl q diff --git a/usr.sbin/ypserv/revnetgroup/revnetgroup.8 b/usr.sbin/ypserv/revnetgroup/revnetgroup.8 index e2068f2d42a..9208dc9b680 100644 --- a/usr.sbin/ypserv/revnetgroup/revnetgroup.8 +++ b/usr.sbin/ypserv/revnetgroup/revnetgroup.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: revnetgroup.8,v 1.6 2000/11/08 19:37:37 aaron Exp $ +.\" $OpenBSD: revnetgroup.8,v 1.7 2000/11/09 17:53:31 aaron Exp $ .\" .\" Copyright (c) 1995 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -97,7 +97,7 @@ It is usually called only by when rebuilding the YP netgroup maps. .Pp The options are as follows: -.Bl -tag -width flag +.Bl -tag -width Ds .It Fl u Generate netgroup.byuser output; only username information in the original netgroup file is processed. diff --git a/usr.sbin/ypserv/ypinit/ypinit.8 b/usr.sbin/ypserv/ypinit/ypinit.8 index 4bac2dc1d1e..81f81ac6c36 100644 --- a/usr.sbin/ypserv/ypinit/ypinit.8 +++ b/usr.sbin/ypserv/ypinit/ypinit.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypinit.8,v 1.4 2000/03/19 17:57:19 aaron Exp $ +.\" $OpenBSD: ypinit.8,v 1.5 2000/11/09 17:53:31 aaron Exp $ .\" .\" Copyright (c) 1997 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -47,7 +47,7 @@ may be used to setup a YP server, or to change the ypserver map. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl m Ar domainname Setup a master YP server. If diff --git a/usr.sbin/ypserv/yppush/yppush.8 b/usr.sbin/ypserv/yppush/yppush.8 index 61f82ba6798..d00466ccbfd 100644 --- a/usr.sbin/ypserv/yppush/yppush.8 +++ b/usr.sbin/ypserv/yppush/yppush.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yppush.8,v 1.6 2000/03/19 17:57:19 aaron Exp $ +.\" $OpenBSD: yppush.8,v 1.7 2000/11/09 17:53:32 aaron Exp $ .\" .\" Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -50,7 +50,7 @@ slave server in the domain. All servers of the domain is fetched from the YP map ypservers. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl d Ar domainname Don't use default domain, use the specified domain. .It Fl h Ar hostname diff --git a/usr.sbin/ypserv/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv/ypserv.8 index efcbc4a2ee3..ec1eee82b13 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv/ypserv.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypserv.8,v 1.14 2000/03/19 17:57:19 aaron Exp $ +.\" $OpenBSD: ypserv.8,v 1.15 2000/11/09 17:53:32 aaron Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -103,7 +103,7 @@ exists), then will be automatically started at boot time. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl 1 Allow .Nm diff --git a/usr.sbin/ypserv/yptest/yptest.8 b/usr.sbin/ypserv/yptest/yptest.8 index 9548f7cd072..6c2f5a17c4b 100644 --- a/usr.sbin/ypserv/yptest/yptest.8 +++ b/usr.sbin/ypserv/yptest/yptest.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yptest.8,v 1.7 2000/03/19 17:57:19 aaron Exp $ +.\" $OpenBSD: yptest.8,v 1.8 2000/11/09 17:53:33 aaron Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -52,7 +52,7 @@ checks various YP functions to see if the YP server works as expected. .Pp .Pp .\"The options are as follows: -.\".Bl -tag -width indent +.\".Bl -tag -width Ds .\".It Fl d Ar yp_domain_name .\"Include an entry the in the map with the key YP_DOMAIN_NAME and the argument .\"as value. diff --git a/usr.sbin/ypserv/ypxfr/ypxfr.8 b/usr.sbin/ypserv/ypxfr/ypxfr.8 index f0815df3292..1676280c799 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr.8 +++ b/usr.sbin/ypserv/ypxfr/ypxfr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypxfr.8,v 1.9 2000/03/19 17:57:19 aaron Exp $ +.\" $OpenBSD: ypxfr.8,v 1.10 2000/11/09 17:53:33 aaron Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ypxfr.8,v 1.9 2000/03/19 17:57:19 aaron Exp $ +.\" $OpenBSD: ypxfr.8,v 1.10 2000/11/09 17:53:33 aaron Exp $ .\" .Dd August 18, 1994 .Dt YPXFR 8 @@ -60,7 +60,7 @@ and could be used for that. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl b Preserve the entry in the database informing a YP server to use DNS to get information about unknown hosts. diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8 index 47598be4f69..7a9edc1b5ee 100644 --- a/usr.sbin/ypset/ypset.8 +++ b/usr.sbin/ypset/ypset.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypset.8,v 1.4 1999/03/12 15:34:00 aaron Exp $ +.\" $OpenBSD: ypset.8,v 1.5 2000/11/09 17:53:34 aaron Exp $ .\" $NetBSD: ypset.8,v 1.2 1996/02/28 01:25:08 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -68,7 +68,7 @@ programs, or binding to a specific server when there are many servers on the local network supplying YP maps. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl h Ar host Set the YP binding on .Ar host |