| Summary: | incorrect links for ipnat in IPF handbook | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | brian haug <brian.r.haug> |
| Component: | Books & Articles | Assignee: | Eitan Adler <eadler> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
brian haug
2012-12-21 01:40:00 UTC
Responsible Changed From-To: freebsd-doc->eadler I'll take it. State Changed From-To: open->analyzed awaiting approval or review prior to commit (no action needed from submitter) Author: eadler Date: Wed Jan 16 04:33:37 2013 New Revision: 40647 URL: http://svnweb.freebsd.org/changeset/doc/40647 Log: ipnat does not have an entry in section 1, the author likely meant to refer to the page in section 8. PR: docs/174599 Submitted by: brian haug <brian.r.haug@gmail.com> Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Wed Jan 16 04:30:24 2013 (r40646) +++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Wed Jan 16 04:33:37 2013 (r40647) @@ -512,7 +512,7 @@ options ALTQ_NOPCC # Requir monitored by userland interface programs. The firewall rules can be set or deleted with the &man.ipf.8; utility. The <acronym>NAT</acronym> rules can be set or deleted with the - &man.ipnat.1; utility. The &man.ipfstat.8; utility can print + &man.ipnat.8; utility. The &man.ipfstat.8; utility can print run-time statistics for the kernel parts of IPFILTER. The &man.ipmon.8; program can log IPFILTER actions to the system log files.</para> @@ -1793,7 +1793,7 @@ block in log first quick on dc0 all <para><acronym>NAT</acronym> rules are loaded by using the <command>ipnat</command> command. Typically the <acronym>NAT</acronym> rules are stored in - <filename>/etc/ipnat.rules</filename>. See &man.ipnat.1; for + <filename>/etc/ipnat.rules</filename>. See &man.ipnat.8; for details.</para> <para>When changing the <acronym>NAT</acronym> rules after _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: analyzed->closed Committed. Thanks! |