From: Paul Eggert Date: Thu, 9 Sep 2004 04:15:32 +0000 (+0000) Subject: Document that test -h and -L don't dereference. X-Git-Tag: v5.3.0~709 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0b7a0164efd6897413973ab8a3c46e471a42d60;p=thirdparty%2Fcoreutils.git Document that test -h and -L don't dereference. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 19d75e17c6..faf56e1c43 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -10,6 +10,7 @@ (echo invocation): Mention that -- isn't special. (test invocation): Mention that the expression is optional, and that test ! EXPR is like ! test EXPR. + Mention that -h and -L don't dereference symlinks. (expr invocation): Mention --help, --version. * coreutils.texi (sort invocation): Add remarks about sort -u