From fcf486714c43e1cb612e7aa6e71b6f3018c08fea Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 26 May 2020 13:04:53 +0200 Subject: [PATCH] getnameinfo.3: srcfix Signed-off-by: Michael Kerrisk --- man3/getnameinfo.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/getnameinfo.3 b/man3/getnameinfo.3 index 405bc9f3b..78e2592b7 100644 --- a/man3/getnameinfo.3 +++ b/man3/getnameinfo.3 @@ -109,7 +109,7 @@ If set, then the numeric form of the hostname is returned. .\" .BR gethostbyaddr (). (When not set, this will still happen in case the node's name cannot be determined.) -.\" POSIX.1-2003 has NI_NUMERICSCOPE, but glibc doesn't have it. +.\" POSIX.1-2001 TC1 has NI_NUMERICSCOPE, but glibc doesn't have it. .TP .B NI_NUMERICSERV If set, then the numeric form of the service address is returned.