Module Name: src
Committed By: wiz
Date: Sun Aug 28 21:25:11 UTC 2011
Modified Files:
src/sbin/resize_ffs: resize_ffs.8
Log Message:
Move a sentence to where it makes more sense.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/resize_ffs/resize_ffs.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/resize_ffs/resize_ffs.8
diff -u src/sbin/resize_ffs/resize_ffs.8:1.12 src/sbin/resize_ffs/resize_ffs.8:1.13
--- src/sbin/resize_ffs/resize_ffs.8:1.12 Sun Aug 28 17:15:16 2011
+++ src/sbin/resize_ffs/resize_ffs.8 Sun Aug 28 21:25:11 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: resize_ffs.8,v 1.12 2011/08/28 17:15:16 wiz Exp $
+.\" $NetBSD: resize_ffs.8,v 1.13 2011/08/28 21:25:11 wiz Exp $
.\"
.\" As its sole author, I explicitly place this man page in the public
.\" domain. Anyone may use it in any way for any purpose (though I would
@@ -34,7 +34,6 @@
When shrinking,
.Nm
assumes this.
-It will not work correctly for file systems with other sector sizes.)
.Nm
has to copy anything that currently resides in the space being shrunk
away; there must be enough space free on the file system for this to
@@ -60,6 +59,7 @@
Specify the file system size to which the file system should be
resized.
The size is given as the count of disk sectors, usually 512 bytes.
+It will not work correctly for file systems with other sector sizes.
To see the
exact value, have a look at the disk specification or the disklabel.
Mostly used to shrink file systems.