1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 20:09:14 +02:00

Fix typo in previous checkin.

This commit is contained in:
Paul Eggert
2005-06-15 00:06:34 +00:00
parent 1fc9a26bdd
commit 1c4348d7e8
+1 -1
View File
@@ -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.