From 55adc088427937328a3696297440725112238fcb Mon Sep 17 00:00:00 2001 From: tedu <> Date: Mon, 3 May 2004 17:20:45 +0000 Subject: [PATCH] typo spotted by grange --- src/lib/libc/stdlib/strtonum.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/stdlib/strtonum.3 b/src/lib/libc/stdlib/strtonum.3 index 31aae907..cc727158 100644 --- a/src/lib/libc/stdlib/strtonum.3 +++ b/src/lib/libc/stdlib/strtonum.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtonum.3,v 1.1 2004/05/03 17:09:24 tedu Exp $ +.\" $OpenBSD: strtonum.3,v 1.2 2004/05/03 17:20:45 tedu Exp $ .\" .Dd April 29, 2004 .Dt STRTONUM 3 @@ -87,7 +87,7 @@ stores an error string in indicating the failure. .Sh RETURN VALUES The -.Fn strtol +.Fn strtonum function returns the result of the conversion, unless the value would underflow or overflow. On error, 0 is returned.