summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-06-15 00:06:34 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-06-15 00:06:34 +0000
commit1c4348d7e87c157b538d0c91abdf425274cbdd42 (patch)
tree4487af88fb722a20e6639457f8b1ea4a7743ac95 /NEWS
parent1fc9a26bdd57be5726268e50ef2ee6deccec1d80 (diff)
downloadcoreutils-1c4348d7e87c157b538d0c91abdf425274cbdd42.tar.xz
Fix typo in previous checkin.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3937ac2b0..759ac6a46 100644
--- a/NEWS
+++ b/NEWS
@@ -125,7 +125,7 @@ GNU coreutils NEWS -*- outline -*-
"mkdir -p /tmp/a/b dir" no longer attempts to create the `.'-relative
directory, dir (in /tmp/a), when, after creating /tmp/a/b, it is unable
to return to its initial working directory. Similarly for "install -D
- file /tmp/a/b".
+ file /tmp/a/b/file".
"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.