Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/newfs Sort option descriptions.



details:   https://anonhg.NetBSD.org/src/rev/0a30f40d5be6
branches:  trunk
changeset: 756997:0a30f40d5be6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 09 20:23:20 2010 +0000

description:
Sort option descriptions.

diffstat:

 sbin/newfs/newfs.8 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r 1b14e2456ad8 -r 0a30f40d5be6 sbin/newfs/newfs.8
--- a/sbin/newfs/newfs.8        Mon Aug 09 19:36:30 2010 +0000
+++ b/sbin/newfs/newfs.8        Mon Aug 09 20:23:20 2010 +0000
@@ -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 .



Home | Main Index | Thread Index | Old Index