]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/timer_delete.2
posix_fadvise.2: tfix
[thirdparty/man-pages.git] / man2 / timer_delete.2
index d8af616d8f348dc17dd94601a6e4140fbaa551eb..9d37f358edb608d93306f559e36e8855d867aa29 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH TIMER_DELETE 2 2009-02-20 Linux "Linux Programmer's Manual"
+.TH TIMER_DELETE 2 2015-08-08 Linux "Linux Programmer's Manual"
 .SH NAME
 timer_delete \- delete a POSIX per-process timer
 .SH SYNOPSIS
 .nf
 .B  #include <time.h>
-
+.PP
 .BI "int timer_delete(timer_t " timerid );
 .fi
-
+.PP
 Link with \fI\-lrt\fP.
-.sp
+.PP
 .in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .in
-.sp
+.PP
 .BR timer_delete ():
 _POSIX_C_SOURCE\ >=\ 199309L
 .SH DESCRIPTION
@@ -65,7 +65,7 @@ is not a valid timer ID.
 .SH VERSIONS
 This system call is available since Linux 2.6.
 .SH CONFORMING TO
-POSIX.1-2001.
+POSIX.1-2001, POSIX.1-2008.
 .SH SEE ALSO
 .BR clock_gettime (2),
 .BR timer_create (2),