From: lteo Date: Fri, 16 Jan 2015 04:12:45 +0000 (+0000) Subject: Complete the list of functions in the paragraph that mentions that X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4537d54c58134640a5a666c3d87ffe411132daee;p=openbsd Complete the list of functions in the paragraph that mentions that errbuf needs to hold at least PCAP_ERRBUF_SIZE chars. --- diff --git a/lib/libpcap/pcap.3 b/lib/libpcap/pcap.3 index b8718951357..875035f6557 100644 --- a/lib/libpcap/pcap.3 +++ b/lib/libpcap/pcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap.3,v 1.40 2015/01/16 04:03:04 lteo Exp $ +.\" $OpenBSD: pcap.3,v 1.41 2015/01/16 04:12:45 lteo Exp $ .\" .\" Copyright (c) 1994, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -153,8 +153,12 @@ in .Fn pcap_open_offline , .Fn pcap_findalldevs , .Fn pcap_lookupdev , +.Fn pcap_lookupnet , +.Fn pcap_getnonblock , +.Fn pcap_setnonblock , +.Fn pcap_fopen_offline , and -.Fn pcap_lookupnet +.Fn pcap_create is assumed to be able to hold at least .Dv PCAP_ERRBUF_SIZE chars.