diff options
author | 2004-06-07 18:41:26 +0000 | |
---|---|---|
committer | 2004-06-07 18:41:26 +0000 | |
commit | d52e6c62795baf0d385739a275b0d5c9140ef6d9 (patch) | |
tree | 211dd9b467871a9b590955a18e7286b5f61d7839 | |
parent | clarify how tags are parsed; (diff) | |
download | wireguard-openbsd-d52e6c62795baf0d385739a275b0d5c9140ef6d9.tar.xz wireguard-openbsd-d52e6c62795baf0d385739a275b0d5c9140ef6d9.zip |
consistently refer to the authpf_users table;
noticed by die tuere;
ok beck@
-rw-r--r-- | usr.sbin/authpf/authpf.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/authpf/authpf.8 b/usr.sbin/authpf/authpf.8 index 1d021d6c1c9..ddf3df2385e 100644 --- a/usr.sbin/authpf/authpf.8 +++ b/usr.sbin/authpf/authpf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: authpf.8,v 1.34 2004/04/28 07:46:38 jmc Exp $ +.\" $OpenBSD: authpf.8,v 1.35 2004/06/07 18:41:26 jmc Exp $ .\" .\" Copyright (c) 2002 Bob Beck (beck@openbsd.org>. All rights reserved. .\" @@ -474,10 +474,10 @@ Oct 31 19:42:30.296553 rule 0.bbeck(20267).1/0(match): pass out on fxp1: \e 16384 <mss 1460,nop,nop,sackOK> (DF) .Ed .Pp -.Sy Using authpf_user table +.Sy Using the authpf_users table \- Simple .Nm -settings can be implemented without an anchor by just using the "authpf_user" +settings can be implemented without an anchor by just using the "authpf_users" .Pa table . For example, the following .Xr pf.conf 5 @@ -488,7 +488,7 @@ pass in on $ext_if proto tcp from <authpf_users> \e to port { smtp imap } keep state .Ed .Pp -It is also possible to use the "authpf_user" +It is also possible to use the "authpf_users" .Pa table in combination with anchors. For example, |