diff options
Diffstat (limited to 'pcap_freecode.3pcap')
| -rw-r--r-- | pcap_freecode.3pcap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap_freecode.3pcap b/pcap_freecode.3pcap index fac4b3df2a6d..4e71efa49cf2 100644 --- a/pcap_freecode.3pcap +++ b/pcap_freecode.3pcap @@ -35,9 +35,9 @@ void pcap_freecode(struct bpf_program *); is used to free up allocated memory pointed to by a .I bpf_program struct generated by -.B pcap_compile() +.B pcap_compile(3PCAP) when that BPF program is no longer needed, for example after it has been made the filter program for a pcap structure by a call to -.BR pcap_setfilter() . +.BR pcap_setfilter(3PCAP) . .SH SEE ALSO -pcap(3PCAP), pcap_compile(3PCAP), pcap_setfilter(3PCAP) +pcap(3PCAP) |
