diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-27 03:37:56 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-27 03:37:56 +0000 |
commit | ddaec46d7f27d6ba05b329ec963b26c10c75cb7a (patch) | |
tree | 7ff7b347e2cd1211462ae04a537f56ace48ac47b /man3/getaddrinfo.3 | |
parent | e02685531bf8015bff97455adc9c36a9fde934a4 (diff) |
s/host name/hostname/
Diffstat (limited to 'man3/getaddrinfo.3')
-rw-r--r-- | man3/getaddrinfo.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index dfc7a97d..455318c8 100644 --- a/man3/getaddrinfo.3 +++ b/man3/getaddrinfo.3 @@ -383,7 +383,7 @@ for the dynamically allocated linked list Starting with glibc 2.3.4, .BR getaddrinfo () has been extended to selectively allow the incoming and outgoing -host names to be transparently converted to and from the +hostnames to be transparently converted to and from the Internationalized Domain Name (IDN) format (see RFC 3490, .IR "Internationalizing Domain Names in Applications (IDNA)" ). Four new flags are defined: @@ -435,7 +435,7 @@ The resulting string is encoded using the current locale's encoding. Setting these flags will enable the IDNA_ALLOW_UNASSIGNED (allow unassigned Unicode code points) and IDNA_USE_STD3_ASCII_RULES (check output to make sure it is a STD3 -conforming host name) +conforming hostname) flags respectively to be used in the IDNA handling. .SH "RETURN VALUE" .\" FIXME glibc defines the following additional errors, some which |