]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fixup some prose in pcap_compile(3PCAP). [skip ci]
authorDenis Ovsienko <[email protected]>
Thu, 2 Jun 2022 18:26:50 +0000 (19:26 +0100)
committerDenis Ovsienko <[email protected]>
Thu, 2 Jun 2022 18:30:02 +0000 (19:30 +0100)
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

index f9fa483be7ff50fa3276eb869c988913a3938ff5..67001fa49322370f77690325895202e6f3ef206f 100644 (file)
@@ -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.
 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
 is a pointer to a
 .I bpf_program
 struct and is filled in by