From nobody@FreeBSD.org  Sat Feb  9 21:04:55 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CCEFA16A417
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  9 Feb 2008 21:04:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BF9F913C43E
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  9 Feb 2008 21:04:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m19L2kBs072944
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 9 Feb 2008 21:02:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m19L2kR2072943;
	Sat, 9 Feb 2008 21:02:46 GMT
	(envelope-from nobody)
Message-Id: <200802092102.m19L2kR2072943@www.freebsd.org>
Date: Sat, 9 Feb 2008 21:02:46 GMT
From: Allen <alandsidel@1001islington.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Error in pf.conf(5) manpage
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120484
>Category:       docs
>Synopsis:       Error in pf.conf(5) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 09 21:10:02 UTC 2008
>Closed-Date:    Wed Feb 20 10:45:23 UTC 2008
>Last-Modified:  Wed Feb 20 10:50:05 UTC 2008
>Originator:     Allen
>Release:        6.2-RELEASE-p5
>Organization:
>Environment:
FreeBSD beast.localdomain 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #0: Sun Feb  3 13:27:28 EST 2008     root@beast.localdomain:/usr/obj/usr/src/sys/PFROUTERNEW  i386
>Description:
The pf.conf manpage "PF.CONF(5)" contains an error on line 1609 of the output:

ence to an anchor name containing a solidus ('/') characters will require

The error is that the "/" character is a slash, not a solidus; they are
different things, and standard keyboards all have a slash (ASCII 47) and
not a solidus.  

Somebody thought they were being clever using a big word and got it wrong,
as is usually the case.


>How-To-Repeat:
man -p cat pf.conf | grep -Hn solidus
>Fix:
Update the man page and call the character what it is; a slash, not a solidus.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Feb 10 04:22:18 UTC 2008 
Responsible-Changed-Why:  
reclassify. 

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

From: Daniel Gerzo <danger@FreeBSD.org>
To: bug-followup@FreeBSD.org, alandsidel@1001islington.com
Cc:  
Subject: Re: docs/120484: Error in pf.conf(5) manpage
Date: Sun, 10 Feb 2008 11:42:33 +0100

 Hello Allen,
 
   you will have to bug OpenBSD people about this, because AFAIK PF is
   a contributed software and it is more feasible to fix this upstream.
 
 -- 
 Best regards,
  Daniel                          mailto:danger@FreeBSD.org
 

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, alandsidel@1001islington.com
Cc:  
Subject: Re: docs/120484: Error in pf.conf(5) manpage
Date: Mon, 11 Feb 2008 13:54:44 +0100

 > you will have to bug OpenBSD people about this
 
 Danger is absolutely right:
 
 http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf

Adding to audit trail from misfiled PR docs/120524:
 
Date: Mon, 11 Feb 2008 07:47:41 +0001
From: Jason McIntyre <jmc@kerhand.co.uk>
 
 fixed in our (openbsd) copy. thanks,
 jmc
Responsible-Changed-From-To: freebsd-doc->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Mon Feb 11 21:09:38 UTC 2008 
Responsible-Changed-Why:  
MFC reminder 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120484 
State-Changed-From-To: open->patched 
State-Changed-By: linimon 
State-Changed-When: Wed Feb 13 09:47:52 UTC 2008 
State-Changed-Why:  
Set as reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120484 
State-Changed-From-To: patched->closed 
State-Changed-By: remko 
State-Changed-When: Wed Feb 20 10:45:22 UTC 2008 
State-Changed-Why:  
Patched in all relevant branches, thanks for the submission! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/120484: commit references a PR
Date: Wed, 20 Feb 2008 10:44:04 +0000 (UTC)

 remko       2008-02-20 10:43:55 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     contrib/pf/man       pf.conf.5 
   Log:
   MFC rev 1.15 pf.conf.5
   
     MFOpenBSD rev 1.393 pf.conf.5
   
       do not describe `/' as solidus; from Allen (freebsd pr120484);
   
     PR:           120484
     Submitted by: Allen <alandsidel at 1001islington dot com>
     MFC After:    3 days
   
   Revision  Changes    Path
   1.14.2.1  +4 -4      src/contrib/pf/man/pf.conf.5
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/120484: commit references a PR
Date: Wed, 20 Feb 2008 10:45:13 +0000 (UTC)

 remko       2008-02-20 10:45:03 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     contrib/pf/man       pf.conf.5 
   Log:
   MFC rev 1.15 pf.conf.5
   
     MFOpenBSD rev 1.393 pf.conf.5
   
       do not describe `/' as solidus; from Allen (freebsd pr120484);
   
     PR:           120484
     Submitted by: Allen <alandsidel at 1001islington dot com>
     MFC After:    3 days
   
   Revision  Changes    Path
   1.8.2.2   +3 -3      src/contrib/pf/man/pf.conf.5
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
