about summary refs log tree commit diff
path: root/manual/conf.texi
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 /manual/conf.texi
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 'manual/conf.texi')
-rw-r--r--manual/conf.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/conf.texi b/manual/conf.texi
index 2cd41f6c73..61dc260317 100644
--- a/manual/conf.texi
+++ b/manual/conf.texi
@@ -360,8 +360,8 @@ Inquire about the parameter corresponding to @code{_POSIX_VERSION}.
 @comment unistd.h
 @comment POSIX.1
 @item _SC_CLK_TCK
-Inquire about the parameter corresponding to @code{CLOCKS_PER_SEC};
-@pxref{CPU Time}.
+Inquire about the number of clock ticks per second; @pxref{CPU Time}.
+The corresponding parameter @code{CLK_TCK} is obsolete.
 
 @comment unistd.h
 @comment GNU