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 /usr.bin | |
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.
Diffstat (limited to 'usr.bin')
87 files changed, 178 insertions, 178 deletions
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 |