From nobody@FreeBSD.org  Sun Mar 17 19:57:47 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 5A67E696
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Mar 2013 19:57:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 40BF8F97
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Mar 2013 19:57:47 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2HJvlMr008692
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Mar 2013 19:57:47 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2HJvl9x008691;
	Sun, 17 Mar 2013 19:57:47 GMT
	(envelope-from nobody)
Message-Id: <201303171957.r2HJvl9x008691@red.freebsd.org>
Date: Sun, 17 Mar 2013 19:57:47 GMT
From: Brian Haug <brian.r.haug@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: typo in link in handbook section 31.4.16
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177056
>Category:       docs
>Synopsis:       typo in link in handbook section 31.4.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 17 20:00:00 UTC 2013
>Closed-Date:    Mon Oct 28 00:19:08 UTC 2013
>Last-Modified:  Mon Oct 28 00:19:08 UTC 2013
>Originator:     Brian Haug
>Release:        N/A,freebsd.org website
>Organization:
None
>Environment:
N/A
>Description:
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;")
>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.
>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

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-www->freebsd-doc 
Responsible-Changed-By: jkois 
Responsible-Changed-When: Sat Apr 13 10:14:59 UTC 2013 
Responsible-Changed-Why:  
Reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177056 

From: Taras Korenko <ds@ukrhub.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: [patch] Re: docs/177056: typo in link in handbook section 31.4.16
Date: Mon, 28 Oct 2013 00:22:49 +0200

 --gBBFr7Ir9EOA20Yy
 Content-Type: text/plain; charset=koi8-u
 Content-Disposition: inline
 
   There're extraneous characters in freebsd-xhtml-common.xsl XSL template.
 
 -- 
   WBR, Taras Korenko
 
 --gBBFr7Ir9EOA20Yy
 Content-Type: text/x-diff; charset=koi8-u
 Content-Disposition: attachment; filename="f-x-c.xsl.diff"
 
 --- share/xsl/freebsd-xhtml-common.xsl.orig	2013-10-27 23:56:39.000000000 +0200
 +++ share/xsl/freebsd-xhtml-common.xsl	2013-10-27 23:57:01.000000000 +0200
 @@ -195,7 +195,7 @@
    <xsl:template name="generate.citerefentry.link">
      <xsl:text>http://www.FreeBSD.org/cgi/man.cgi?query=</xsl:text>
      <xsl:value-of select="refentrytitle"/>
 -    <xsl:text>&#38;amp;sektion=</xsl:text>
 +    <xsl:text>&amp;sektion=</xsl:text>
      <xsl:value-of select="manvolnum"/>
    </xsl:template>
  
 
 --gBBFr7Ir9EOA20Yy--
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Mon Oct 28 00:19:08 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177056 
>Unformatted:
