diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-09-11 16:38:37 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:33:02 +0100 |
| commit | e1984c986aa5364cf64da97f6648ee898116fbef (patch) | |
| tree | 1403bcc00bf46e1f51831ac6eef8f1fd744cdf08 /man2/timerfd_create.2 | |
| parent | 67b2799892b8703d2dafa531c70324214d8b4f44 (diff) | |
| download | man-pages-e1984c986aa5364cf64da97f6648ee898116fbef.tar.gz | |
timerfd_create.2: Add LIBRARY section
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man2/timerfd_create.2')
| -rw-r--r-- | man2/timerfd_create.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 8b91d5c148..b5969075f6 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -6,6 +6,9 @@ .SH NAME timerfd_create, timerfd_settime, timerfd_gettime \- timers that notify via file descriptors +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <sys/timerfd.h> |
