aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs/growfs.8
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-02-06 21:45:48 +0000
committerMark Murray <markm@FreeBSD.org>2002-02-06 21:45:48 +0000
commit11658916d60cb5bf46518594cdc84d00a60ea02b (patch)
tree053301c44ac1ee07a3fa5d5baca77cd131e3592c /sbin/growfs/growfs.8
parent04e3890675a2d9b78d0b93b04b69217292b4c0e1 (diff)
downloadsrc-11658916d60cb5bf46518594cdc84d00a60ea02b.tar.gz
src-11658916d60cb5bf46518594cdc84d00a60ea02b.zip
Minor grammar fixes.
Notes
Notes: svn path=/head/; revision=90326
Diffstat (limited to 'sbin/growfs/growfs.8')
-rw-r--r--sbin/growfs/growfs.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8
index 214007eb1c64..ba2758901a7a 100644
--- a/sbin/growfs/growfs.8
+++ b/sbin/growfs/growfs.8
@@ -118,12 +118,12 @@ There may be cases on
.Fx
3.x only, when
.Nm
-does not recognize exactly, whether the file system is mounted or not and
+does not recognize properly whether or not the file system is mounted and
exits with an error message.
Then please use
.Nm
.Fl y
-if you are sure, that the file system is not mounted.
+if you are sure that the file system is not mounted.
It is also recommended to always use
.Xr fsck 8
after enlarging (just to be on the safe side).
@@ -163,9 +163,9 @@ Normally
.Nm
writes this critical structure to disk and reads it again later for doing more
updates.
-This read operation will provide unexpected data, when using
+This read operation will provide unexpected data when using
.Fl N .
-Therefore, this part can not really be simulated and will be skiped in test
+Therefore, this part can not really be simulated and will be skipped in test
mode.
.Sh SEE ALSO
.Xr disklabel 8 ,