OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man3 / clock.3
index 2a28db1..59c7bf7 100644 (file)
@@ -26,7 +26,7 @@
 .\" Modified 14 Jun 2002, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"    Added notes on differences from other UNIX systems with respect to
 .\"    waited-for children.
-.TH CLOCK 3  2013-08-19 "GNU" "Linux Programmer's Manual"
+.TH CLOCK 3  2014-09-21 "GNU" "Linux Programmer's Manual"
 .SH NAME
 clock \- determine processor time
 .SH SYNOPSIS
@@ -88,7 +88,7 @@ In glibc 2.17 and earlier,
 .BR clock ()
 was implemented on top of
 .BR times (2).
-For improved precision,
+For improved accuracy,
 since glibc 2.18, it is implemented on top of
 .BR clock_gettime (2)
 (using the
@@ -99,7 +99,7 @@ clock).
 .BR getrusage (2),
 .BR times (2)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,