From d08919a37537587adb269c94f49eb540ce6c0fb2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 20 Feb 2009 12:21:49 +1300 Subject: [PATCH] timer_create.2, timer_delete.2, timer_getoverrun.2, timer_settime.2: Reviewed by Peter Zijlstra Reviewed-by: Peter Zijlstra Signed-off-by: Michael Kerrisk --- man2/timer_create.2 | 2 +- man2/timer_delete.2 | 2 +- man2/timer_getoverrun.2 | 2 +- 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 810fda1fd..a22519db6 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 5966a0410..78de6328c 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 dd03fad4f..1176f751b 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 5118ffdb5..f18a7f525 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