From owner-freebsd-doc Mon Nov 2 01:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07565 for freebsd-doc-outgoing; Mon, 2 Nov 1998 01:10:02 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07498 for ; Mon, 2 Nov 1998 01:09:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA04260; Mon, 2 Nov 1998 01:10:01 -0800 (PST) Received: from shell6.ba.best.com (shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06513 for ; Mon, 2 Nov 1998 01:01:17 -0800 (PST) (envelope-from jkb@shell6.ba.best.com) Received: (from jkb@localhost) by shell6.ba.best.com (8.9.0/8.9.0/best.sh) id BAA02748; Mon, 2 Nov 1998 01:00:38 -0800 (PST) Message-Id: <199811020900.BAA02748@shell6.ba.best.com> Date: Mon, 2 Nov 1998 01:00:38 -0800 (PST) From: jkb@best.com Reply-To: jkb@best.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/8542: ipf.1 -> ipf.8 ? Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8542 >Category: docs >Synopsis: ipf man page should be moved from section 1 to section 8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 2 01:10:00 PST 1998 >Last-Modified: >Originator: Jan B. Koum >Organization: >Release: FreeBSD 3.0-RELEASE i386 >Environment: FreeBSD 3.0 >Description: man page for ipf should be moved from section 1 to section 8 for the following reasons: 1. This is a an "admin" utility 2. ipfw is a section 8 3. Most of ipf-like man pages (ipfstat, ipftest, etc) point to ipf(8) >How-To-Repeat: man 8 ipf ; man 1 ipf >Fix: mv /usr/share/man/man1/ipf.1.gz /usr/share/man/man8/ipf.8.gz It also seem that /usr/src/contrib/ipfilter/man/man.8 is more up-to-date then /usr/src/contrib/ipfilter/man/man.1 I guess /usr/src/sbin/ipf/Makefile also needs to be changed? Or is there a reason for ipf.8 not to be installed? --- Makefile.old Mon Nov 2 01:53:35 1998 +++ Makefile Mon Nov 2 02:01:16 1998 @@ -3,9 +3,9 @@ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man PROG= ipf -MAN1= ipf.1 MAN4= ipf.4 MAN5= ipf.5 +MAN8= ipf.8 SRCS= ipf.c parse.c opt.c CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message