From: Michael Kerrisk Date: Sun, 20 Dec 2020 11:05:19 +0000 (+0100) Subject: pthreads.7: Rephrase function list in terms of POSIX rather than SUS X-Git-Tag: man-pages-5.10~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e979e5e4bd2bd125bb2bf542eb69e58019c2e837;p=thirdparty%2Fman-pages.git pthreads.7: Rephrase function list in terms of POSIX rather than SUS The list was using an inconsistent mixture of "POSIX" and "SUS". Signed-off-by: Michael Kerrisk --- diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 6b2d620629..87172c93ca 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -412,8 +412,8 @@ getgrgid() getgrgid_r() getgrnam() getgrnam_r() -gethostbyaddr() [SUSv3 only (function removed in POSIX.1-2008)] -gethostbyname() [SUSv3 only (function removed in POSIX.1-2008)] +gethostbyaddr() [POSIX.1-2001 only (function removed in POSIX.1-2008)] +gethostbyname() [POSIX.1-2001 only (function removed in POSIX.1-2008)] gethostent() gethostid() gethostname() @@ -442,7 +442,7 @@ getutxid() getutxline() getwc() getwchar() -getwd() [SUSv3 only (function removed in POSIX.1-2008)] +getwd() [POSIX.1-2001 only (function removed in POSIX.1-2008)] glob() iconv_close() iconv_open()