diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-02-20 12:21:49 +1300 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-02-20 19:52:29 +1300 |
| commit | d08919a37537587adb269c94f49eb540ce6c0fb2 (patch) | |
| tree | 42343a58294c77faac35c56327b9e096f5f322fb | |
| parent | baf17bc4f2a3f3b02d2f3b0911f98331fd874367 (diff) | |
| download | man-pages-d08919a37537587adb269c94f49eb540ce6c0fb2.tar.gz | |
timer_create.2, timer_delete.2, timer_getoverrun.2, timer_settime.2: Reviewed by Peter Zijlstra
Reviewed-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/timer_create.2 | 2 | ||||
| -rw-r--r-- | man2/timer_delete.2 | 2 | ||||
| -rw-r--r-- | man2/timer_getoverrun.2 | 2 | ||||
| -rw-r--r-- | man2/timer_settime.2 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 810fda1fdd..a22519db67 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -20,7 +20,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. -.TH TIMER_CREATE 2 2009-02-16 Linux "Linux Programmer's Manual" +.TH TIMER_CREATE 2 2009-02-20 Linux "Linux Programmer's Manual" .SH NAME timer_create \- create a POSIX per-process timer .SH SYNOPSIS diff --git a/man2/timer_delete.2 b/man2/timer_delete.2 index 5966a04102..78de6328cc 100644 --- a/man2/timer_delete.2 +++ b/man2/timer_delete.2 @@ -20,7 +20,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. -.TH TIMER_DELETE 2 2009-02-16 Linux "Linux Programmer's Manual" +.TH TIMER_DELETE 2 2009-02-20 Linux "Linux Programmer's Manual" .SH NAME timer_delete \- delete a POSIX per-process timer .SH SYNOPSIS diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2 index dd03fad4f6..1176f751bc 100644 --- a/man2/timer_getoverrun.2 +++ b/man2/timer_getoverrun.2 @@ -20,7 +20,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. -.TH TIMER_GETOVERRUN 2 2009-02-16 Linux "Linux Programmer's Manual" +.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 .SH SYNOPSIS diff --git a/man2/timer_settime.2 b/man2/timer_settime.2 index 5118ffdb54..f18a7f5257 100644 --- a/man2/timer_settime.2 +++ b/man2/timer_settime.2 @@ -20,7 +20,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. -.TH TIMER_SETTIME 2 2009-02-16 Linux "Linux Programmer's Manual" +.TH TIMER_SETTIME 2 2009-02-20 Linux "Linux Programmer's Manual" .SH NAME timer_settime, timer_gettime \- arm/disarm and fetch state of POSIX per-process timer |
