From: Jim Meyering Date: Tue, 17 Feb 2004 16:05:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.2.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=210e4c86c17ddb559bcb7d099223cb5f26012b7b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0a31a7260e..db985b2c38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ * Version 5.2.0. + `make check' from a build inside a chroot environment would fail + * tests/help-version: Specify an argument (`/') for df, in the + unusual event that there is no valid entry in /etc/mtab. + Likewise for id: add the -u option, so we don't get spurious + failures when there are no user or group names. + Patch by Tim Waugh. + * src/sort.c (usage) [-u]: Add punctuation so that the description in the help2man-generated (line-joined) man page is more readable. Reported by Tim Waugh.