summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index c186c2d..57dc0b2 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -40,8 +40,8 @@
.Nd construct a new UFS1/UFS2 file system
.Sh SYNOPSIS
.Nm
-.Op Fl L Ar volname
.Op Fl NU
+.Op Fl L Ar volname
.Op Fl O Ar filesystem-type
.Op Fl S Ar sector-size
.Op Fl T Ar disktype
@@ -81,8 +81,6 @@ has numerous options to allow the defaults to be selectively overridden.
.Pp
The following options define the general layout policies:
.Bl -tag -width indent
-.It Fl T Ar disktype
-For backward compatibility.
.It Fl L Ar volname
Add a volume label to the new file system.
.It Fl N
@@ -92,6 +90,8 @@ without really creating the file system.
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.
+.It Fl T Ar disktype
+For backward compatibility.
.It Fl U
Enables soft updates on the new file system.
.It Fl a Ar maxcontig
OpenPOWER on IntegriCloud