diff options
author | 2019-09-03 07:03:30 +0000 | |
---|---|---|
committer | 2019-09-03 07:03:30 +0000 | |
commit | 0382b87d344f490e5bf66355fd589fd1e21a0ef0 (patch) | |
tree | 5f6d4214a94fb84caa8fa2037555c2a78743fc53 | |
parent | remove unreachable return (diff) | |
download | wireguard-openbsd-0382b87d344f490e5bf66355fd589fd1e21a0ef0.tar.xz wireguard-openbsd-0382b87d344f490e5bf66355fd589fd1e21a0ef0.zip |
pcap-filter is now section 7;
-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 b7704d3ee89..99e23c26da9 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.105 2019/08/30 20:33:35 jmc Exp $ +.\" $OpenBSD: tcpdump.8,v 1.106 2019/09/03 07:03:30 jmc 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: August 30 2019 $ +.Dd $Mdocdate: September 3 2019 $ .Dt TCPDUMP 8 .Os .Sh NAME @@ -1707,7 +1707,6 @@ sees the packet. .Sh SEE ALSO .\" traffic(1C), nit(4P), .Xr ether_aton 3 , -.Xr pcap-filter 3 , .Xr pcap_open_live 3 , .Xr bpf 4 , .Xr ip 4 , @@ -1718,7 +1717,8 @@ sees the packet. .Xr hosts 5 , .Xr pf.os 5 , .Xr protocols 5 , -.Xr services 5 +.Xr services 5 , +.Xr pcap-filter 7 .Sh STANDARDS .Rs .%D September 1981 |