From 329223e6f229a55ee8fed800f358f30e994ed749 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Thu, 2 Mar 2000 09:14:21 +0000 Subject: Remove single-space hard sentence breaks. These degrade the quality of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. --- lib/libpthread/man/pthread_setspecific.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libpthread/man/pthread_setspecific.3') diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3 index 89a416f..ca141de 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 -- cgit v1.1