From 4580b4736711379ba5f9de8f1afbd971a88e7094 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 7 Jun 2004 18:41:27 +0000 Subject: consistently refer to the authpf_users table; noticed by die tuere; ok beck@ --- usr.sbin/authpf/authpf.8 | 8 ++++---- 1 file 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 (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 \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, -- cgit v1.2.3