From 4537d54c58134640a5a666c3d87ffe411132daee Mon Sep 17 00:00:00 2001 From: lteo Date: Fri, 16 Jan 2015 04:12:45 +0000 Subject: [PATCH] Complete the list of functions in the paragraph that mentions that errbuf needs to hold at least PCAP_ERRBUF_SIZE chars. --- lib/libpcap/pcap.3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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. -- 2.20.1