From 3747c614179b03cd1d22cfff8b3acaf290ddfff0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 29 Oct 2016 12:36:24 +0200 Subject: [PATCH] getaddrinfo.3: srcfix: FIXME tidy-up Signed-off-by: Michael Kerrisk --- man3/getaddrinfo.3 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index 7dde559da..f058e5a80 100644 --- a/man3/getaddrinfo.3 +++ b/man3/getaddrinfo.3 @@ -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