Module Name: src
Committed By: wiz
Date: Mon Aug 9 20:23:20 UTC 2010
Modified Files:
src/sbin/newfs: newfs.8
Log Message:
Sort option descriptions.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sbin/newfs/newfs.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/newfs/newfs.8
diff -u src/sbin/newfs/newfs.8:1.78 src/sbin/newfs/newfs.8:1.79
--- src/sbin/newfs/newfs.8:1.78 Mon Aug 9 17:20:57 2010
+++ src/sbin/newfs/newfs.8 Mon Aug 9 20:23:20 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: newfs.8,v 1.78 2010/08/09 17:20:57 pooka Exp $
+.\" $NetBSD: newfs.8,v 1.79 2010/08/09 20:23:20 wiz Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -155,12 +155,12 @@
.It \*[Gt]= 1024 MB
2 KB
.El
-.It Fl g Ar avgfilesize
-The expected average file size for the file system.
.It Fl G
Treat garbage parameters as non-fatal.
Using this option may result in a file system which causes a kernel
panic and should only be used for testing.
+.It Fl g Ar avgfilesize
+The expected average file size for the file system.
.It Fl h Ar avgfpdir
The expected average number of files per directory on the file system.
.It Fl I
@@ -268,9 +268,6 @@
Uses information for the specified disk from
.Pa /etc/disktab
instead of trying to get the information from the disk label.
-.It Fl v Ar volname
-This specifies that an Apple UFS filesystem should be created
-with the given volume name.
.It Fl V Ar verbose
This controls the amount of information written to stdout:
.Bl -tag -width 3n -offset indent -compact
@@ -292,6 +289,9 @@
is specified
.Nm
stops before outputting the progress bar.
+.It Fl v Ar volname
+This specifies that an Apple UFS filesystem should be created
+with the given volume name.
.It Fl Z
Pre-zeros the file system image created with
.Fl F .