Add "Link with -lrt" to SYNOPSIS.

This commit is contained in:
Michael Kerrisk 2008-07-08 08:58:06 +00:00
parent d292d0f75e
commit 4aeb366b72
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CLOCK_NANOSLEEP 2 2008-06-26 "Linux" "Linux Programmer's Manual"
.TH CLOCK_NANOSLEEP 2 2008-07-09 "Linux" "Linux Programmer's Manual"
.SH NAME
clock_nanosleep \- high-resolution sleep with specifiable clock
.SH SYNOPSIS
@ -33,6 +33,8 @@ clock_nanosleep \- high-resolution sleep with specifiable clock
.BI " struct timespec *" remain );
.fi
.sp
Link with \fI\-lrt\fP.
.sp
.in -4n
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):