summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-01 08:48:10 +0000
committerJim Meyering <jim@meyering.net>2003-06-01 08:48:10 +0000
commitc9f1c500855e7537e3add89d95f62ec184a76345 (patch)
treeb49ccea995dd46eb402a53eb2cb216bb5f1c7c9f /NEWS
parentab7487551154a967946054d50e88366f13582e66 (diff)
downloadcoreutils-c9f1c500855e7537e3add89d95f62ec184a76345.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8af6aa980..2a28ee36f 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,8 @@
like Tru64 with __sys_siglist but no strsignal function.
* stat.c now compiles on Ultrix systems
* mv now removes `a' in this example on all systems: touch a; ln a b; mv a b
- This behavior is contrary to POSIX, but I suspect POSIX will change.
+ This behavior is contrary to POSIX (which requires that the mv command do
+ nothing and exit successfully), but I suspect POSIX will change.
[5.0]
* false --help now exits nonzero