| Summary: | Typo in manpage | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | danfe <danfe> |
| 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 Committed, thanks! |
There is a typo in man hier(7) manpage. Here is where it occurs: /usr/ src/ contrib/ src for file from contributed ^ 's' missing So, IMO, it shoud be "src for files from contributed software". Fix: cd /usr/src/share/man/man7/ sed 's/src for file from contributed/src for files from contributed/' < hier.7 > hier.7.fixed ; mv -f hier.7.fixed hier.7 make all install clean How-To-Repeat: $ man 7 hier /contrib