OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / timer_getoverrun.2
index 2d2ec93..efb5018 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2009 Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
 .\" Copyright (c) 2009 Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -20,6 +21,8 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
+.\"
 .TH TIMER_GETOVERRUN 2 2009-02-20 Linux "Linux Programmer's Manual"
 .SH NAME
 timer_getoverrun \- get overrun count for a POSIX per-process timer
 .TH TIMER_GETOVERRUN 2 2009-02-20 Linux "Linux Programmer's Manual"
 .SH NAME
 timer_getoverrun \- get overrun count for a POSIX per-process timer
@@ -75,7 +78,7 @@ Timer overruns can also occur when expiration notifications
 are delivered via invocation of a thread,
 since there may be an arbitrary delay between an expiration of the timer
 and the invocation of the notification thread,
 are delivered via invocation of a thread,
 since there may be an arbitrary delay between an expiration of the timer
 and the invocation of the notification thread,
-and in that delay interval, additional timer expirations may occur
+and in that delay interval, additional timer expirations may occur.
 .SH RETURN VALUE
 On success,
 .BR timer_getoverrun ()
 .SH RETURN VALUE
 On success,
 .BR timer_getoverrun ()
@@ -92,7 +95,7 @@ is not a valid timer ID.
 .SH VERSIONS
 This system call is available since Linux 2.6.
 .SH CONFORMING TO
 .SH VERSIONS
 This system call is available since Linux 2.6.
 .SH CONFORMING TO
-POSIX.1-2001
+POSIX.1-2001.
 .SH NOTES
 When timer notifications are delivered via signals
 .RB ( SIGEV_SIGNAL ),
 .SH NOTES
 When timer notifications are delivered via signals
 .RB ( SIGEV_SIGNAL ),
@@ -106,7 +109,7 @@ This allows an application to avoid the overhead of making
 a system call to obtain the overrun count,
 but is a nonportable extension to POSIX.1-2001.
 
 a system call to obtain the overrun count,
 but is a nonportable extension to POSIX.1-2001.
 
-POSIX.1-2001 only discusses timer overruns in the context of
+POSIX.1-2001 discusses timer overruns only in the context of
 timer notifications using signals.
 .\" FIXME . Austin bug filed, 11 Feb 09
 .SH BUGS
 timer notifications using signals.
 .\" FIXME . Austin bug filed, 11 Feb 09
 .SH BUGS
@@ -135,3 +138,12 @@ See
 .BR timer_settime (2),
 .BR signal (7),
 .BR time (7)
 .BR timer_settime (2),
 .BR signal (7),
 .BR time (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.