diff options
| -rw-r--r-- | sbin/pflogd/pflogd.8 | 5 | ||||
| -rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index ac8fe78aa0a..d13b772b630 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.24 2004/01/16 10:45:49 jmc Exp $ +.\" $OpenBSD: pflogd.8,v 1.25 2005/01/02 18:15:02 jmc Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -161,7 +161,8 @@ Interface name equals "kue0". Rule number equals 10. .It reason match Reason equals match. -Also accepts "bad-offset", "fragment", "short", "normalize" and "memory". +Also accepts "bad-offset", "fragment", "bad-timestamp", "short", +"normalize" and "memory". .It action pass Action equals pass. Also accepts "block". diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index de23b776ec6..1747567ee90 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.49 2004/09/16 11:29:51 markus Exp $ +.\" $OpenBSD: tcpdump.8,v 1.50 2005/01/02 18:15:02 jmc Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -905,7 +905,7 @@ and packet length are printed. On the packet filter logging interface .Xr pflog 4 , logging reason -.Pq rule match, bad-offset, fragment, short, normalize, memory , +.Pq rule match, bad-offset, fragment, bad-timestamp, short, normalize, memory , action taken .Pq pass/block , direction |
