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 /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 'bin')
-rw-r--r-- | bin/chio/chio.1 | 4 | ||||
-rw-r--r-- | bin/cp/cp.1 | 4 | ||||
-rw-r--r-- | bin/echo/echo.1 | 4 | ||||
-rw-r--r-- | bin/hostname/hostname.1 | 4 | ||||
-rw-r--r-- | bin/ln/ln.1 | 4 | ||||
-rw-r--r-- | bin/ls/ls.1 | 4 | ||||
-rw-r--r-- | bin/md5/md5.1 | 4 | ||||
-rw-r--r-- | bin/md5/rmd160.1 | 4 | ||||
-rw-r--r-- | bin/md5/sha1.1 | 4 | ||||
-rw-r--r-- | bin/mkdir/mkdir.1 | 4 | ||||
-rw-r--r-- | bin/mv/mv.1 | 4 | ||||
-rw-r--r-- | bin/pax/cpio.1 | 16 | ||||
-rw-r--r-- | bin/pax/pax.1 | 4 | ||||
-rw-r--r-- | bin/ps/ps.1 | 4 | ||||
-rw-r--r-- | bin/rcp/rcp.1 | 4 | ||||
-rw-r--r-- | bin/rm/rm.1 | 4 |
16 files changed, 39 insertions, 37 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 |