pthread_exit.3: wfix: s/value_ptr/retval/

Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
This commit is contained in:
Michael Kerrisk 2008-10-24 21:09:15 -05:00
parent c495ab1b69
commit 87d6864727
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pthread_exit \- terminate calling thread
.nf
.B #include <pthread.h>
.BI "void pthread_exit(void *" value_ptr );
.BI "void pthread_exit(void *" retval );
.sp
Compile and link with \fI\-pthread\fP.
.SH DESCRIPTION