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/newlfs/newlfs.8 | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'sbin/newlfs/newlfs.8')
-rw-r--r-- | sbin/newlfs/newlfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newlfs/newlfs.8 b/sbin/newlfs/newlfs.8 index 9540e1f53f8..f522231ee20 100644 --- a/sbin/newlfs/newlfs.8 +++ b/sbin/newlfs/newlfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newlfs.8,v 1.5 1998/11/28 19:56:29 aaron Exp $ +.\" $OpenBSD: newlfs.8,v 1.6 1998/12/15 01:20:41 aaron Exp $ .\" $NetBSD: newlfs.8,v 1.2 1995/03/18 14:58:54 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -41,7 +41,7 @@ .Nm newlfs .Nd construct a new LFS file system .Sh SYNOPSIS -.Nm +.Nm newlfs .Fl L .Op Fl B Ar segsize .Op Fl b Ar blocksize |