summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-09 16:27:57 +0000
committerJim Meyering <jim@meyering.net>2003-08-09 16:27:57 +0000
commit6a0418978755ce71603e29c62ee1798b07e75986 (patch)
tree1103c9dbf26f3e4dec878f3464de28a9e35b4776 /ChangeLog
parentf48eac58b84a84cefa74785c83e26db9722612a2 (diff)
downloadcoreutils-6a0418978755ce71603e29c62ee1798b07e75986.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dbbf09114..dbe3d74d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1370,7 +1370,7 @@
2003-03-28 Jim Meyering <jim@meyering.net>
* tests/stty/row-col-1: Skip this test if stty can't get window size.
- This happens when connecting to sparc-solaris2.7 via ssh from within
+ This happens when connecting to sparc-solaris5.7 via ssh from within
emacs. Reported by Karl Berry.
* tests/du/basic: Use seq, not `yes' to generate 4KB of data.
@@ -2400,7 +2400,7 @@
2002-12-08 Jim Meyering <jim@meyering.net>
* src/du.c (lstat) [! LSTAT_FOLLOWS_SLASHED_SYMLINK]:
- Define to rpl_lstat, so that even on systems like Solaris 2.8,
+ Define to rpl_lstat, so that even on systems like Solaris 5.8,
du honors (per POSIX) the trailing slash on an argument referring
to a symlink-to-directory.
@@ -3110,7 +3110,7 @@
file-scoped global.
(main): Register it with atexit.
Close STDOUT_FILENO, to avoid a problem when writing to
- /dev/audio on at least Solaris 2.7 and 2.8 systems.
+ /dev/audio on at least Solaris 5.7 and 5.8 systems.
Reported by Shing-Shong Shei.
2002-08-25 Jim Meyering <jim@meyering.net>