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/ls | |
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/ls')
-rw-r--r-- | bin/ls/ls.1 | 4 |
1 files changed, 2 insertions, 2 deletions
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 \&. |