clock_getres.2: Add VERSIONS section

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-09-04 14:27:59 +02:00
parent 072c0d379e
commit e272bb60c6
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.\" 2003-08-24 aeb, large parts rewritten
.\" 2004-08-06 Christoph Lameter <clameter@sgi.com>, SMP note
.\"
.TH CLOCK_GETRES 2 2013-02-25 "" "Linux Programmer's Manual"
.TH CLOCK_GETRES 2 2013-09-04 "" "Linux Programmer's Manual"
.SH NAME
clock_getres, clock_gettime, clock_settime \- clock and time functions
.SH SYNOPSIS
@ -201,6 +201,8 @@ specified is not supported on this system.
.B EPERM
.BR clock_settime ()
does not have permission to set the clock indicated.
.SH VERSIONS
This system calls first appeared in Linux 2.6.
.SH CONFORMING TO
SUSv2, POSIX.1-2001.
.SH AVAILABILITY