Add a word of caution about integer arithmetic range and overflow detection.

This commit is contained in:
Garrett Wollman 2002-03-22 20:46:59 +00:00
parent f477880a4f
commit 7316a9465e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92983

View File

@ -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.