From a12ee81d691d36f01723e1d299818815e5c5e211 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 3 Aug 2006 02:51:57 +0000 Subject: [PATCH] wfix --- man7/time.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/time.7 b/man7/time.7 index 948e35df6..470c04a23 100644 --- a/man7/time.7 +++ b/man7/time.7 @@ -69,7 +69,7 @@ varies across kernel versions and hardware platforms. On x86 the situation is as follows: on kernels up to and including 2.4.x, HZ was 100, giving a jiffy value of 0.01 seconds; -starting with with 2.6.0, HZ was raised to 1000, giving a jiffy of +starting with 2.6.0, HZ was raised to 1000, giving a jiffy of 0.001 seconds; since kernel 2.6.13, the HZ value is a kernel configuration parameter and can be 100, 250 (the default) or 1000, yielding a jiffies value of, respectively, 0.01, 0.004, or 0.001 seconds.