diff options
author | 2000-07-12 16:33:53 +0000 | |
---|---|---|
committer | 2000-07-12 16:33:53 +0000 | |
commit | c2210a8fb94ceab84c7af26fae7a01be7d2dea7f (patch) | |
tree | e0aa2d015551b89ffbff113599a8420a46683c11 | |
parent | remove m_pulldown statistics, it is purely experimental and belongs to (diff) | |
download | wireguard-openbsd-c2210a8fb94ceab84c7af26fae7a01be7d2dea7f.tar.xz wireguard-openbsd-c2210a8fb94ceab84c7af26fae7a01be7d2dea7f.zip |
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: ----------------------------------------------------------------------
-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. |