From: Paul Eggert Date: Thu, 9 Sep 2004 04:15:19 +0000 (+0000) Subject: src/test.c: document that -h and -L don't dereference. X-Git-Tag: v5.3.0~710 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca0940844854c4506954224a5d4fae545b9d8ec2;p=thirdparty%2Fcoreutils.git src/test.c: document that -h and -L don't dereference. --- diff --git a/ChangeLog b/ChangeLog index cbefcfd3b9..df290a7102 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2004-09-08 Paul Eggert * src/test.c (usage): Document "test" (with no args) and "[ ]". + Document that -h and -L don't dereference. * NEWS: Document that "tr xy -z" now works as per POSIX. Sort the descriptions.