diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-15 22:08:07 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-15 22:08:07 +0000 |
commit | 6627d4136790988cbde6c914061cf7e4e3cb6af1 (patch) | |
tree | 2358ef7dee42171e380b7cb824e86d69861301c8 | |
parent | 645c39078d30f316bfdea6e68a48d0ee455f32d4 (diff) | |
download | coreutils-6627d4136790988cbde6c914061cf7e4e3cb6af1.tar.xz |
(ls invocation): Change minor problem to be
"subdirectory not found", since top-level trouble is now serious.
(dircolors invocation): Quote argument to eval. Problem reported
by Stephane Chazelas.
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 7a811be5f..7a7d8cb71 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -5299,7 +5299,7 @@ Exit status: @display 0 success -1 minor problems (e.g., a file could not be found) +1 minor problems (e.g., a subdirectory was not found) 2 serious trouble (e.g., memory exhausted) @end display @@ -6205,7 +6205,7 @@ terminal for color output from @command{ls} (and @command{dir}, etc.). Typical usage: @example -eval `dircolors [@var{option}]@dots{} [@var{file}]` +eval "`dircolors [@var{option}]@dots{} [@var{file}]`" @end example If @var{file} is specified, @command{dircolors} reads it to determine which |