Bug 118020

Summary: ipfilter(4): man pages query for man 4 ipfilter returns man 4 ipl instead
Product: Documentation Reporter: John Mire <jmire>
Component: Books & ArticlesAssignee: Isabell Long <issyl0>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Mire 2007-11-13 17:50:00 UTC
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.

Fix: 

place the missing man pages in the corresponding directories
How-To-Repeat: go to http://www.freebsd.org/cgi/man.cgi 
type in ipfilter in Man Page or Keyword Search box, click submit
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-11-13 17:56:35 UTC
Responsible Changed
From-To: freebsd-www->darrenr

Darren can you have a look please?
Comment 2 Isabell Long freebsd_committer freebsd_triage 2012-07-21 16:52:33 UTC
Responsible Changed
From-To: freebsd-doc->issyl0

Take this PR.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-28 13:34:09 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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-09-30 16:34:13 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"
Comment 5 Isabell Long freebsd_committer freebsd_triage 2012-10-04 17:15:59 UTC
State Changed
From-To: open->patched

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.
Comment 6 Eitan Adler freebsd_committer freebsd_triage 2013-03-15 23:26:17 UTC
State Changed
From-To: patched->closed

MFCed/fixed by now or it will never be MFCed