summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_setspecific.3
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
commitc6ff3a1bf74d96278726113478b2c66884aab584 (patch)
tree6fdc69d4aab26ec98c8573dbb7c07e9edbb0900a /lib/libpthread/man/pthread_setspecific.3
parent55609eba05d32edc56e3f69740099d4d9b095cef (diff)
Notes
Diffstat (limited to 'lib/libpthread/man/pthread_setspecific.3')
-rw-r--r--lib/libpthread/man/pthread_setspecific.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3
index 89a416f57c61..ca141deb3c81 100644
--- a/lib/libpthread/man/pthread_setspecific.3
+++ b/lib/libpthread/man/pthread_setspecific.3
@@ -47,7 +47,8 @@ function associates a thread-specific value with a
.Fa key
obtained via a previous call to
.Fn pthread_key_create .
-Different threads man bind different values to the same key. These values are
+Different threads man bind different values to the same key.
+These values are
typically pointers to blocks of dynamically allocated memory that have been
reserved for use by the calling thread.
.Pp
@@ -67,7 +68,8 @@ may result in lost storage or infinite loops.
.Sh RETURN VALUES
If successful, the
.Fn pthread_setspecific
-function will return zero. Otherwise an error number will be returned to
+function will return zero.
+Otherwise an error number will be returned to
indicate the error.
.Sh ERRORS
.Fn pthread_setspecific