about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-22 06:50:46 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-22 06:50:46 +0000
commit3566d33c12be61e6de64b3d957ed3cd7520779f8 (patch)
treeda954ba1ed6f40c8c7d34b5b4833bb5c264df0ca /ChangeLog
parent54eb84d0c769dbd974b21ffd9d41d48aff203a15 (diff)
downloadglibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.tar.gz
glibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.tar.xz
glibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.zip
Update.
	* manual/sysinfo.texi: Fix typo.
	* manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
	Replace "high precision time" with "high accuracy clock".
	Fix language.
	Patches by Bryan Henderson <bryanh@giraffe-data.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df59bbee38..ec11f1c89a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
 
+	* manual/sysinfo.texi: Fix typo.
+	* manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
+	Replace "high precision time" with "high accuracy clock".
+	Fix language.
+	Patches by Bryan Henderson <bryanh@giraffe-data.com>.
+
 	* nis/nis_findserv.c (__nis_findfastest): Improve memory handling.
 	* nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca
 	instead of malloc.