SEE ALSO: add proc(5).

This commit is contained in:
Michael Kerrisk 2008-08-24 05:46:38 +00:00
parent 33b1b47eb7
commit 3424352d58
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH PTHREADS 7 2008-08-21 "Linux" "Linux Programmer's Manual"
.TH PTHREADS 7 2008-08-24 "Linux" "Linux Programmer's Manual"
.SH NAME
pthreads \- POSIX threads
.SH DESCRIPTION
@ -449,6 +449,7 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\
.BR clone (2),
.BR futex (2),
.BR gettid (2),
.BR proc (5),
.BR futex (7),
.br
and various Pthreads manual pages, for example: