diff options
Diffstat (limited to 'lib/libc_r/man/sem_init.3')
-rw-r--r-- | lib/libc_r/man/sem_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/man/sem_init.3 b/lib/libc_r/man/sem_init.3 index 8abab14..b48cca1 100644 --- a/lib/libc_r/man/sem_init.3 +++ b/lib/libc_r/man/sem_init.3 @@ -82,10 +82,10 @@ Memory allocation error. Unable to initialize a shared semaphore. .El .Sh SEE ALSO -.Xr sem_wait 3 , -.Xr sem_trywait 3 , +.Xr sem_destroy 3 , .Xr sem_post 3 , -.Xr sem_destroy 3 +.Xr sem_trywait 3 , +.Xr sem_wait 3 .Sh STANDARDS .Fn sem_init conforms to ISO/IEC 9945-1 ANSI/IEEE |