diff options
Diffstat (limited to 'share/man/man3/pthread_create.3')
-rw-r--r-- | share/man/man3/pthread_create.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_create.3 b/share/man/man3/pthread_create.3 index a006b68..9c331ee 100644 --- a/share/man/man3/pthread_create.3 +++ b/share/man/man3/pthread_create.3 @@ -95,7 +95,7 @@ The signal mask is inherited from the creating thread. The set of signals pending for the new thread is empty. .El .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_create function will return zero. Otherwise an error number will be returned to |