diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 15:50:29 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 15:50:29 +0000 |
| commit | d8a7868820265181ac2d938dcbcc10c3f199d583 (patch) | |
| tree | 185c512bd542a720c71bdf9997b27e0095d20ad0 /lib/libc | |
| parent | efa90abcbe39e7fc0da4ef2bcc35422c351a9bda (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/sem_destroy.3 | 2 | ||||
| -rw-r--r-- | lib/libc/gen/sem_getvalue.3 | 2 | ||||
| -rw-r--r-- | lib/libc/gen/sem_init.3 | 2 | ||||
| -rw-r--r-- | lib/libc/gen/sem_open.3 | 2 | ||||
| -rw-r--r-- | lib/libc/gen/sem_post.3 | 2 | ||||
| -rw-r--r-- | lib/libc/gen/sem_wait.3 | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/lib/libc/gen/sem_destroy.3 b/lib/libc/gen/sem_destroy.3 index 770349dee281..59889a282fde 100644 --- a/lib/libc/gen/sem_destroy.3 +++ b/lib/libc/gen/sem_destroy.3 @@ -32,6 +32,8 @@ .Sh NAME .Nm sem_destroy .Nd destroy an unnamed semaphore +.Sh LIBRARY +.Lb libc_r .Sh SYNOPSIS .Fd #include <semaphore.h> .Ft int diff --git a/lib/libc/gen/sem_getvalue.3 b/lib/libc/gen/sem_getvalue.3 index be0cbae8ca7b..bc71e4d6c3e0 100644 --- a/lib/libc/gen/sem_getvalue.3 +++ b/lib/libc/gen/sem_getvalue.3 @@ -32,6 +32,8 @@ .Sh NAME .Nm sem_getvalue .Nd get the value of a semaphore +.Sh LIBRARY +.Lb libc_r .Sh SYNOPSIS .Fd #include <semaphore.h> .Ft int diff --git a/lib/libc/gen/sem_init.3 b/lib/libc/gen/sem_init.3 index 059a9c6aeba5..bc5a5ddf7f13 100644 --- a/lib/libc/gen/sem_init.3 +++ b/lib/libc/gen/sem_init.3 @@ -32,6 +32,8 @@ .Sh NAME .Nm sem_init .Nd initialize an unnamed semaphore +.Sh LIBRARY +.Lb libc_r .Sh SYNOPSIS .Fd #include <semaphore.h> .Ft int diff --git a/lib/libc/gen/sem_open.3 b/lib/libc/gen/sem_open.3 index a4729f97961b..b2fe7ff26adf 100644 --- a/lib/libc/gen/sem_open.3 +++ b/lib/libc/gen/sem_open.3 @@ -34,6 +34,8 @@ .Nm sem_close , .Nm sem_unlink .Nd named semaphore operations +.Sh LIBRARY +.Lb libc_r .Sh SYNOPSIS .Fd #include <semaphore.h> .Ft sem_t * diff --git a/lib/libc/gen/sem_post.3 b/lib/libc/gen/sem_post.3 index c578e6d04e84..ee8d7e56137f 100644 --- a/lib/libc/gen/sem_post.3 +++ b/lib/libc/gen/sem_post.3 @@ -32,6 +32,8 @@ .Sh NAME .Nm sem_post .Nd increment (unlock) a semaphore +.Sh LIBRARY +.Lb libc_r .Sh SYNOPSIS .Fd #include <semaphore.h> .Ft int diff --git a/lib/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3 index c60c8ee6cc67..9c4107e14101 100644 --- a/lib/libc/gen/sem_wait.3 +++ b/lib/libc/gen/sem_wait.3 @@ -33,6 +33,8 @@ .Nm sem_wait , .Nm sem_trywait .Nd decrement (lock) a semaphore +.Sh LIBRARY +.Lb libc_r .Sh SYNOPSIS .Fd #include <semaphore.h> .Ft int |
