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 /sbin/umount/umount.8 | |
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 'sbin/umount/umount.8')
-rw-r--r-- | sbin/umount/umount.8 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |