From: Paul Eggert Date: Wed, 15 Jun 2005 00:06:34 +0000 (+0000) Subject: Fix typo in previous checkin. X-Git-Tag: CPPI-1_12~599 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c4348d7e87c157b538d0c91abdf425274cbdd42;p=thirdparty%2Fcoreutils.git Fix typo in previous checkin. --- diff --git a/NEWS b/NEWS index 3937ac2b07..759ac6a461 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.