diff options
author | ru <ru@FreeBSD.org> | 2007-04-10 11:17:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2007-04-10 11:17:00 +0000 |
commit | 2cb30c04fd6402e7ae74b50dc1699686f5b2b479 (patch) | |
tree | 32d9260d25f174bb6ee1d5610325b19a4c1e4211 /lib/libc/stdlib/strtol.3 | |
parent | 0f0ec54312be156c92b8ebb3f4cfadb51a538cce (diff) | |
download | FreeBSD-src-2cb30c04fd6402e7ae74b50dc1699686f5b2b479.zip FreeBSD-src-2cb30c04fd6402e7ae74b50dc1699686f5b2b479.tar.gz |
Swap "underflow"/"overflow" in the table header.
Submitted by: Ricardo Nabinger Sanchez
MFC after: 3 days
Diffstat (limited to 'lib/libc/stdlib/strtol.3')
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 910e304..02316f5 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -177,8 +177,8 @@ is set to .Er ERANGE and the function return value is clamped according to the following table. -.Bl -column -offset indent ".Fn strtoimax" ".Sy overflow" ".Sy underflow" -.It Sy Function Ta Sy overflow Ta Sy underflow +.Bl -column -offset indent ".Fn strtoimax" ".Sy underflow" ".Sy overflow" +.It Sy Function Ta Sy underflow Ta Sy overflow .It Fn strtol Ta Dv LONG_MIN Ta Dv LONG_MAX .It Fn strtoll Ta Dv LLONG_MIN Ta Dv LLONG_MAX .It Fn strtoimax Ta Dv INTMAX_MIN Ta Dv INTMAX_MAX |