summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-07 18:08:31 +0000
committerJim Meyering <jim@meyering.net>1998-09-07 18:08:31 +0000
commit72e1d14aecf8b4596a812ae1de6058b131a9dd7e (patch)
treeb87505f28f92aceee5ab4d5b0a0514ceb7b642f7
parent584f4d85cf01a5ce84b4682228d879584bb479b8 (diff)
downloadcoreutils-72e1d14aecf8b4596a812ae1de6058b131a9dd7e.tar.gz
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index af25a14c6..d22083a32 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,10 @@
* Version 3.16w.
+ * src/df.c (show_dev) [!posix_format]: When using --print-type,
+ let the device path and the file system type share a single (wider)
+ field if their combined lengths allow it. From Andries Brouwer.
+
* tests/touch/empty-file: Upon failure, suggest how to rerun the test
with longer delay, in case NFS clock skew was the cause of the failure.
Reported by Kaveh Ghazi.