diff options
-rw-r--r-- | bin/expr/expr.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index fed0d30..717f9f6 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -217,3 +217,9 @@ The .Nm utility conforms to .St -p1003.1-2001 . +.Tn POSIX +does not specify whether arithmetic overflow is detected, nor does it specify +the possible range of integer arguments to +.Nm , +so a portable application must assume that the range is small and that +overflow may not be detected. |