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/newfs | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 752db3b79b9..a6a2c350485 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.12 1998/11/28 19:56:28 aaron Exp $ +.\" $OpenBSD: newfs.8,v 1.13 1998/12/15 01:20:40 aaron Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -41,7 +41,7 @@ .Nm newfs , mount_mfs .Nd construct a new file system .Sh SYNOPSIS -.Nm +.Nm newfs .Op Fl NO .Op Fl S Ar sector-size .Op Fl a Ar maxcontig |