diff options
author | 2019-03-18 06:41:52 +0000 | |
---|---|---|
committer | 2019-03-18 06:41:52 +0000 | |
commit | 8694df764d9ac968b95be4bc9ef5e6bac951eecc (patch) | |
tree | 8add58f50f3a4fb496c0007f207404565ec4725b /usr.sbin/tcpdump/tcpdump.8 | |
parent | In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods. (diff) | |
download | wireguard-openbsd-8694df764d9ac968b95be4bc9ef5e6bac951eecc.tar.xz wireguard-openbsd-8694df764d9ac968b95be4bc9ef5e6bac951eecc.zip |
tweak previous;
Diffstat (limited to 'usr.sbin/tcpdump/tcpdump.8')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 4b0b2e809df..ce169514fb9 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.100 2019/03/18 00:09:22 dlg Exp $ +.\" $OpenBSD: tcpdump.8,v 1.101 2019/03/18 06:41:52 jmc Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -28,8 +28,8 @@ .Sh SYNOPSIS .Nm tcpdump .Op Fl AadefILlNnOopqStvXx -.Op Fl c Ar count .Op Fl B Ar fildrop +.Op Fl c Ar count .Op Fl D Ar direction .Op Fl E Oo Ar espalg : Oc Ns Ar espkey .Op Fl F Ar file @@ -61,7 +61,7 @@ bytes will be printed. Attempt to convert network and broadcast addresses to names. .It Fl B Ar fildrop Configure the drop action specified by -.A fildrop +.Ar fildrop to be used when the filter expression matches a packet. The actions are: .Pp @@ -71,7 +71,7 @@ Matching packets are accepted and captured. .It Cm capture Matching packets are dropped and captured. .It Cm drop -Matching packets are dropped and not captured. +Matching packets are dropped but not captured. .El .Pp The default action is |