POSIX.1-2008 marks getitimer() and setitimer() obsolete.

This commit is contained in:
Michael Kerrisk 2008-08-06 10:30:51 +00:00
parent da3a4661d3
commit 7a6f621e22
1 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@
.\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" 2005-04-06 mtk, Matthias Lang <matthias@corelatus.se>
.\" Noted MAX_SEC_IN_JIFFIES ceiling
.TH GETITIMER 2 2008-04-24 "Linux" "Linux Programmer's Manual"
.TH GETITIMER 2 2008-08-06 "Linux" "Linux Programmer's Manual"
.SH NAME
getitimer, setitimer \- get or set value of an interval timer
.SH SYNOPSIS
@ -138,8 +138,11 @@ or (since Linux 2.6.22) one of the
fields contains a value outside the range 0 to 999999.
.SH "CONFORMING TO"
POSIX.1-2001, SVr4, 4.4BSD (this call first appeared in 4.2BSD).
.\" FIXME . Mar 08: The next POSIX.1 revisions marks getitimer() and
.\" setitimer() obsolete.
POSIX.1-2008 marks
.BR getitimer ()
and
.BR setitimer ()
obsolete.
.SH NOTES
A child created via
.BR fork (2)