sem_wait.3: SEE ALSO: add clock_getime(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-08 10:12:29 +13:00
parent 0eb443910b
commit 8b98f282b6
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH SEM_WAIT 3 2007-07-26 "Linux" "Linux Programmer's Manual"
.TH SEM_WAIT 3 2009-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_wait, sem_timedwait, sem_trywait \- lock a semaphore
.SH SYNOPSIS
@ -261,8 +261,7 @@ main(int argc, char *argv[])
}
.fi
.SH "SEE ALSO"
.\" FIXME . when this page has been added to the man-pages set:
.\" .BR clock_gettime (2),
.BR clock_gettime (2),
.BR sem_getvalue (3),
.BR sem_post (3),
.BR sem_overview (7),