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/mount | |
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/mount')
-rw-r--r-- | sbin/mount/mount.8 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 93bb8974508..6ed792a887b 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.24 2000/09/17 21:56:44 pjanzen Exp $ +.\" $OpenBSD: mount.8,v 1.25 2000/11/09 17:52:58 aaron Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -90,10 +90,8 @@ see .Xr sysctl 8 .Pc . .Pp -The options to -.Nm -are as follows: -.Bl -tag -width indent +The options are as follows: +.Bl -tag -width Ds .It Fl A Causes .Nm @@ -132,8 +130,8 @@ opened files with write access. Options are specified with a .Fl o flag followed by a comma separated string of options. -The options are as follows: -.Bl -tag -width indent +Available options are as follows: +.Bl -tag -width Ds .It async All .Tn I/O |