about summary refs log tree commit diff
path: root/manual/time.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-29 19:17:27 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-29 19:17:27 +0000
commitf347c3dbc22ca73a158012497616e684c9bdb855 (patch)
tree7de7c42437a99afefba5fb14090f3b53295ee372 /manual/time.texi
parentef8ff6efde5728c0b184c58ce5544cdd49e6f813 (diff)
downloadglibc-f347c3dbc22ca73a158012497616e684c9bdb855.tar.gz
glibc-f347c3dbc22ca73a158012497616e684c9bdb855.tar.xz
glibc-f347c3dbc22ca73a158012497616e684c9bdb855.zip
Update.
1999-11-29  Thorsten Kukuk  <kukuk@suse.de>

	* sysdeps/unix/sysv/linux/sparc/bits/signum.h: Add define for
	SIGCLD als SIGCHLD.

1999-11-29  Andreas Jaeger  <aj@suse.de>

	* manual/time.texi (Basic CPU Time): Better describe wrap around.
	Patch by Andries Brouwer <Andries.Brouwer@cwi.nl>.

1999-11-29  Ulrich Drepper  <drepper@cygnus.com>

	* iconvdata/gconv-modules: Fix typos in LATIN8/L8 aliases.
	Patch by Bruno Haible <haible@ilog.fr>.

1999-11-29  Thorsten Kukuk  <kukuk@suse.de>

	* sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Remove K&R compatibility.
Diffstat (limited to 'manual/time.texi')
-rw-r--r--manual/time.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/time.texi b/manual/time.texi
index 1075f29b3f..ff393a2c61 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -96,8 +96,8 @@ such as arithmetic and printing work properly and consistently no matter
 what the underlying representation is.
 
 Note that the clock can wrap around.  On a 32bit system with
-@code{CLOCKS_PER_SEC} set to one million a wrap around happens after
-around 36 minutes.
+@code{CLOCKS_PER_SEC} set to one million this function will return the
+same value approximately every 72 minutes.
 
 @comment time.h
 @comment ISO