Bug 177056

Summary: typo in link in handbook section 31.4.16
Product: Documentation Reporter: brian haug <brian.r.haug>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
f-x-c.xsl.diff none

Description brian haug 2013-03-17 20:00:00 UTC
on the page http://www.freebsd.org/doc/handbook/firewalls-ipf.html in section 31.5.16 there is a link to ipnat(5); however the link has a typo and refers to http://www.freebsd.org/cgi/man.cgi?query=ipnat&amp;sektion=5 instead of http://www.freebsd.org/cgi/man.cgi?query=ipnat&sektion=5 (sekiton instead of sektion and extra "amp;")

Fix: 

change url from:
   http://www.freebsd.org/cgi/man.cgi?query=ipnat&amp;sektion=5
to
   http://www.freebsd.org/cgi/man.cgi?query=ipnat&sektion=5
How-To-Repeat: view http://www.freebsd.org/doc/handbook/firewalls-ipf.html, scroll down to section 31.5.16 and click on the link to ipnat() about three lines down.
Comment 1 Johann Kois freebsd_committer freebsd_triage 2013-04-13 11:14:59 UTC
Responsible Changed
From-To: freebsd-www->freebsd-doc

Reclassify.
Comment 2 Taras Korenko 2013-10-27 22:22:49 UTC
  There're extraneous characters in freebsd-xhtml-common.xsl XSL template.

-- 
  WBR, Taras Korenko
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2013-10-28 00:19:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!