Added FIXME.

This commit is contained in:
Michael Kerrisk 2006-11-25 05:37:22 +00:00
parent d5da3c8df1
commit 420dad7ae0
1 changed files with 11 additions and 0 deletions

View File

@ -110,6 +110,17 @@ IDNA_USE_STD3_ASCII_RULES (check output to make sure it is a STD3
conforming host name)
flags respectively to be used in the IDNA handling.
.SH "RETURN VALUE"
.\" FIXME glibc defines the following additional errors, some which
.\" can probably be returned by getnameinfo(); they need to
.\" be documented.
.\" # ifdef __USE_GNU
.\" # define EAI_INPROGRESS -100 /* Processing request in progress. */
.\" # define EAI_CANCELED -101 /* Request canceled. */
.\" # define EAI_NOTCANCELED -102 /* Request not canceled. */
.\" # define EAI_ALLDONE -103 /* All requests done. */
.\" # define EAI_INTR -104 /* Interrupted by a signal. */
.\" # define EAI_IDN_ENCODE -105 /* IDN encoding failed. */
.\" # endif
On success 0 is returned, and node and service names, if requested,
are filled with null-terminated strings, possibly truncated to fit
the specified buffer lengths.