diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
commit | ad3209ab6a39f87faf0d2171cdfc73eb5d46df8d (patch) | |
tree | b54160234444c70a92f7729894e15af668141646 /sbin/mount | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index acf7404c8cf..a7da81efe03 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.12 1998/11/28 19:56:23 aaron Exp $ +.\" $OpenBSD: mount.8,v 1.13 1998/12/15 01:20:33 aaron Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -41,13 +41,13 @@ .Nm mount .Nd mount file systems .Sh SYNOPSIS -.Nm +.Nm mount .Op Fl Aadfruvw .Op Fl t Ar type -.Nm +.Nm mount .Op Fl dfruvw .Ar special | node -.Nm +.Nm mount .Op Fl dfruvw .Op Fl o Ar options .Op Fl t Ar type |