From 04244a1b51e76981c0796c8f96e36827f7f2019c Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Thu, 2 Jun 2022 19:26:50 +0100 Subject: Fixup some prose in pcap_compile(3PCAP). [skip ci] The prose was different from the function signature. Leave the signature intact to be consistent with pcap_offline_filter(3PCAP) and pcap_setfilter(3PCAP), fix the prose. --- pcap_compile.3pcap.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcap_compile.3pcap.in b/pcap_compile.3pcap.in index f9fa483b..67001fa4 100644 --- a/pcap_compile.3pcap.in +++ b/pcap_compile.3pcap.in @@ -39,7 +39,7 @@ is used to compile the string into a filter program. See .BR \%pcap-filter (@MAN_MISC_INFO@) for the syntax of that string. -.I program +.I fp is a pointer to a .I bpf_program struct and is filled in by -- cgit v1.2.3