Swap "underflow"/"overflow" in the table header.

Submitted by:	Ricardo Nabinger Sanchez
MFC after:	3 days
This commit is contained in:
Ruslan Ermilov 2007-04-10 11:17:00 +00:00
parent 5b959aa44f
commit 41e0cfabe9

View File

@ -177,8 +177,8 @@ is set to
.Er ERANGE .Er ERANGE
and the function return value is clamped according and the function return value is clamped according
to the following table. to the following table.
.Bl -column -offset indent ".Fn strtoimax" ".Sy overflow" ".Sy underflow" .Bl -column -offset indent ".Fn strtoimax" ".Sy underflow" ".Sy overflow"
.It Sy Function Ta Sy overflow Ta Sy underflow .It Sy Function Ta Sy underflow Ta Sy overflow
.It Fn strtol Ta Dv LONG_MIN Ta Dv LONG_MAX .It Fn strtol Ta Dv LONG_MIN Ta Dv LONG_MAX
.It Fn strtoll Ta Dv LLONG_MIN Ta Dv LLONG_MAX .It Fn strtoll Ta Dv LLONG_MIN Ta Dv LLONG_MAX
.It Fn strtoimax Ta Dv INTMAX_MIN Ta Dv INTMAX_MAX .It Fn strtoimax Ta Dv INTMAX_MIN Ta Dv INTMAX_MAX