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/apply | |
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/apply')
-rw-r--r-- | usr.bin/apply/apply.1 | 4 |
1 files changed, 2 insertions, 2 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 # |