Revert previous changes as we do support the .Ox macro for OpenBSD.

Pointed out by:	ceri, ru, delphij
This commit is contained in:
andre 2006-03-15 14:05:41 +00:00
parent fe52c3f9d1
commit b4a7a96527

View File

@ -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 .