summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith M Wesolowski <wesolows@foobazco.org>2014-10-01 22:48:42 +0000
committerKeith M Wesolowski <wesolows@foobazco.org>2014-10-01 22:48:42 +0000
commitefa30b33ea5d4a24e5980782dd9df23a76a0a66b (patch)
tree9a218dda75d6122b4a41f600fba262eaf6f76b3f
parent0c8bd34ee772fb0197a929df9ad0ee0abc2fba32 (diff)
downloadillumos-joyent-release-20141002.tar.gz
OS-3392 libpthread.3lib incorrectly describes -lpthread semantics20141002release-20141002
-rw-r--r--usr/src/man/man3lib/libpthread.3lib5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/man/man3lib/libpthread.3lib b/usr/src/man/man3lib/libpthread.3lib
index 970228264e..7789524102 100644
--- a/usr/src/man/man3lib/libpthread.3lib
+++ b/usr/src/man/man3lib/libpthread.3lib
@@ -21,9 +21,8 @@ Historically, functions in this library provided POSIX threading support. See
.LP
This library is maintained to provide backward compatibility for both runtime
and compilation environments. The shared object is implemented as a filter on
-\fBlibc.so.1\fR. New application development needs to specify \fB-lpthread\fR
-only to obtain POSIX semantics for \fBfork\fR(2) that assumes the behavior of
-\fBfork1\fR(2) rather than the default behavior that forks all threads.
+\fBlibc.so.1\fR. New application development need not specify \fB-lpthread\fR
+although doing so has no effect.
.SH INTERFACES
.sp
.LP