From: Paul Eggert Date: Thu, 9 Sep 2004 04:15:02 +0000 (+0000) Subject: (usage): Mention that -h and -L don't dereference. X-Git-Tag: v5.3.0~711 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200579181f1a881f899b551a0efc25e67c3b7ab9;p=thirdparty%2Fcoreutils.git (usage): Mention that -h and -L don't dereference. --- diff --git a/src/test.c b/src/test.c index 49f7f23898..db9bb3a304 100644 --- a/src/test.c +++ b/src/test.c @@ -907,6 +907,7 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\ "), stdout); fputs (_("\ \n\ +Except for -h and -L, all FILE-related tests dereference symbolic links.\n\ Beware that parentheses need to be escaped (e.g., by backslashes) for shells.\n\ INTEGER may also be -l STRING, which evaluates to the length of STRING.\n\ "), stdout);