diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2022-06-02 19:26:50 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2022-06-02 19:30:02 +0100 |
commit | 04244a1b51e76981c0796c8f96e36827f7f2019c (patch) | |
tree | c2ec2c60a7589649f679680b5f678e6639663406 | |
parent | 2c1c9cc7c7b05c736bd6e951b0bfdbce1394cb4c (diff) |
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.
-rw-r--r-- | pcap_compile.3pcap.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |