diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-09-12 13:32:46 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:33:03 +0100 |
| commit | 34f51a622adc125a30a8026c87b00efb734c829f (patch) | |
| tree | e01e829cfd68ecb75d89540a0e72f83de81684b3 | |
| parent | f61371f6ff4f769b1acac88d2885d8ed1086e245 (diff) | |
| download | man-pages-34f51a622adc125a30a8026c87b00efb734c829f.tar.gz | |
semctl.2: Add LIBRARY section
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man2/semctl.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/semctl.2 b/man2/semctl.2 index 9e68cc51b8..fc4107e148 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -22,6 +22,9 @@ .TH SEMCTL 2 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME semctl \- System V semaphore control operations +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <sys/sem.h> |
