summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-14 09:20:37 +0000
committerJim Meyering <jim@meyering.net>2003-05-14 09:20:37 +0000
commitb121f086e8342cb1042d890ed03e36c3c62519b4 (patch)
treeb9511d8b86f0985a376fc6f3b640a3d3277c70e7 /ChangeLog
parent85ad1d09c100d15c606c7d8eea25a5cab05d39a0 (diff)
downloadcoreutils-b121f086e8342cb1042d890ed03e36c3c62519b4.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ec9cc629..fb1c15f45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Version 5.0.1.
+ * src/head.c (AUTHORS): Enclose string in N_(...), now that it
+ includes `and'.
+
* src/dd.c (usage): Don't use `,' as the thousands separator
in e.g. 1,000,000 and 1,048,576. Instead, do this:
`SIZE may be ..., MB 1000*1000, M 1024*1024 and so on...'