aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2016-05-29 18:25:11 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2016-05-29 18:25:11 +0000
commit60404ec96589ed8ebad9af9df56561fe44788461 (patch)
tree4b763bb9008076f84bfd1f76a235b10d0beaa000 /share/man/man3
parent01ed3219b941d36e5e900422245d41d54da19567 (diff)
downloadsrc-60404ec96589ed8ebad9af9df56561fe44788461.tar.gz
src-60404ec96589ed8ebad9af9df56561fe44788461.zip
Remove non-history libkse references and fix PTHREAD_PROCESSES_PRIVATE typo.
Notes
Notes: svn path=/head/; revision=300970
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/pthread_barrier_destroy.34
-rw-r--r--share/man/man3/pthread_barrierattr.36
-rw-r--r--share/man/man3/pthread_condattr.32
-rw-r--r--share/man/man3/pthread_spin_init.36
4 files changed, 6 insertions, 12 deletions
diff --git a/share/man/man3/pthread_barrier_destroy.3 b/share/man/man3/pthread_barrier_destroy.3
index 34be9d0c793f..1b150a5ab9fe 100644
--- a/share/man/man3/pthread_barrier_destroy.3
+++ b/share/man/man3/pthread_barrier_destroy.3
@@ -75,9 +75,7 @@ argument to
.Fn pthread_barrier_init .
Once the threads have been released the barrier will be reset.
.Sh IMPLEMENTATION NOTES
-In both
-.Lb libkse
-and
+In
.Lb libthr
the
.Dv PTHREAD_BARRIER_SERIAL_THREAD
diff --git a/share/man/man3/pthread_barrierattr.3 b/share/man/man3/pthread_barrierattr.3
index e314a0e6180e..2920f67e3910 100644
--- a/share/man/man3/pthread_barrierattr.3
+++ b/share/man/man3/pthread_barrierattr.3
@@ -137,11 +137,9 @@ barriers
does not fully conform to
.St -p1003.2
because the process-shared attribute is ignored in
-.Lb libthr ,
-and in
-.Lb libkse ;
+.Lb libthr ;
if any value other than
-.Dv PTHREAD_PROCESSES_PRIVATE
+.Dv PTHREAD_PROCESS_PRIVATE
is specified in a call to
.Fn pthread_barrierattr_setpshared ,
it will return
diff --git a/share/man/man3/pthread_condattr.3 b/share/man/man3/pthread_condattr.3
index d7f8f6b18e82..a26b6ec7b722 100644
--- a/share/man/man3/pthread_condattr.3
+++ b/share/man/man3/pthread_condattr.3
@@ -167,7 +167,7 @@ does not fully conform to
.St -p1003.2
because the process-shared attribute is ignored;
if any value other than
-.Dv PTHREAD_PROCESSES_PRIVATE
+.Dv PTHREAD_PROCESS_PRIVATE
is specified in a call to
.Fn pthread_condattr_setpshared ,
it will return
diff --git a/share/man/man3/pthread_spin_init.3 b/share/man/man3/pthread_spin_init.3
index 1f76de1bf6a1..948c16d8076c 100644
--- a/share/man/man3/pthread_spin_init.3
+++ b/share/man/man3/pthread_spin_init.3
@@ -129,10 +129,8 @@ does not fully conform to
because the
.Fa pshared
argument is ignored in
-.Lb libthr ,
-and in
-.Lb libkse
+.Lb libthr ;
if any value other than
-.Dv PTHREAD_PROCESSES_PRIVATE
+.Dv PTHREAD_PROCESS_PRIVATE
is specified, it returns
.Er EINVAL .