summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-06-07 18:41:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-06-07 18:41:27 +0000
commit4580b4736711379ba5f9de8f1afbd971a88e7094 (patch)
treef61272972060457bddcfa8812fe1803448a5bb2b /usr.sbin/authpf
parent794014962957a331223b3b3e5e732b97a8475e43 (diff)
consistently refer to the authpf_users table;
noticed by die tuere; ok beck@
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r--usr.sbin/authpf/authpf.88
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,