diff options
author | 2004-09-21 15:01:59 +0000 | |
---|---|---|
committer | 2004-09-21 15:01:59 +0000 | |
commit | 0b1fff49df7e4b8f3dd728b06f1b87c0a2c0323e (patch) | |
tree | a4b7355a5c4d3dc1f1f74069f83cacfdcb1350db /lib/libc/stdlib | |
parent | Start external tests and init commands also in the initial state. (diff) | |
download | wireguard-openbsd-0b1fff49df7e4b8f3dd728b06f1b87c0a2c0323e.tar.xz wireguard-openbsd-0b1fff49df7e4b8f3dd728b06f1b87c0a2c0323e.zip |
Add HISTORY; from Jose Nazario
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtonum.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index 3e3e255e556..f50c4d756ec 100644 --- a/lib/libc/stdlib/strtonum.3 +++ b/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. |