summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/coreutils.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 2616c2696..0e8b19076 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -8996,7 +8996,8 @@ Exit status:
@display
0 if the expression is neither null nor 0,
1 if the expression is null or 0,
-2 for invalid expressions.
+2 if the expression is syntactically invalid,
+3 if an error occurred.
@end display
@menu