diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-02 02:47:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-02 02:47:10 +0000 |
commit | 437e9a0bc456040ee5fd28b497fdb0e6af9041ce (patch) | |
tree | dbdc51f1a1c59cae14115107714b7efc57baa3d8 | |
parent | 389c4049b337a8e9a241544c1d33ac1292bbb0e8 (diff) | |
download | coreutils-437e9a0bc456040ee5fd28b497fdb0e6af9041ce.tar.xz |
.
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |