aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap/pcap_offline_filter.3pcap
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libpcap/pcap_offline_filter.3pcap')
-rw-r--r--contrib/libpcap/pcap_offline_filter.3pcap4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libpcap/pcap_offline_filter.3pcap b/contrib/libpcap/pcap_offline_filter.3pcap
index 08c0b66b3349..724f8366b496 100644
--- a/contrib/libpcap/pcap_offline_filter.3pcap
+++ b/contrib/libpcap/pcap_offline_filter.3pcap
@@ -39,7 +39,7 @@ checks whether a filter matches a packet.
is a pointer to a
.I bpf_program
struct, usually the result of a call to
-.BR pcap_compile() .
+.BR pcap_compile(3PCAP) .
.I h
points to the
.I pcap_pkthdr
@@ -52,4 +52,4 @@ returns the return value of the filter program. This will be zero if
the packet doesn't match the filter and non-zero if the packet matches
the filter.
.SH SEE ALSO
-pcap(3PCAP), pcap_compile(3PCAP)
+pcap(3PCAP)