Received: by mail.netbsd.org (Postfix, from userid 605) id DB70B84D92; Sat, 25 Aug 2018 11:21:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4DF984D75 for ; Sat, 25 Aug 2018 11:21:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id StDV1WPfmobU for ; Sat, 25 Aug 2018 11:21:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4188A84C78 for ; Sat, 25 Aug 2018 11:21:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34381FBEC; Sat, 25 Aug 2018 11:21:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 25 Aug 2018 11:21:54 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/dist/pf/share/man To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180825112154.34381FBEC@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sat Aug 25 11:21:54 UTC 2018 Modified Files: src/dist/pf/share/man/man4 [netbsd-8]: pf.4 pflog.4 pfsync.4 src/dist/pf/share/man/man5 [netbsd-8]: pf.conf.5 pf.os.5 Log Message: Pull up following revision(s) (requested by maxv in ticket #978): dist/pf/share/man/man4/pfsync.4: revision 1.7 dist/pf/share/man/man4/pf.4: revision 1.13 dist/pf/share/man/man5/pf.os.5: revision 1.7 dist/pf/share/man/man4/pflog.4: revision 1.7 dist/pf/share/man/man5/pf.conf.5: revision 1.17 Add a bold note to say our PF is obsolete. Add a deprecation note in each of the PF man pages (instead of just pf.4), so that it's really clear. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.40.1 src/dist/pf/share/man/man4/pf.4 cvs rdiff -u -r1.6 -r1.6.40.1 src/dist/pf/share/man/man4/pflog.4 \ src/dist/pf/share/man/man4/pfsync.4 cvs rdiff -u -r1.16 -r1.16.40.1 src/dist/pf/share/man/man5/pf.conf.5 cvs rdiff -u -r1.6 -r1.6.40.1 src/dist/pf/share/man/man5/pf.os.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.