From 957057f0c849d50777f3c3a65cf4a24ff6b3650c Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 14 Mar 2006 17:01:21 +0000 Subject: [PATCH] Fix HISTORY and point to OpenBSD. --- lib/libc/stdlib/strtonum.3 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index 73af822cee6e..3c78bd6d8476 100644 --- a/lib/libc/stdlib/strtonum.3 +++ b/lib/libc/stdlib/strtonum.3 @@ -139,9 +139,7 @@ The string did not consist solely of digit characters. .Xr strtoul 3 .Sh STANDARDS .Fn strtonum -is an -.Ox -extension. +is an BSD extension. The existing alternatives, such as .Xr atoi 3 and @@ -150,5 +148,4 @@ are either impossible or difficult to use safely. .Sh HISTORY The .Fn strtonum -function first appeared in -.Ox 3.6 . +function first appeared in OpenBSD 3.6 .