aboutsummaryrefslogtreecommitdiffstats
path: root/man7/pthreads.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-11 23:29:44 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-11 23:29:44 +0000
commit63f6a20a1acb380057d1940f286bde6d6758e51d (patch)
tree72eab8754dc590cf636af3370daab53228e8a02c /man7/pthreads.7
parentee6e96c1b63b4cc60cbb2fc752c3883921e1419f (diff)
downloadman-pages-63f6a20a1acb380057d1940f286bde6d6758e51d.tar.gz
Add section numbers to page xrefs
Diffstat (limited to 'man7/pthreads.7')
-rw-r--r--man7/pthreads.76
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.)