diff options
Diffstat (limited to 'man7/pthreads.7')
| -rw-r--r-- | man7/pthreads.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7 index b4c384a189..8ad2a17543 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -61,7 +61,7 @@ root directory interval timers .RB ( setitimer (2)) and POSIX timers -.RB ( timer_create ()) +.RB ( timer_create (3)) .IP \- 3 nice value .RB ( setpriority (2)) @@ -82,7 +82,7 @@ thread ID (the data type) .IP \- 3 signal mask -.RB ( pthread_sigmask ()) +.RB ( pthread_sigmask (3)) .IP \- 3 the .I errno @@ -139,7 +139,7 @@ The notable features of this implementation are the following: .IP \- 3 In addition to the main (initial) thread, and the threads that the program creates using -.BR pthread_create (), +.BR pthread_create (3), the implementation creates a "manager" thread. This thread handles thread creation and termination. (Problems can result if this thread is inadvertently killed.) |
