Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net Mention RFC 3493; inet_{ntop,pton} are in 1003....



details:   https://anonhg.NetBSD.org/src/rev/5ad8f96fa85c
branches:  trunk
changeset: 551592:5ad8f96fa85c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 08 17:21:31 2003 +0000

description:
Mention RFC 3493; inet_{ntop,pton} are in 1003.1-2001; move XNS5.2 to HISTORY.
Okayed by kleink.

diffstat:

 lib/libc/net/inet.3 |  16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r b765950cd5f5 -r 5ad8f96fa85c lib/libc/net/inet.3
--- a/lib/libc/net/inet.3       Mon Sep 08 16:19:40 2003 +0000
+++ b/lib/libc/net/inet.3       Mon Sep 08 17:21:31 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: inet.3,v 1.26 2003/08/07 16:43:10 agc Exp $
+.\"    $NetBSD: inet.3,v 1.27 2003/09/08 17:21:31 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -288,18 +288,22 @@
 .Xr hosts 5 ,
 .Xr networks 5
 .Rs
-.%R RFC
-.%N 2373
+.%R RFC 2373
 .%D July 1998
 .%T "IP Version 6 Addressing Architecture"
 .Re
+.Rs
+.%R RFC 3493
+.%D February 2003
+.%T "Basic Socket Interface Extensions for IPv6"
+.Re
 .Sh STANDARDS
 The
 .Nm inet_ntop
 and
 .Nm inet_pton
 functions conform to
-.St -xns5.2d2.0 .
+.St -p1003.1-2001 .
 Note that
 .Nm inet_pton
 does not accept 1-, 2-, or 3-part  dotted addresses; all four parts
@@ -333,7 +337,9 @@
 and
 .Nm inet_ntop
 functions appeared in BIND 4.9.4 and thence
-.Nx 1.3 .
+.Nx 1.3 ;
+they were also in
+.St -xns5.2 .
 .Sh BUGS
 The value
 .Dv INADDR_NONE



Home | Main Index | Thread Index | Old Index