]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthreads.7: Rephrase function list in terms of POSIX rather than SUS
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 20 Dec 2020 11:05:19 +0000 (12:05 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 20 Dec 2020 11:05:42 +0000 (12:05 +0100)
The list was using an inconsistent mixture of "POSIX" and "SUS".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/pthreads.7

index 6b2d6206291a0ac8d395e622d9881b8bb6d04eb7..87172c93ca7f9352c13ede691942c10845813b24 100644 (file)
@@ -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()