diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-09-25 17:02:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-09-25 17:02:01 +0000 |
commit | b8e2729e2e4b60d3a8c8ec77555645395b156737 (patch) | |
tree | 42430a0f00ffcf884fa6b48bfcf4bb87e0906c24 | |
parent | daa826a6e6f9ee98eee8d2ae75d94021b8155bcf (diff) |
pcap-filter now section 5: adjust Xr
-rw-r--r-- | lib/libpcap/pcap_open_live.3 | 6 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/libpcap/pcap_open_live.3 b/lib/libpcap/pcap_open_live.3 index cc0ed47af23..136c1dc64fd 100644 --- a/lib/libpcap/pcap_open_live.3 +++ b/lib/libpcap/pcap_open_live.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap_open_live.3,v 1.2 2019/09/03 04:25:10 deraadt Exp $ +.\" $OpenBSD: pcap_open_live.3,v 1.3 2019/09/25 17:02:00 jmc Exp $ .\" .\" Copyright (c) 1994, 1996, 1997 .\" 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: September 3 2019 $ +.Dd $Mdocdate: September 25 2019 $ .Dt PCAP_OPEN_LIVE 3 .Os .Sh NAME @@ -653,7 +653,7 @@ routine to an error string. .Fn pcap_offline_filter checks whether a filter matches a packet. .Sh SEE ALSO -.Xr pcap-filter 7 , +.Xr pcap-filter 5 , .Xr tcpdump 8 .\" , tcpslice(1) .Sh AUTHORS diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 99e23c26da9..7763691d0b7 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.106 2019/09/03 07:03:30 jmc Exp $ +.\" $OpenBSD: tcpdump.8,v 1.107 2019/09/25 17:02:00 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: September 3 2019 $ +.Dd $Mdocdate: September 25 2019 $ .Dt TCPDUMP 8 .Os .Sh NAME @@ -1715,10 +1715,10 @@ sees the packet. .Xr tcp 4 , .Xr udp 4 , .Xr hosts 5 , +.Xr pcap-filter 5 , .Xr pf.os 5 , .Xr protocols 5 , -.Xr services 5 , -.Xr pcap-filter 7 +.Xr services 5 .Sh STANDARDS .Rs .%D September 1981 |