diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-07 18:08:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-07 18:08:31 +0000 |
commit | 72e1d14aecf8b4596a812ae1de6058b131a9dd7e (patch) | |
tree | b87505f28f92aceee5ab4d5b0a0514ceb7b642f7 /old | |
parent | 584f4d85cf01a5ce84b4682228d879584bb479b8 (diff) | |
download | coreutils-72e1d14aecf8b4596a812ae1de6058b131a9dd7e.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
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. |