From nobody@FreeBSD.org  Tue Nov 13 17:41:47 2007
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 6468316A41B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Nov 2007 17:41:47 +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 5538613C4B0
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Nov 2007 17:41:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lADHfGYo021152
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Nov 2007 17:41:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lADHfGRk021151;
	Tue, 13 Nov 2007 17:41:16 GMT
	(envelope-from nobody)
Message-Id: <200711131741.lADHfGRk021151@www.freebsd.org>
Date: Tue, 13 Nov 2007 17:41:16 GMT
From: John Mire <jmire@lsuhsc.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: online man pages query for man 4 ipfilter returns man 4 ipl instead
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         118020
>Category:       docs
>Synopsis:       ipfilter(4): man pages query for man 4 ipfilter returns man 4 ipl instead
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    issyl0
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 13 17:50:00 UTC 2007
>Closed-Date:    Fri Mar 15 23:26:18 UTC 2013
>Last-Modified:  Fri Mar 15 23:26:18 UTC 2013
>Originator:     John Mire
>Release:        6.2
>Organization:
LSU Health Science Center
>Environment:
FreeBSD beast.lsuhsc-s.com 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Thu Nov  8 15:12:55 CST 2007     jmire@beast.lsuhsc-s.com:/usr/obj/usr/src/sys/FBSD6-SMP-Q2-FW  i386

>Description:
while looking for the following man page (ipfilter.4) under FreeBSD, NetBSD using the http://www.freebsd.org/cgi/man.cgi link, an error was consistly repeated for the search for man 4 ipfilter which returned the man 4 ipl page.


>How-To-Repeat:
go to http://www.freebsd.org/cgi/man.cgi 
type in ipfilter in Man Page or Keyword Search box, click submit

>Fix:
place the missing man pages in the corresponding directories

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-www->darrenr 
Responsible-Changed-By: remko 
Responsible-Changed-When: Tue Nov 13 17:56:35 UTC 2007 
Responsible-Changed-Why:  
Darren can you have a look please? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118020 
Responsible-Changed-From-To: freebsd-doc->issyl0 
Responsible-Changed-By: issyl0 
Responsible-Changed-When: Sat Jul 21 15:52:33 UTC 2012 
Responsible-Changed-Why:  
Take this PR. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/118020: commit references a PR
Date: Tue, 28 Aug 2012 12:34:09 +0000 (UTC)

 Author: issyl0 (doc committer)
 Date: Tue Aug 28 12:33:54 2012
 New Revision: 239775
 URL: http://svn.freebsd.org/changeset/base/239775
 
 Log:
   Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man page
   displaying for 'man 4 ipfilter'.
   
   PR:		docs/118020
   Approved by:	gjb (mentor)
   MFC after:	5 days
 
 Modified:
   head/sbin/ipf/ipf/Makefile
 
 Modified: head/sbin/ipf/ipf/Makefile
 ==============================================================================
 --- head/sbin/ipf/ipf/Makefile	Tue Aug 28 12:25:37 2012	(r239774)
 +++ head/sbin/ipf/ipf/Makefile	Tue Aug 28 12:33:54 2012	(r239775)
 @@ -2,8 +2,8 @@
  
  PROG=		ipf
  SRCS=		${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
 -MAN=		ipf.8 ipf.4 ipf.5 ipl.4
 -MLINKS=		ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
 +MAN=		ipfilter.4 ipfilter.5 ipf.8 ipf.4 ipf.5 ipl.4
 +MLINKS=		ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
  CFLAGS+=	-I. -DIPFILTER_BPF
  
  GENHDRS=	ipf_l.h ipf_y.h
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/118020: commit references a PR
Date: Sun, 30 Sep 2012 15:34:13 +0000 (UTC)

 Author: issyl0 (doc committer)
 Date: Sun Sep 30 15:33:53 2012
 New Revision: 241072
 URL: http://svn.freebsd.org/changeset/base/241072
 
 Log:
   MFC r239775 from HEAD:
     - Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man
       page displaying for 'man 4 ipfilter'.
   
   PR:		docs/118020
   Approved by:	gabor (mentor)
 
 Modified:
   stable/9/sbin/ipf/ipf/Makefile
 Directory Properties:
   stable/9/sbin/ipf/   (props changed)
 
 Modified: stable/9/sbin/ipf/ipf/Makefile
 ==============================================================================
 --- stable/9/sbin/ipf/ipf/Makefile	Sun Sep 30 13:32:48 2012	(r241071)
 +++ stable/9/sbin/ipf/ipf/Makefile	Sun Sep 30 15:33:53 2012	(r241072)
 @@ -2,8 +2,8 @@
  
  PROG=		ipf
  SRCS=		${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
 -MAN=		ipf.8 ipf.4 ipf.5 ipl.4
 -MLINKS=		ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
 +MAN=		ipfilter.4 ipfilter.5 ipf.8 ipf.4 ipf.5 ipl.4
 +MLINKS=		ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
  CFLAGS+=	-I. -DIPFILTER_BPF
  
  GENHDRS=	ipf_l.h ipf_y.h
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: issyl0 
State-Changed-When: Thu Oct 4 16:15:59 UTC 2012 
State-Changed-Why:  
The correct man page is now displayed in HEAD and stable/9. 

This PR's state is only being set to patched because those commits don't 
fix the problem with the web-based man pages.  I will investigate how to 
do this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118020 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Fri Mar 15 23:26:17 UTC 2013 
State-Changed-Why:  
MFCed/fixed by now or it will never be MFCed 

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