From f58c4bd8cb921253e6a8aa71cc1ebab314b8b441 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 31 Mar 2006 19:35:10 +0000 Subject: [PATCH] Add SEE ALSO entry referring to pthreads.7. Remove old FIXME. --- man7/sem_overview.7 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man7/sem_overview.7 b/man7/sem_overview.7 index 1e8280ac8..1c4b1253d 100644 --- a/man7/sem_overview.7 +++ b/man7/sem_overview.7 @@ -129,6 +129,5 @@ An example of the use of various POSIX semaphore functions is shown in .BR sem_open (3), .BR sem_post (3), .BR sem_unlink (3), -.BR sem_wait (3) -.\" FIXME add SEE ALSO refs from System V semaphore pages to -.\" POSIX semaphore pages. +.BR sem_wait (3), +.BR pthreads (7)