diff --git a/doc/ChangeLog b/doc/ChangeLog index 98a925f4c..51de34ac4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-04-12 Paul Eggert + + * coreutils.texi (expr invocation): expr exit status is 3 only for + internal errors now; 2 is also for invalid values in expressions. + 2006-04-09 Ori Avtalion * coreutils.texi (Top): Add 'hostid' to System context menu line. diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 177f12e41..a91b9e7d5 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10277,8 +10277,8 @@ Exit status: @display 0 if the expression is neither null nor 0, 1 if the expression is null or 0, -2 if the expression is syntactically invalid, -3 if an error occurred. +2 if the expression is invalid, +3 if an internal error occurred (e.g., arithmetic overflow). @end display @menu