From 306ca78d1de33601b6a72a976e52f51754ddd893 Mon Sep 17 00:00:00 2001 From: millert <> Date: Tue, 21 Sep 2004 15:01:59 +0000 Subject: [PATCH] Add HISTORY; from Jose Nazario --- src/lib/libc/stdlib/strtonum.3 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/libc/stdlib/strtonum.3 b/src/lib/libc/stdlib/strtonum.3 index 3e3e255e..f50c4d75 100644 --- a/src/lib/libc/stdlib/strtonum.3 +++ b/src/lib/libc/stdlib/strtonum.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strtonum.3,v 1.6 2004/08/03 19:38:01 millert Exp $ +.\" $OpenBSD: strtonum.3,v 1.7 2004/09/21 15:01:59 millert Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" @@ -135,3 +135,9 @@ The existing alternatives, such as and .Xr strtol 3 are either impossible or difficult to use safely. +.Sh HISTORY +The +.Fn strtonum +function first appeared in +.Ox +3.6.