summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-13 18:00:09 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-13 18:00:09 +0000
commit135b2ef2a2b8027758c8ec51b9a9176c9356b250 (patch)
tree19f22a7e043c1c67e35392126c2f841ce22b5f98 /lib/libc
parentaac7feb0c60448dc7b703cd66a8b86b3ce469f11 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/getaddrinfo.33
-rw-r--r--lib/libc/net/getnameinfo.32
-rw-r--r--lib/libc/sys/shutdown.24
3 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 6e6f7271e1e6..5b838b52fc42 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -594,7 +594,8 @@ The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit.
.Sh STANDARDS
The
.Fn getaddrinfo
-function is defined IEEE POSIX 1003.1g draft specification,
+function is defined in
+.St -p1003.1g-2000 ,
and documented in
.Dq Basic Socket Interface Extensions for IPv6
.Pq RFC2553 .
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3
index aef357b7ece2..eaef8d3d5280 100644
--- a/lib/libc/net/getnameinfo.3
+++ b/lib/libc/net/getnameinfo.3
@@ -299,7 +299,7 @@ The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit.
The
.Fn getaddrinfo
function is defined in
-.St -p1003.1g ,
+.St -p1003.1g-2000 ,
and documented in
.Dq Basic Socket Interface Extensions for IPv6
.Pq RFC2553 .
diff --git a/lib/libc/sys/shutdown.2 b/lib/libc/sys/shutdown.2
index 700b52d4bdce..59e4d340a826 100644
--- a/lib/libc/sys/shutdown.2
+++ b/lib/libc/sys/shutdown.2
@@ -93,7 +93,7 @@ argument does not refer to a socket.
The
.Fn shutdown
function is expected to comply with
-.St -p1003.1g ,
+.St -p1003.1g-2000 ,
when finalized.
.Sh HISTORY
The
@@ -105,4 +105,4 @@ The
and
.Dv SHUT_RDWR
constants appeared in
-.St -p1003.1g .
+.St -p1003.1g-2000 .