diff options
author | millert <> | 2004-09-21 15:01:59 +0000 |
---|---|---|
committer | millert <> | 2004-09-21 15:01:59 +0000 |
commit | a58868c3246f86d955a812b44f1a014d86336f2b (patch) | |
tree | 9699a485b1658712c0c18491491b67f4a3279b7d | |
parent | 6ddd43d6b3a20ac437f2353f6cdee1310bb9406e (diff) | |
download | openbsd-a58868c3246f86d955a812b44f1a014d86336f2b.tar.gz openbsd-a58868c3246f86d955a812b44f1a014d86336f2b.tar.bz2 openbsd-a58868c3246f86d955a812b44f1a014d86336f2b.zip |
Add HISTORY; from Jose Nazario
-rw-r--r-- | src/lib/libc/stdlib/strtonum.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/strtonum.3 b/src/lib/libc/stdlib/strtonum.3 index 3e3e255e55..f50c4d756e 100644 --- a/src/lib/libc/stdlib/strtonum.3 +++ b/src/lib/libc/stdlib/strtonum.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strtonum.3,v 1.6 2004/08/03 19:38:01 millert Exp $ | 1 | .\" $OpenBSD: strtonum.3,v 1.7 2004/09/21 15:01:59 millert Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2004 Ted Unangst | 3 | .\" Copyright (c) 2004 Ted Unangst |
4 | .\" | 4 | .\" |
@@ -135,3 +135,9 @@ The existing alternatives, such as | |||
135 | and | 135 | and |
136 | .Xr strtol 3 | 136 | .Xr strtol 3 |
137 | are either impossible or difficult to use safely. | 137 | are either impossible or difficult to use safely. |
138 | .Sh HISTORY | ||
139 | The | ||
140 | .Fn strtonum | ||
141 | function first appeared in | ||
142 | .Ox | ||
143 | 3.6. | ||