summaryrefslogtreecommitdiff
path: root/sbin/newlfs/newlfs.8
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 19:56:38 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 19:56:38 +0000
commitcd366aedac3a1a3126d77df58d0a0861c63e8147 (patch)
tree4ddb2966604fee83a4b374b411294c1952e0a4ad /sbin/newlfs/newlfs.8
parentb77e710b77930242c29b776114492ab08aa2f1c9 (diff)
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/newlfs/newlfs.8')
-rw-r--r--sbin/newlfs/newlfs.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/newlfs/newlfs.8 b/sbin/newlfs/newlfs.8
index 8e0ebf6ffa6..9540e1f53f8 100644
--- a/sbin/newlfs/newlfs.8
+++ b/sbin/newlfs/newlfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newlfs.8,v 1.4 1998/09/23 01:20:24 aaron Exp $
+.\" $OpenBSD: newlfs.8,v 1.5 1998/11/28 19:56:29 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 newlfs
+.Nm
.Fl L
.Op Fl B Ar segsize
.Op Fl b Ar blocksize
@@ -49,12 +49,12 @@
.Op Fl s Ar size
.Ar special
.Sh DESCRIPTION
-.Nm newlfs
+.Nm
builds a log-structured file system on the specified
.Ar special
device, basing its defaults on the information in the disk label.
(Before running
-.Nm newlfs
+.Nm
the disk must be labeled using
.Xr disklabel 8 .)
.Pp