1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-15 14:39:26 +02:00
This commit is contained in:
Jim Meyering
1996-05-02 02:47:10 +00:00
parent 389c4049b3
commit 437e9a0bc4
+1 -1
View File
@@ -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.