diff options
-rw-r--r-- | lib/libpcap/pcap-filter.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/pcap-filter.5 b/lib/libpcap/pcap-filter.5 index 14ff2ac02f8..a2a7f6c69a5 100644 --- a/lib/libpcap/pcap-filter.5 +++ b/lib/libpcap/pcap-filter.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap-filter.5,v 1.8 2021/09/02 06:46:32 deraadt Exp $ +.\" $OpenBSD: pcap-filter.5,v 1.9 2021/09/02 10:59:13 deraadt Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .Nm pcap-filter .Nd packet filter syntax .Sh DESCRIPTION -.Xr pcap_compile 5 +.Xr pcap_compile 3 compiles pcap filters for software such as .Xr tcpdump 8 . The resulting filter program can then be applied to |