diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-02-19 04:50:37 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-02-19 04:50:37 +0000 |
commit | 46afd2e8406ae959fdbfbca9cade6d4fd545d575 (patch) | |
tree | 6c77ce310b9edd777e385b98e27f4f8e0295c7ce /usr.sbin/tcpdump | |
parent | 75f42bbc23da3dd80de77e5744be3b6e9c0dfeee (diff) |
Add pcap-filter(3) to the SEE ALSO section.
ok jmc@
Diffstat (limited to 'usr.sbin/tcpdump')
-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 , |