diff options
author | blackend <blackend@FreeBSD.org> | 2004-01-23 17:35:09 +0000 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2004-01-23 17:35:09 +0000 |
commit | d0bcb20ae1b6ac3b18ba535de9ca5fa099dfc08e (patch) | |
tree | 23cb3619f938ac6d22cda7e32b0bc64b49ea348a | |
parent | 48d5bd2f8c1b609a7fd172a34e4f0d8417c6da62 (diff) | |
download | FreeBSD-src-d0bcb20ae1b6ac3b18ba535de9ca5fa099dfc08e.zip FreeBSD-src-d0bcb20ae1b6ac3b18ba535de9ca5fa099dfc08e.tar.gz |
Fix bogus "ffsinfo -c 0" example with "ffsinfo -g 0 -l 4".
PR: bin/61472
Submitted by: Alex Popa <razor@ldc.ro>
MFC after: 1 week
-rw-r--r-- | sbin/growfs/growfs.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 8480579..7bcc46a 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -158,7 +158,8 @@ starting with .Fx 4.4 . To avoid an unexpected relocation of that structure it is possible to use .Nm ffsinfo -.Fl c Ar 0 +.Fl g Ar 0 +.Fl l Ar 4 on the first cylinder group to verify that .Em nbfree in the CYLINDER SUMMARY (internal cs) of the CYLINDER GROUP |