diff options
Diffstat (limited to 'lib/libc/gen/sem_open.3')
-rw-r--r-- | lib/libc/gen/sem_open.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sem_open.3 b/lib/libc/gen/sem_open.3 index b735a56..07c9543 100644 --- a/lib/libc/gen/sem_open.3 +++ b/lib/libc/gen/sem_open.3 @@ -37,7 +37,7 @@ .Sh LIBRARY .Lb libc_r .Sh SYNOPSIS -.Fd #include <semaphore.h> +.In semaphore.h .Ft sem_t * .Fn sem_open "const char *name" "int oflag" "..." .Ft int |