diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-02-08 10:12:29 +1300 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-02-09 12:32:01 +1300 |
| commit | 8b98f282b661e9b2e119a7b6e5da4a79d970a9a5 (patch) | |
| tree | 20c4f56f9c17502a581a8caa8ec88eb4db04179c | |
| parent | 0eb443910b2bc6241e8e02995f5783faec891470 (diff) | |
| download | man-pages-8b98f282b661e9b2e119a7b6e5da4a79d970a9a5.tar.gz | |
sem_wait.3: SEE ALSO: add clock_getime(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/sem_wait.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/sem_wait.3 b/man3/sem_wait.3 index c799100919..526f57d625 100644 --- a/man3/sem_wait.3 +++ b/man3/sem_wait.3 @@ -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), |
