From: Paul Eggert Date: Sun, 21 Nov 2004 07:29:50 +0000 (+0000) Subject: * src/install.c (usage): Avoid usage that runs afoul of Docbook. X-Git-Tag: v5.3.0~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e62df8f0315aa19fcefa758f7527207d9d00d778;p=thirdparty%2Fcoreutils.git * src/install.c (usage): Avoid usage that runs afoul of Docbook. --- diff --git a/ChangeLog b/ChangeLog index 6cb9957afe..9c7e78cd69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.3.0. + * src/install.c (usage): Avoid usage that runs afoul of Docbook + translation. Problem reported by Eric S. Raymond. + Restore dd's noctty flag, reverting the change of 2004-04-08. POSIX does not allow "dd" to use O_NOCTTY by default. * NEWS: Add noctty flag to dd.