diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-04-27 14:24:20 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-04-27 14:24:20 +0000 |
commit | f81068083e87457fd88a399e400dd551903cc40c (patch) | |
tree | 99cca03558e105ba233e40cd7a7698e65dfd7198 | |
parent | d15ca5e053a237008d0006c14db1ade1ec55ccbd (diff) |
s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (sync with reality)
-rw-r--r-- | lib/libpcap/pcap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/pcap.3 b/lib/libpcap/pcap.3 index 662003d13ec..0d83410a332 100644 --- a/lib/libpcap/pcap.3 +++ b/lib/libpcap/pcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap.3,v 1.19 2000/04/26 21:25:53 jakob Exp $ +.\" $OpenBSD: pcap.3,v 1.20 2000/04/27 14:24:19 itojun Exp $ .\" .\" Copyright (c) 1994, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -92,7 +92,7 @@ in and .Fn pcap_lookupnet is assumed to be able to hold at least -.Dv PCAP_ERRBUFF_SIZE +.Dv PCAP_ERRBUF_SIZE chars. .Pp .Fn pcap_open_live |