Bug 131968

Summary: ipnat man page points to wrong directory
Product: Documentation Reporter: Chris Applegate <misc>
Component: Books & ArticlesAssignee: Daniel Gerzo <danger>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Chris Applegate 2009-02-22 11:50:01 UTC
In the ipnat man page, under "Files," there is a line which reads, "/usr/share/examples/ipf  Directory with examples." The directory is actually /usr/share/examples/ipfilter.

Fix: 

sed 's/\/ipf/\/ipfilter/'
How-To-Repeat: $man ipnat
$ls /usr/share/examples/ipf
ls: /usr/share/examples/ipf: No such file or directory
Comment 1 Daniel Gerzo freebsd_committer freebsd_triage 2009-02-22 13:21:52 UTC
Responsible Changed
From-To: freebsd-doc->danger

Take
Comment 2 Isabell Long freebsd_committer freebsd_triage 2012-07-27 00:37:55 UTC
State Changed
From-To: open->patched

A fix for this was committed to HEAD by markm@ in r215463, 
in response to PR docs/152103 (a duplicate of this PR).
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2013-03-15 23:22:45 UTC
State Changed
From-To: patched->closed

MFCed/fixed by now or it will never be MFCed