diff options
author | Andreas Jaeger <aj@suse.de> | 2012-04-11 09:20:50 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-04-11 09:20:50 +0200 |
commit | 4cfd80263af2a94c6a2046ef43d2dc511bc15188 (patch) | |
tree | 5da9ec16e78653077eac47858463e8096dc68f87 /manual/conf.texi | |
parent | d7dd44133f53e8bcc81e18c11694bee985cd86d0 (diff) | |
download | glibc-4cfd80263af2a94c6a2046ef43d2dc511bc15188.zip glibc-4cfd80263af2a94c6a2046ef43d2dc511bc15188.tar.gz glibc-4cfd80263af2a94c6a2046ef43d2dc511bc15188.tar.bz2 |
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.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/conf.texi b/manual/conf.texi index 2cd41f6..61dc260 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 |