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 /lib | |
parent | daa826a6e6f9ee98eee8d2ae75d94021b8155bcf (diff) |
pcap-filter now section 5: adjust Xr
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpcap/pcap_open_live.3 | 6 |
1 files changed, 3 insertions, 3 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 |