aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-10-29 09:27:58 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-10-29 09:27:58 +0100
commit029599913b5c3a798d299a4ffef2dfc7318d8020 (patch)
tree13689270cda953170b4023c194c0702ae2e12652
parentfb759ff43dc708a59e4e6b0ddd31be5f8643b2ab (diff)
downloadman-pages-029599913b5c3a798d299a4ffef2dfc7318d8020.tar.gz
clock_getres.2, clock_nanosleep.2: Linking with -lrt is no longer needed from glibc 2.17 onward
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/clock_getres.22
-rw-r--r--man2/clock_nanosleep.22
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
index 5ae0ad264e..eca1f5a5e4 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -41,7 +41,7 @@ clock_getres, clock_gettime, clock_settime \- clock and time functions
.BI "int clock_settime(clockid_t " clk_id ", const struct timespec *" tp );
.sp
-Link with \fI\-lrt\fP.
+Link with \fI\-lrt\fP (only for glibc versions before 2.17).
.sp
.in -4n
Feature Test Macro Requirements for glibc (see
diff --git a/man2/clock_nanosleep.2 b/man2/clock_nanosleep.2
index dca1f67135..6831269ab0 100644
--- a/man2/clock_nanosleep.2
+++ b/man2/clock_nanosleep.2
@@ -33,7 +33,7 @@ clock_nanosleep \- high-resolution sleep with specifiable clock
.BI " struct timespec *" remain );
.fi
.sp
-Link with \fI\-lrt\fP.
+Link with \fI\-lrt\fP (only for glibc versions before 2.17).
.sp
.ad l
.in -4n