From: Jim Meyering Date: Thu, 2 May 1996 02:47:10 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14d~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=437e9a0bc456040ee5fd28b497fdb0e6af9041ce;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/ls.c b/src/ls.c index a5641d0b42..2d8423f7f7 100644 --- a/src/ls.c +++ b/src/ls.c @@ -1087,7 +1087,7 @@ decode_switches (int argc, char **argv) return optind; } -/* Parse a string as part of the LS_COLO(U)RS variable; this may involve +/* Parse a string as part of the LS_COLORS variable; this may involve decoding all kinds of escape characters. If equals_end is set an unescaped equal sign ends the string, otherwise only a : or \0 does. Returns the number of characters output, or -1 on failure.