about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-04-11 09:20:50 +0200
committerAndreas Jaeger <aj@suse.de>2012-04-11 09:20:50 +0200
commit4cfd80263af2a94c6a2046ef43d2dc511bc15188 (patch)
tree5da9ec16e78653077eac47858463e8096dc68f87 /ChangeLog
parentd7dd44133f53e8bcc81e18c11694bee985cd86d0 (diff)
downloadglibc-4cfd80263af2a94c6a2046ef43d2dc511bc15188.tar.gz
glibc-4cfd80263af2a94c6a2046ef43d2dc511bc15188.tar.xz
glibc-4cfd80263af2a94c6a2046ef43d2dc511bc15188.zip
Fix times return value, CLK_TCK description
	[BZ #2636]
	* manual/time.texi (Processor Time): Return type of times is
	elapsed real time since an arbitrary point in the past.
	(CPU Time): Move CLK_TCK from here...
	(Processor Time): ...to here.  Correct description.
	* manual/conf.texi (Constants for Sysconf): Correct description of
	_SC_CLK_TCK.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bd15aac5c..3ffbd0d585 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-04-09  Andreas Jaeger  <aj@suse.de>
+
+	[BZ #2636]
+	* manual/time.texi (Processor Time): Return type of times is
+	elapsed real time since an arbitrary point in the past.
+	(CPU Time): Move CLK_TCK from here...
+	(Processor Time): ...to here.  Correct description.
+	* manual/conf.texi (Constants for Sysconf): Correct description of
+	_SC_CLK_TCK.
+
 2012-04-10  David S. Miller  <davem@davemloft.net>
 
 	[BZ #13967]