From: Alejandro Colomar Date: Wed, 6 Oct 2021 19:58:24 +0000 (+0200) Subject: timer_settime.2: Add LIBRARY section X-Git-Tag: man-pages-5.19-rc1~454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05bbc48d809e2e682b4feaae99d21d042acddd9;p=thirdparty%2Fman-pages.git timer_settime.2: Add LIBRARY section --- diff --git a/man2/timer_settime.2 b/man2/timer_settime.2 index 9eebc5d791..fa2a041c39 100644 --- a/man2/timer_settime.2 +++ b/man2/timer_settime.2 @@ -7,6 +7,9 @@ .SH NAME timer_settime, timer_gettime \- arm/disarm and fetch state of POSIX per-process timer +.SH LIBRARY +Real-time library +.RI ( librt ", " -lrt ) .SH SYNOPSIS .nf .B #include @@ -17,8 +20,6 @@ state of POSIX per-process timer .BI "int timer_gettime(timer_t " timerid ", struct itimerspec *" curr_value ); .fi .PP -Link with \fI\-lrt\fP. -.PP .RS -4 Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)):