diff options
author | 2014-02-19 04:50:36 +0000 | |
---|---|---|
committer | 2014-02-19 04:50:36 +0000 | |
commit | d1c68a619d3b5cac130b66e1c50a5943470d7a81 (patch) | |
tree | 99689a1db2ca7dcce2bfbd431026b310d22c9aed | |
parent | Map negative mtimes to zero instead of skipping the affected files. (diff) | |
download | wireguard-openbsd-d1c68a619d3b5cac130b66e1c50a5943470d7a81.tar.xz wireguard-openbsd-d1c68a619d3b5cac130b66e1c50a5943470d7a81.zip |
Add pcap-filter(3) to the SEE ALSO section.
ok jmc@
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 9bb515caed5..af9263d9713 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.81 2013/07/16 11:13:34 schwarze Exp $ +.\" $OpenBSD: tcpdump.8,v 1.82 2014/02/19 04:50:36 lteo Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: February 19 2014 $ .Dt TCPDUMP 8 .Os .Sh NAME @@ -1829,6 +1829,7 @@ sees the packet. .\" traffic(1C), nit(4P), .Xr ethers 3 , .Xr pcap 3 , +.Xr pcap-filter 3 , .Xr bpf 4 , .Xr ip 4 , .Xr pf 4 , |