Bug 149845

Summary: unify spelling of blocksize, block-size and block size in manuals
Product: Documentation Reporter: Alexander Best <arundel>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexander Best freebsd_committer freebsd_triage 2010-08-21 01:00:07 UTC
the stats in the next section should make things clear.

cheers.
alex

How-To-Repeat: `find /usr/src -name "*.[0-9]" -exec grep 'blocksize' {} +|wc`:
      92     788    8001

`find /usr/src -name "*.[0-9]" -exec grep 'block-size' {} +|wc`:
      12      67     748

`find /usr/src -name "*.[0-9]" -exec grep 'block size' {} +|wc`:
     130    1381   11944
Comment 1 Alexander Best freebsd_committer freebsd_triage 2011-07-12 00:49:31 UTC
State Changed
From-To: open->closed

This PR doesn't contain any valuable information.