OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / timer_settime.2
index 889745c..2db50ea 100644 (file)
@@ -33,7 +33,7 @@ state of POSIX per-process timer
 
 .BI "int timer_settime(timer_t " timerid ", int " flags ,
 .BI "                  const struct itimerspec *" new_value ,
-.BI "                  struct itimerspec * " old_value );
+.BI "                  struct itimerspec *" old_value );
 .BI "int timer_gettime(timer_t " timerid ", struct itimerspec *" curr_value );
 .fi
 
@@ -83,7 +83,7 @@ structure that allows a time value to be specified
 in seconds and nanoseconds.
 These time values are measured according to the clock
 that was specified when the timer was created by
-.BR timer_create (2)
+.BR timer_create (2).
 
 If
 .I new_value->it_value
@@ -107,7 +107,7 @@ the timer is reloaded from the value specified in
 .IR new_value->it_interval .
 If
 .I new_value->it_interval
-specifies a zero value
+specifies a zero value,
 then the timer expires just once, at the time specified by
 .IR it_value .
 
@@ -213,3 +213,12 @@ See
 .BR timer_create (2),
 .BR timer_getoverrun (2),
 .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/.