diff options
author | 2006-10-26 13:11:05 +0000 | |
---|---|---|
committer | 2006-10-26 13:11:05 +0000 | |
commit | a69b5b428e801c29f326cd927013fbbd55034bd3 (patch) | |
tree | d83fcf58f31857396be088d2bdbb27c169fb9547 | |
parent | Force umask to 022 so we don't heritate 077 from root's crontab command (diff) | |
download | wireguard-openbsd-a69b5b428e801c29f326cd927013fbbd55034bd3.tar.xz wireguard-openbsd-a69b5b428e801c29f326cd927013fbbd55034bd3.zip |
tweaks; ok henning
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 68d36d5375b..fed8076b739 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.366 2006/10/26 10:29:43 mcbride Exp $ +.\" $OpenBSD: pf.conf.5,v 1.367 2006/10/26 13:11:05 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1297,7 +1297,7 @@ unless the option is specified. The logged packets are sent to a .Xr pflog 4 -interface instance, by default, +interface, by default .Ar pflog0 . This interface is monitored by the .Xr pflogd 8 |