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 | |
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')
-rw-r--r-- | lib/libc/net/inet6_option_space.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/inet6_rthdr_space.3 | 4 | ||||
-rw-r--r-- | lib/libpcap/pcap.3 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index 2427b71216a..3334530c8d3 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_option_space.3,v 1.1 1999/12/11 08:09:11 itojun Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.2 2000/01/18 21:49:01 aaron Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -443,7 +443,7 @@ RFC2292 gives comprehensive examples in chapter 6. The implementation first appeared in KAME advanced networking kit. .\" .Sh STANDARDS -The functions are +The functions are documented in .Dq Advanced Sockets API for IPv6 .Pq RFC2292 . diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3 index 4d021bc88b2..439c2703572 100644 --- a/lib/libc/net/inet6_rthdr_space.3 +++ b/lib/libc/net/inet6_rthdr_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_rthdr_space.3,v 1.3 1999/12/12 14:59:40 itojun Exp $ +.\" $OpenBSD: inet6_rthdr_space.3,v 1.4 2000/01/18 21:49:01 aaron Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -313,7 +313,7 @@ RFC2292 gives comprehensive examples in chapter 8. The implementation first appeared in KAME advanced networking kit. .\" .Sh STANDARDS -The functions are +The functions are documented in .Dq Advanced Sockets API for IPv6 .Pq RFC2292 . 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. |