Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/timer_getoverrun.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2 index 5a0601a49..94f86c1c0 100644 --- a/man2/timer_getoverrun.2 +++ b/man2/timer_getoverrun.2 @@ -26,6 +26,9 @@ .TH TIMER_GETOVERRUN 2 2021-03-22 Linux "Linux Programmer's Manual" .SH NAME timer_getoverrun \- get overrun count for a POSIX per-process timer +.SH LIBRARY +Real-time library +.RI ( librt ", " -lrt ) .SH SYNOPSIS .nf .B #include <time.h> @@ -33,8 +36,6 @@ timer_getoverrun \- get overrun count for a POSIX per-process timer .BI "int timer_getoverrun(timer_t " 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