From: Jim Meyering Date: Sun, 26 Nov 1995 22:09:43 +0000 (+0000) Subject: Clarify usage. From Karl Berry. X-Git-Tag: TEXTUTILS-1_13F~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0402200daf1f34000f50eaef97a26ea824ac3e68;p=thirdparty%2Fcoreutils.git Clarify usage. From Karl Berry. --- diff --git a/src/test.c b/src/test.c index d1be232cf0..6675c3e991 100644 --- a/src/test.c +++ b/src/test.c @@ -1047,7 +1047,7 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\ ")); printf (_("\ \n\ -Beware that parentheses need to be escaped by backslashes for shells.\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\ ")); }