diff options
author | brian <brian@cvs.openbsd.org> | 2000-07-12 16:33:54 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2000-07-12 16:33:54 +0000 |
commit | 5f6d73ffbd36df000697d61d15d7079b608fdf48 (patch) | |
tree | 09cd54bb573c01f4b8ae47b2c9ca4b406bbe7ae2 /usr.sbin | |
parent | ee150c62c15adfccb780477e1d52b9a990abcd00 (diff) |
Correct ``set filter'' usage
Spotted by: sheldonh@FreeBSD.org
CVS: ----------------------------------------------------------------------
CVS: PR: Fill this in if a GNATS PR is affected by the change.
CVS: Submitted by: Fill this in if someone else sent in the change.
CVS: Reviewed by: Fill this in if someone else reviewed your modification.
CVS: Approved by: Fill this in if you needed approval for this commit.
CVS: Obtained from: Fill this in if the change is from third party software.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: ppp.8
CVS: ----------------------------------------------------------------------
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 7032dda7b90..d22b5edfaf3 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ppp.8,v 1.87 2000/07/11 22:13:03 brian Exp $ +.\" $OpenBSD: ppp.8,v 1.88 2000/07/12 16:33:53 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Dt PPP 8 @@ -1541,7 +1541,8 @@ set filter .Op estab .Op syn .Op finrst -.Oc Op timeout Ar secs +.Op timeout Ar secs +.Oc .Bl -enum .It .Ar Name @@ -4395,7 +4396,8 @@ as they travel across the link. .Op estab .Op syn .Op finrst -.Oc Op timeout Ar secs +.Op timeout Ar secs +.Oc .Xc .Nm supports four filter sets. |