aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-08-27 00:49:27 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-08-27 00:49:27 +0000
commit5af4935a22abf52c08222902c0558ab0c1f89768 (patch)
tree3e9ec712a54b038b9c7f5346529ff46dc1b128ba /sbin/newfs/newfs.8
parentabec7762ba15470b4dfaf9828cd253ea004e4e23 (diff)
downloadsrc-5af4935a22abf52c08222902c0558ab0c1f89768.tar.gz
src-5af4935a22abf52c08222902c0558ab0c1f89768.zip
Fix some 'SYNOPSIS' and 'usage' messages.
Notes
Notes: svn path=/head/; revision=102464
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 2713d56478dc..da0ff2ab4dcc 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -41,7 +41,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl NU
-.Op Fl O Ar file system-type
+.Op Fl O Ar filesystem-type
.Op Fl S Ar sector-size
.Op Fl T Ar disktype
.Op Fl a Ar maxcontig
@@ -85,7 +85,7 @@ For backward compatibility.
.It Fl N
Cause the file system parameters to be printed out
without really creating the file system.
-.It Fl O Ar file system-type
+.It Fl O Ar filesystem-type
Use 1 to specify that a UFS1 format file system be built;
use 2 to specify that a UFS2 format file system be built.
The default is UFS1 format, but will eventually be changed to UFS2.