diff options
author | aaron <> | 2000-01-18 21:49:01 +0000 |
---|---|---|
committer | aaron <> | 2000-01-18 21:49:01 +0000 |
commit | 15be05ddcc787a954c1d4061bfdcaac3a6992078 (patch) | |
tree | 3ebe626023d6d09dd1e21b9760177569afaf8240 | |
parent | 671ff41e84a4181978a3cca8f93688fd686285e7 (diff) | |
download | openbsd-15be05ddcc787a954c1d4061bfdcaac3a6992078.tar.gz openbsd-15be05ddcc787a954c1d4061bfdcaac3a6992078.tar.bz2 openbsd-15be05ddcc787a954c1d4061bfdcaac3a6992078.zip |
Repair duplicate word occurences; (as found by a Perl script sent to us from
Tom Christiansen <tchrist@perl.com>).
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_rthdr_space.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3 index 2427b71216..3334530c8d 100644 --- a/src/lib/libc/net/inet6_option_space.3 +++ b/src/lib/libc/net/inet6_option_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_option_space.3,v 1.1 1999/12/11 08:09:11 itojun Exp $ | 1 | .\" $OpenBSD: inet6_option_space.3,v 1.2 2000/01/18 21:49:01 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -443,7 +443,7 @@ RFC2292 gives comprehensive examples in chapter 6. | |||
443 | The implementation first appeared in KAME advanced networking kit. | 443 | The implementation first appeared in KAME advanced networking kit. |
444 | .\" | 444 | .\" |
445 | .Sh STANDARDS | 445 | .Sh STANDARDS |
446 | The functions are | 446 | The functions |
447 | are documented in | 447 | are documented in |
448 | .Dq Advanced Sockets API for IPv6 | 448 | .Dq Advanced Sockets API for IPv6 |
449 | .Pq RFC2292 . | 449 | .Pq RFC2292 . |
diff --git a/src/lib/libc/net/inet6_rthdr_space.3 b/src/lib/libc/net/inet6_rthdr_space.3 index 4d021bc88b..439c270357 100644 --- a/src/lib/libc/net/inet6_rthdr_space.3 +++ b/src/lib/libc/net/inet6_rthdr_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.3 1999/12/12 14:59:40 itojun Exp $ | 1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.4 2000/01/18 21:49:01 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -313,7 +313,7 @@ RFC2292 gives comprehensive examples in chapter 8. | |||
313 | The implementation first appeared in KAME advanced networking kit. | 313 | The implementation first appeared in KAME advanced networking kit. |
314 | .\" | 314 | .\" |
315 | .Sh STANDARDS | 315 | .Sh STANDARDS |
316 | The functions are | 316 | The functions |
317 | are documented in | 317 | are documented in |
318 | .Dq Advanced Sockets API for IPv6 | 318 | .Dq Advanced Sockets API for IPv6 |
319 | .Pq RFC2292 . | 319 | .Pq RFC2292 . |