diff options
author | 2008-04-02 05:05:25 +0000 | |
---|---|---|
committer | 2008-04-02 05:05:25 +0000 | |
commit | fc1a40fe366e76db28c67ec8606e6e0273f6810f (patch) | |
tree | bbea41ebd172ac9f492f10f43b3a671ae46a029a | |
parent | sync the hw sensors sections with the html pages, enlisting many new sensors (diff) | |
download | wireguard-openbsd-fc1a40fe366e76db28c67ec8606e6e0273f6810f.tar.xz wireguard-openbsd-fc1a40fe366e76db28c67ec8606e6e0273f6810f.zip |
no more /usr/share/pf; pointed out by Rod Whitworth
-rw-r--r-- | etc/pf.conf | 4 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index e2dcc0427e9..643f66026cd 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,6 +1,6 @@ -# $OpenBSD: pf.conf,v 1.35 2008/02/29 17:04:55 reyk Exp $ +# $OpenBSD: pf.conf,v 1.36 2008/04/02 05:05:25 jmc Exp $ # -# See pf.conf(5) and /usr/share/pf for syntax and examples. +# See pf.conf(5) for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 # in /etc/sysctl.conf if packets are to be forwarded between interfaces. diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 539f38c6ba5..2498ff82b53 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.70 2008/03/03 23:05:35 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.71 2008/04/02 05:05:25 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: March 3 2008 $ +.Dd $Mdocdate: April 2 2008 $ .Dt HIER 7 .Os .Sh NAME @@ -492,9 +492,6 @@ Templates for .Xr make 1 ) . .It nls/ National Language Support (NLS) catalogs. -.It pf/ -Sample configuration files for -.Xr pf 4 . .It sendmail/ Example files for .Xr sendmail 8 . |