Module Name: src
Committed By: wiz
Date: Mon May 18 12:17:55 UTC 2009
Modified Files:
src/sbin/newfs_ext2fs: newfs_ext2fs.8
Log Message:
Sort option descriptions.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sbin/newfs_ext2fs/newfs_ext2fs.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_ext2fs/newfs_ext2fs.8
diff -u src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.4 src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.5
--- src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.4 Sun Mar 1 21:52:59 2009
+++ src/sbin/newfs_ext2fs/newfs_ext2fs.8 Mon May 18 12:17:54 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: newfs_ext2fs.8,v 1.4 2009/03/01 21:52:59 wiz Exp $
+.\" $NetBSD: newfs_ext2fs.8,v 1.5 2009/05/18 12:17:54 wiz Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -182,8 +182,6 @@
.Ar size
is negative the specified size is subtracted from the default size
(reserving space at the end of the partition).
-.It Fl v Ar volname
-This specifies a volume name for the file system.
.It Fl V Ar verbose
This controls the amount of information written to stdout:
.Bl -tag -width 3n -offset indent -compact
@@ -205,6 +203,8 @@
is specifed
.Nm
stops before outputting the progress bar.
+.It Fl v Ar volname
+This specifies a volume name for the file system.
.It Fl Z
Pre-zeros the file system image created with
.Fl F .