Module Name:    src
Committed By:   wiz
Date:           Thu Feb 18 13:51:45 UTC 2010

Modified Files:
        src/sbin/newfs: newfs.8

Log Message:
Pull over some of Jason McIntyre's fixes for newfs_ext2fs.
Suggested by tsutsui.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 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.75 src/sbin/newfs/newfs.8:1.76
--- src/sbin/newfs/newfs.8:1.75	Tue Dec  1 10:56:33 2009
+++ src/sbin/newfs/newfs.8	Thu Feb 18 13:51:45 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: newfs.8,v 1.75 2009/12/01 10:56:33 pooka Exp $
+.\"	$NetBSD: newfs.8,v 1.76 2010/02/18 13:51:45 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -78,13 +78,13 @@
 Bytes; causes no modification.
 (Default)
 .It k
-Kilo; multiply the argument by 1024
+Kilo; multiply the argument by 1024.
 .It m
-Mega; multiply the argument by 1048576
+Mega; multiply the argument by 1048576.
 .It g
-Giga; multiply the argument by 1073741824
+Giga; multiply the argument by 1073741824.
 .It t
-Tera; multiply the argument by 1099511627776
+Tera; multiply the argument by 1099511627776.
 .El
 .Pp
 The following options define the general layout policies.
@@ -202,7 +202,7 @@
 .Fl n
 takes precedence.
 .It Fl O Ar filesystem-format
-Select the filesystem-format
+Select the filesystem-format.
 .Bl -tag -width 3n -offset indent -compact
 .It 0
 4.3BSD; This option is primarily used to build root file systems that can be
@@ -271,7 +271,7 @@
 This controls the amount of information written to stdout:
 .Bl -tag -width 3n -offset indent -compact
 .It 0
-No output
+No output.
 .It 1
 Overall size and cylinder group details.
 .It 2
@@ -285,7 +285,7 @@
 The default is 3.
 If
 .Fl N
-is specifed
+is specified
 .Nm
 stops before outputting the progress bar.
 .It Fl Z
@@ -318,8 +318,8 @@
 .Sq random
 inode generation numbers to improve NFS security.
 .Pp
-The owner and group ids of the root node of the new file system
-are set to the effective uid and gid of the user initializing
+The owner and group IDs of the root node of the new file system
+are set to the effective UID and GID of the user initializing
 the file system.
 .Pp
 For the
@@ -341,9 +341,9 @@
 utility.
 .Pp
 The partition size is found using
-.Xr fstat 2
-not by inspecting the disklabel.
-The block size and fragment size will be written back to the disklabel
+.Xr fstat 2 ,
+not by inspecting the disk label.
+The block size and fragment size will be written back to the disk label
 only if the last character of
 .Ar special
 references the same partition as the minor device number.

Reply via email to