getaddrinfo.3: srcfix: FIXME tidy-up

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-29 12:36:24 +02:00
parent ef66113001
commit 3747c61417
1 changed files with 8 additions and 8 deletions

View File

@ -486,14 +486,14 @@ flags respectively to be used in the IDNA handling.
.\" FIXME glibc defines the following additional errors, some which
.\" can probably be returned by getaddrinfo(); 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
.\" #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
.BR getaddrinfo ()
returns 0 if it succeeds, or one of the following nonzero error codes:
.TP