Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/timer_create.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 9d3534570..5d67602e7 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -26,6 +26,9 @@ .TH TIMER_CREATE 2 2021-03-22 Linux "Linux Programmer's Manual" .SH NAME timer_create \- create a POSIX per-process timer +.SH LIBRARY +Real-time library +.RI ( librt ", " -lrt ) .SH SYNOPSIS .nf .BR "#include <signal.h>" " /* Definition of " SIGEV_* " constants */" @@ -35,8 +38,6 @@ timer_create \- create a POSIX per-process timer .BI " timer_t *restrict " timerid ); .fi .PP -Link with \fI\-lrt\fP. -.PP .RS -4 Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): -- 2.33.0