From 41e0cfabe9b74b0caa676ade60fc177dde080cd5 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 10 Apr 2007 11:17:00 +0000 Subject: [PATCH] Swap "underflow"/"overflow" in the table header. Submitted by: Ricardo Nabinger Sanchez MFC after: 3 days --- lib/libc/stdlib/strtol.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 910e304f8f4..02316f58e4f 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