diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-09-12 13:19:34 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:33:03 +0100 |
| commit | 18af3cc8712e856e879dc45c5cba6beffebea76e (patch) | |
| tree | b4a63137ebcbca0e042352e9b03812f0b19121ce | |
| parent | d8c26a3677746396b833cb46c980d7ec0cce53e5 (diff) | |
| download | man-pages-18af3cc8712e856e879dc45c5cba6beffebea76e.tar.gz | |
set_tid_address.2: Add LIBRARY section
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man2/set_tid_address.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2 index 8b8a8bef78..e0eb52dfcb 100644 --- a/man2/set_tid_address.2 +++ b/man2/set_tid_address.2 @@ -5,6 +5,9 @@ .TH SET_TID_ADDRESS 2 2021-06-20 "Linux" "Linux Programmer's Manual" .SH NAME set_tid_address \- set pointer to thread ID +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" |
