diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-18 21:49:03 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-18 21:49:03 +0000 |
commit | eaca6975c45a5b5ef22f5e3e6e2656f02b91264e (patch) | |
tree | b5b497185f22f5842b32308d9fe02c668c267c9f /lib/libpcap | |
parent | 8f036977cdd45900a8478f57d2d4157f23ed87fe (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.3 | 2 |
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. |