diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-10-24 21:09:15 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-10-29 14:54:14 -0500 |
| commit | 87d686472786c4aeb9dd8bc194c10c2429d8905a (patch) | |
| tree | 5cde668053a72261e4b391705499461910cf1897 | |
| parent | c495ab1b6928a8214103c419c0c25acd633b43f6 (diff) | |
| download | man-pages-87d686472786c4aeb9dd8bc194c10c2429d8905a.tar.gz | |
pthread_exit.3: wfix: s/value_ptr/retval/
Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
| -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 |
