diff options
author | 2000-01-18 21:48:58 +0000 | |
---|---|---|
committer | 2000-01-18 21:48:58 +0000 | |
commit | 0381d9512592ace0311b0be6755688f7a40d8ae2 (patch) | |
tree | 1521d260d61a0b26b0e4a966e604feeb6947d6fb /lib/libc | |
parent | Formatting fix; form@ (diff) | |
download | wireguard-openbsd-0381d9512592ace0311b0be6755688f7a40d8ae2.tar.xz wireguard-openbsd-0381d9512592ace0311b0be6755688f7a40d8ae2.zip |
Repair duplicate word occurences; (as found by a Perl script sent to us from
Tom Christiansen <tchrist@perl.com>).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/inet6_option_space.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/inet6_rthdr_space.3 | 4 |
2 files changed, 4 insertions, 4 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 . |