Bug 174599

Summary: incorrect links for ipnat in IPF handbook
Product: Documentation Reporter: brian haug <brian.r.haug>
Component: Books & ArticlesAssignee: 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
On the web page http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipf.html there are several references to ipnat(1).  These look like they should be ipnat(8).

Fix: 

Change reference to http://www.freebsd.org/cgi/man.cgi?query=ipnat&sektion=1 to http://www.freebsd.org/cgi/man.cgi?query=ipnat&sektion=8
How-To-Repeat: Search for ipnat and try to follow the links.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2012-12-21 03:32:37 UTC
Responsible Changed
From-To: freebsd-doc->eadler

I'll take it.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2012-12-21 15:53:38 UTC
State Changed
From-To: open->analyzed

awaiting approval or review prior to commit (no action needed from 
submitter)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-16 04:33:45 UTC
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"
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2013-01-16 04:36:26 UTC
State Changed
From-To: analyzed->closed

Committed. Thanks!