summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getaddrinfo.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/getaddrinfo.3')
-rw-r--r--src/lib/libc/net/getaddrinfo.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3
index f91681dbcd..a9004e3207 100644
--- a/src/lib/libc/net/getaddrinfo.3
+++ b/src/lib/libc/net/getaddrinfo.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getaddrinfo.3,v 1.24 2003/07/27 15:34:03 jmc Exp $ 1.\" $OpenBSD: getaddrinfo.3,v 1.25 2003/08/08 09:26:02 jmc Exp $
2.\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $ 2.\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1987, 1991, 1993 4.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -542,7 +542,7 @@ indicate an unknown error.
542.%A J. Bound 542.%A J. Bound
543.%A W. Stevens 543.%A W. Stevens
544.%T Basic Socket Interface Extensions for IPv6 544.%T Basic Socket Interface Extensions for IPv6
545.%R RFC2553 545.%R RFC 2553
546.%D March 1999 546.%D March 1999
547.Re 547.Re
548.Rs 548.Rs
@@ -566,7 +566,7 @@ The
566function is defined in IEEE POSIX 1003.1g draft specification, 566function is defined in IEEE POSIX 1003.1g draft specification,
567and documented in 567and documented in
568.Dq Basic Socket Interface Extensions for IPv6 568.Dq Basic Socket Interface Extensions for IPv6
569.Pq RFC2553 . 569.Pq RFC 2553 .
570.\" 570.\"
571.Sh HISTORY 571.Sh HISTORY
572The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit. 572The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit.
@@ -574,4 +574,4 @@ The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit.
574.Sh BUGS 574.Sh BUGS
575The current implementation is not thread-safe. 575The current implementation is not thread-safe.
576.Pp 576.Pp
577The text was shamelessly copied from RFC2553. 577The text was shamelessly copied from RFC 2553.