diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
commit | 8d5d039f80a8d31947f4e84af20e8a56d0009c32 (patch) | |
tree | 8a8960200349aa661a39654202f6e0adc5e7360e /sbin/growfs/growfs.8 | |
parent | e66cdcd7e074533df2cf60b30ee57b5607535d28 (diff) |
Uniformly refer to a file system as "file system".
Approved by: re
Notes
Notes:
svn path=/head/; revision=107788
Diffstat (limited to 'sbin/growfs/growfs.8')
-rw-r--r-- | sbin/growfs/growfs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 2417f81af09f..2343dccd6b29 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -58,7 +58,7 @@ Before starting .Nm the disk must be labeled to a bigger size using .Xr disklabel 8 . -If you wish to grow a filesystem beyond the boundary of +If you wish to grow a file system beyond the boundary of the slice it resides in, you must re-size the slice using .Xr fdisk 8 before running |