From: Paul Eggert Date: Wed, 15 Dec 2004 22:08:07 +0000 (+0000) Subject: (ls invocation): Change minor problem to be X-Git-Tag: v5.3.0~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6627d4136790988cbde6c914061cf7e4e3cb6af1;p=thirdparty%2Fcoreutils.git (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. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 7a811be5f3..7a7d8cb719 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