| Summary: | unify spelling of blocksize, block-size and block size in manuals | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Alexander Best <arundel> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed This PR doesn't contain any valuable information. |
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