From 6627d4136790988cbde6c914061cf7e4e3cb6af1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 15 Dec 2004 22:08:07 +0000 Subject: (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. --- doc/coreutils.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3-54-g00ecf