summaryrefslogtreecommitdiffstats
path: root/man7/pthreads.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/pthreads.7')
-rw-r--r--man7/pthreads.718
1 files changed, 11 insertions, 7 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7
index 4f1eec643..5237f6940 100644
--- a/man7/pthreads.7
+++ b/man7/pthreads.7
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREADS 7 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH PTHREADS 7 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
pthreads \- POSIX threads
.SH DESCRIPTION
@@ -178,8 +178,10 @@ getenv()
getgrent()
getgrgid()
getgrnam()
-gethostbyaddr() [POSIX.1-2001 only (function removed in POSIX.1-2008)]
-gethostbyname() [POSIX.1-2001 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()
getlogin()
getnetbyaddr()
@@ -412,8 +414,10 @@ 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 +446,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()
@@ -952,7 +956,7 @@ Various Pthreads manual pages, for example:
and
.BR pthread_testcancel (3)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,