aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-10-24 21:09:15 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-10-29 14:54:14 -0500
commit87d686472786c4aeb9dd8bc194c10c2429d8905a (patch)
tree5cde668053a72261e4b391705499461910cf1897
parentc495ab1b6928a8214103c419c0c25acd633b43f6 (diff)
downloadman-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.32
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