diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/pthread_create.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_create.3 b/man3/pthread_create.3 index 83ad96a561..b1ce3c2bd8 100644 --- a/man3/pthread_create.3 +++ b/man3/pthread_create.3 @@ -248,7 +248,7 @@ Joined with thread 3; returned value was SERVUS do { perror(msg); exit(EXIT_FAILURE); } while (0) struct thread_info { /* Used as argument to thread_start() */ - pthread_t thread_id; /* ID returned by pthread_create */ + pthread_t thread_id; /* ID returned by pthread_create() */ int thread_num; /* Application\-defined thread # */ char *argv_string; /* From command\-line argument */ }; |
