diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-04 21:46:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-04 21:46:40 +0000 |
commit | 51c121e3527ad219e3102ddaa5e525a6d5fa905f (patch) | |
tree | 21c40f99d835a21ba21463e3a659b72bd66acfb1 | |
parent | 0c0252d8fd34302bf4bd9f05f14a50fea694273e (diff) | |
download | coreutils-51c121e3527ad219e3102ddaa5e525a6d5fa905f.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [4.5.9] * pwd now fails if the name of the working directory is so long that getcwd - truncates it. Before it would return the truncated name. + truncates it. Before it would print the truncated name and exit successfully. * `df /some/mount-point' no longer hangs on a GNU libc system when another hard-mounted NFS file system (preceding /some/mount-point in /proc/mounts) is inaccessible. |