diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-09-11 16:44:29 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:33:03 +0100 |
| commit | 0644b32ebce48f6cf04f09b419bc076d53d16b70 (patch) | |
| tree | ea041d01d058f6154885b925bf8cf769d7902399 /man2 | |
| parent | 2555d98c6f3b10c004e7bbc7888db80543b86095 (diff) | |
| download | man-pages-0644b32ebce48f6cf04f09b419bc076d53d16b70.tar.gz | |
syscall.2: Add LIBRARY section
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/syscall.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/syscall.2 b/man2/syscall.2 index 4e01e40e7f..7e52bd67c7 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -14,6 +14,9 @@ .TH SYSCALL 2 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME syscall \- indirect system call +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" |
