Re: [tcpdump-workers] Small fix for pcap.3 (errbuf doc)

2007-11-29 Thread Guy Harris
Gregor Maier wrote: the attached patch fixes a small inconsistency in pcap.3: The original manpages reads: "NOTE: errbuf in ...". pcap_open_dead() is listed in the 'list of cunction', however, pcap_open_dead() doesn't take an errbuf argument. Checked into the main and 1.0 branches. - This is

[tcpdump-workers] Small fix for pcap.3 (errbuf doc)

2007-11-29 Thread Gregor Maier
Hi, the attached patch fixes a small inconsistency in pcap.3: The original manpages reads: "NOTE: errbuf in ...". pcap_open_dead() is listed in the 'list of cunction', however, pcap_open_dead() doesn't take an errbuf argument. cu Gregor diff -Naur libpcap-0.9.8.orig/pcap.3 libpcap-0.9.8/pcap.3