summaryrefslogtreecommitdiff
path: root/lib/libpcap
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-01-18 21:49:03 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-01-18 21:49:03 +0000
commiteaca6975c45a5b5ef22f5e3e6e2656f02b91264e (patch)
treeb5b497185f22f5842b32308d9fe02c668c267c9f /lib/libpcap
parent8f036977cdd45900a8478f57d2d4157f23ed87fe (diff)
Repair duplicate word occurences; (as found by a Perl script sent to us from
Tom Christiansen <tchrist@perl.com>).
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/pcap.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpcap/pcap.3 b/lib/libpcap/pcap.3
index a0bf52e14d3..f015b49138e 100644
--- a/lib/libpcap/pcap.3
+++ b/lib/libpcap/pcap.3
@@ -181,7 +181,7 @@ are
pointers.
A return of \-1 indicates an error in which case
.Fa errbuf
-is filled in with with an appropriate error message.
+is filled in with an appropriate error message.
.Pp
.Fn pcap_dispatch
is used to collect and process packets.