From 9cfb6018bfa46e346267530be64ef2a282b11c85 Mon Sep 17 00:00:00 2001 From: ume Date: Tue, 19 Jul 2005 18:13:58 +0000 Subject: refer RFC 3542 rather than RFC 2292bis. Submitted by: Keiichi SHIMA Obtained from: KAME --- lib/libc/net/ip6opt.c | 4 ++-- lib/libc/net/rcmd.3 | 2 +- lib/libc/net/rthdr.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/libc/net/ip6opt.c b/lib/libc/net/ip6opt.c index 73f7e3a..7b65d06 100644 --- a/lib/libc/net/ip6opt.c +++ b/lib/libc/net/ip6opt.c @@ -389,8 +389,8 @@ inet6_insert_padopt(u_char *p, int len) } /* - * The following functions are defined in a successor of RFC2292, aka - * rfc2292bis. + * The following functions are defined in RFC3542, which is a successor + * of RFC2292. */ int diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index f1168dd..03403b8 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -278,7 +278,7 @@ is overloaded to mean ``All network ports in use.'' .%A M. Thomas .%A E. Nordmark .%T "Advanced Socket API for IPv6" -.%O draft-ietf-ipngwg-rfc2292bis-01.txt +.%O RFC3542 .Re .Sh HISTORY Most of these diff --git a/lib/libc/net/rthdr.c b/lib/libc/net/rthdr.c index a1fe2e5..5fbb4bb 100644 --- a/lib/libc/net/rthdr.c +++ b/lib/libc/net/rthdr.c @@ -284,7 +284,7 @@ inet6_rthdr_getflags(cmsg, idx) } /* - * RFC3542 (2292bis) API + * RFC3542 API */ socklen_t -- cgit v1.1