diff options
author | davidxu <davidxu@FreeBSD.org> | 2008-03-13 01:53:28 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2008-03-13 01:53:28 +0000 |
commit | f4d90c5978f37c48f6e015d0d6351cd140a14eed (patch) | |
tree | 56151207591ef455aaeaa00204a33fd8f489b84b /lib/libc/gen/sem_timedwait.3 | |
parent | a4690639873e4a0e21ef838ee1628d4decefae64 (diff) | |
download | FreeBSD-src-f4d90c5978f37c48f6e015d0d6351cd140a14eed.zip FreeBSD-src-f4d90c5978f37c48f6e015d0d6351cd140a14eed.tar.gz |
In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSO
section, sync it with sem_wait.3.
Diffstat (limited to 'lib/libc/gen/sem_timedwait.3')
-rw-r--r-- | lib/libc/gen/sem_timedwait.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/gen/sem_timedwait.3 b/lib/libc/gen/sem_timedwait.3 index d9d3890..736150d 100644 --- a/lib/libc/gen/sem_timedwait.3 +++ b/lib/libc/gen/sem_timedwait.3 @@ -106,12 +106,10 @@ The semaphore could not be locked before the specified timeout expired. A signal interrupted this function. .El .Sh SEE ALSO -.Xr semctl 2 , -.Xr semget 2 , -.Xr semop 2 , .Xr sem_post 3 , .Xr sem_trywait 3 , -.Xr sem_wait 3 +.Xr sem_wait 3 , +.Xr sem 4 .Sh STANDARDS The .Fn sem_timedwait |