diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-10-10 10:33:28 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-10-10 10:33:28 +0000 |
| commit | 07e6c8dd9cb19525870df18f5a2c94065ccefaba (patch) | |
| tree | 5d4f94c202bd70da66b54cd792d974c8c6353ba7 /lib/libc | |
| parent | c24843764c8c1649e71c89fa5b6cad42d544e34e (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/ip6opt.c | 4 | ||||
| -rw-r--r-- | lib/libc/net/rcmd.3 | 2 | ||||
| -rw-r--r-- | lib/libc/net/rthdr.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/ip6opt.c b/lib/libc/net/ip6opt.c index 73f7e3af57ab..7b65d0607ce0 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 3673c81cac68..00a6ad2dc34d 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -280,7 +280,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 d7b0077f606e..faad18ef852c 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 |
