diff options
| -rw-r--r-- | man3/pthread_exit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_exit.3 b/man3/pthread_exit.3 index 5c1add9151..5d6c22e1c9 100644 --- a/man3/pthread_exit.3 +++ b/man3/pthread_exit.3 @@ -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 |
