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_fdesc | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'sbin/mount_fdesc')
-rw-r--r-- | sbin/mount_fdesc/mount_fdesc.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8 index 6be7d086c2a..c686e366eb3 100644 --- a/sbin/mount_fdesc/mount_fdesc.8 +++ b/sbin/mount_fdesc/mount_fdesc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_fdesc.8,v 1.5 1998/11/28 19:56:24 aaron Exp $ +.\" $OpenBSD: mount_fdesc.8,v 1.6 1998/12/15 01:20:35 aaron Exp $ .\" $NetBSD: mount_fdesc.8,v 1.6 1995/12/17 18:50:19 ghudson Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -44,7 +44,7 @@ .Nm mount_fdesc .Nd mount the file-descriptor file system .Sh SYNOPSIS -.Nm +.Nm mount_fdesc .Op Fl o Ar options .Ar fdesc .Ar mount_point |