Bug 24308

Summary: Typo in manpage
Product: Documentation Reporter: danfe <danfe>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description danfe 2001-01-13 17:20:00 UTC
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
Comment 1 ben freebsd_committer freebsd_triage 2001-01-13 17:54:45 UTC
State Changed
From-To: open->closed

Committed, thanks!