diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-12-26 16:00:35 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-12-26 16:00:35 +0000 |
commit | 5240ba0d3024c92ae71680ac0c1a3a8632e07c3d (patch) | |
tree | 73a075233a9bfab720fbcf6dc115e7cc7cc72192 /sbin | |
parent | 773d055af047b1681b8bc17976433339e4be8f2a (diff) | |
download | FreeBSD-src-5240ba0d3024c92ae71680ac0c1a3a8632e07c3d.zip FreeBSD-src-5240ba0d3024c92ae71680ac0c1a3a8632e07c3d.tar.gz |
Remove another instance of 'disklabel' which eluded me last time.
Noticed by: Andre Guibert de Bruet <andy@siliconlandmark.com> (via -doc)
Diffstat (limited to 'sbin')
-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 25c56f5..8480579 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -57,7 +57,7 @@ program. Before starting .Nm the disk must be labeled to a bigger size using -.Xr disklabel 8 . +.Xr bsdlabel 8 . 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 |