Bug 61472

Summary: Bogus "-c" option to ffsinfo in the growfs manpage
Product: Base System Reporter: Alex Popa <razor>
Component: binAssignee: Marc Fonvieille <blackend>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.9-STABLE   
Hardware: Any   
OS: Any   

Description Alex Popa 2004-01-17 13:00:33 UTC
/usr/src/sbin/growfs/growfs.8 mentions running "ffsinfo -c 0" in order
to verify the nbfree value.  However, judging from the ffsinfo manpage
(and the source), ffsinfo has never supported a -c option.  Appropriate
results seem to be attainable when running "ffsinfo -g 0", or even more
precise, "ffsinfo -g 0 -l 4".

Fix: 

/usr/src/sbin/growfs/growfs.8, line 161 (in revision 1.6.2.6), change
".Fl c Ar 0" to ".Fl g Ar 0"
How-To-Repeat: Read growfs manpage, and, as advised, run ffsinfo -c 0 /dev/domedisk
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2004-01-17 13:20:05 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

It's a doc issue.
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2004-01-17 13:21:25 UTC
Responsible Changed
From-To: freebsd-doc->blackend

Ok, I will take this one :)
Comment 3 Marc Fonvieille freebsd_committer freebsd_triage 2004-01-23 17:35:21 UTC
State Changed
From-To: open->closed

Fixed on -CURRENT.  MFC after 1 week. 
Thanks!