From: Jarosław Gruca Date: Wed, 4 Mar 2015 11:44:58 +0000 (+0000) Subject: maint: update stale comment about ls color sequences X-Git-Tag: v8.24~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69410690b8b9838b190c1eaf7d0fa9634e991903;p=thirdparty%2Fcoreutils.git maint: update stale comment about ls color sequences * src/ls.c (color_indicator[C_END]): Comment with the correct sequence, which was used since commit v6.10-61-g483297d Fixes http://bugs.gnu.org/19992 --- diff --git a/src/ls.c b/src/ls.c index 4698520745..19522360aa 100644 --- a/src/ls.c +++ b/src/ls.c @@ -580,7 +580,7 @@ static struct bin_str color_indicator[] = { { LEN_STR_PAIR ("\033[") }, /* lc: Left of color sequence */ { LEN_STR_PAIR ("m") }, /* rc: Right of color sequence */ - { 0, NULL }, /* ec: End color (replaces lc+no+rc) */ + { 0, NULL }, /* ec: End color (replaces lc+rs+rc) */ { LEN_STR_PAIR ("0") }, /* rs: Reset to ordinary colors */ { 0, NULL }, /* no: Normal */ { 0, NULL }, /* fi: File: default */