summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-08 16:33:12 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-08 16:33:12 +0000
commit0cb71e0261a96ee93428aeb43478b493a9359e9d (patch)
treed4995a4c8c68ab1c81c38efea108c881d4fb0118 /manual
parent65b0b4192aa2fffa77c8ee8aeb3993eaf4b969ee (diff)
Update.
2003-09-08 Wolfram Gloger <wg@malloc.de> * malloc/malloc.c (sYSMALLOc): Move foreign sbrk accounting into contiguous case. Bug report from Prem Gopalan <prem@mazunetworks.com>. (mALLOPt): Avoid requirement of C99.
Diffstat (limited to 'manual')
-rw-r--r--manual/time.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/time.texi b/manual/time.texi
index e76dfe74ae..7fc9448a32 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -504,7 +504,7 @@ Instead, use the facilities described in @ref{Time Zone Functions}.
The @code{gettimeofday} function returns the current calendar time as
the elapsed time since the epoch in the @code{struct timeval} structure
indicated by @var{tp}. (@pxref{Elapsed Time} for a description of
-@code{struct timespec}). Information about the time zone is returned in
+@code{struct timeval}). Information about the time zone is returned in
the structure pointed at @var{tzp}. If the @var{tzp} argument is a null
pointer, time zone information is ignored.