summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2021-01-25 08:51:29 +0100
committerSimon Josefsson <simon@josefsson.org>2021-01-25 08:51:29 +0100
commite1f404f4bf6f840c4f1238baa7ec5ad2ca3c722c (patch)
tree9a71166ac0285dc7cefe752c115a8ee27892132e /doc/posix-functions
parent6bb37d981199eb9df92bd44cc57471b8f845a7b8 (diff)
downloadgnulib-e1f404f4bf6f840c4f1238baa7ec5ad2ca3c722c.tar.gz
getaddrinfo: Doc fix.
* doc/posix-functions/getaddrinfo.texi (getaddrinfo): Gnulib does not support IDN.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/getaddrinfo.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/getaddrinfo.texi b/doc/posix-functions/getaddrinfo.texi
index eae5b8b593..8c2bc7f0dc 100644
--- a/doc/posix-functions/getaddrinfo.texi
+++ b/doc/posix-functions/getaddrinfo.texi
@@ -21,4 +21,7 @@ that is different from @code{cdecl}.
Portability problems not fixed by Gnulib:
@itemize
+@item
+Unlike glibc's implementation, gnulib's replacement does not support
+internationalized domain names (IDN) encoding.
@end itemize