diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-21 01:07:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-21 01:07:58 +0000 |
commit | 605758f62c0322f5b55c505fca4a9ab3dcad1de7 (patch) | |
tree | 44130da0a2539168014db0d194c7a64a8402761a /sbin/mount | |
parent | 915de64ee2d0fc32f6c1b868704195abe9e1205b (diff) |
use .Ar on later .It Fl lines
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 570d092d5a3..e590ba7c038 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.17 1999/06/04 02:45:18 aaron Exp $ +.\" $OpenBSD: mount.8,v 1.18 1999/07/21 01:07:54 deraadt Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -109,7 +109,7 @@ command is trying to do. .It Fl f Forces the revocation of write access when trying to downgrade a filesystem mount status from read-write to read-only. -.It Fl o +.It Fl o Ar options Options are specified with a .Fl o flag followed by a comma separated string of options. |