From b4a7a9652783df1c0f796daf2810736103238511 Mon Sep 17 00:00:00 2001 From: andre Date: Wed, 15 Mar 2006 14:05:41 +0000 Subject: [PATCH] Revert previous changes as we do support the .Ox macro for OpenBSD. Pointed out by: ceri, ru, delphij --- lib/libc/stdlib/strtonum.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index 3c78bd6d8476..9c045bef42ad 100644 --- a/lib/libc/stdlib/strtonum.3 +++ b/lib/libc/stdlib/strtonum.3 @@ -139,7 +139,8 @@ The string did not consist solely of digit characters. .Xr strtoul 3 .Sh STANDARDS .Fn strtonum -is an BSD extension. +is a +.Bx extension. The existing alternatives, such as .Xr atoi 3 and @@ -148,4 +149,5 @@ are either impossible or difficult to use safely. .Sh HISTORY The .Fn strtonum -function first appeared in OpenBSD 3.6 . +function first appeared in +.Ox 3.6 .