diff options
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 8 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index d36eae3..e5d5a87 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.38 1997/06/13 02:07:32 brian Exp $ +.\" $Id: ppp.8,v 1.39 1997/06/13 03:59:35 brian Exp $ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 @@ -819,8 +819,8 @@ for the LAN. .Sh PACKET FILTERING -This implementation supports packet filtering. There are three kinds of -filters; ifilter, ofilter and dfilter. Here are the basics: +This implementation supports packet filtering. There are four kinds of +filters; ifilter, ofilter, dfilter and afilter. Here are the basics: .Bl -bullet -compact .It @@ -831,7 +831,7 @@ set filter-name rule-no action [src_addr/src_width] [dst_addr/dst_width] .Bl -enum .It .Sq filter-name -should be one of ifilter, ofilter, or dfilter. +should be one of ifilter, ofilter, dfilter or afilter. .It There are two actions: .Sq permit diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index d36eae3..e5d5a87 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.38 1997/06/13 02:07:32 brian Exp $ +.\" $Id: ppp.8,v 1.39 1997/06/13 03:59:35 brian Exp $ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 @@ -819,8 +819,8 @@ for the LAN. .Sh PACKET FILTERING -This implementation supports packet filtering. There are three kinds of -filters; ifilter, ofilter and dfilter. Here are the basics: +This implementation supports packet filtering. There are four kinds of +filters; ifilter, ofilter, dfilter and afilter. Here are the basics: .Bl -bullet -compact .It @@ -831,7 +831,7 @@ set filter-name rule-no action [src_addr/src_width] [dst_addr/dst_width] .Bl -enum .It .Sq filter-name -should be one of ifilter, ofilter, or dfilter. +should be one of ifilter, ofilter, dfilter or afilter. .It There are two actions: .Sq permit |