diff options
author | 2006-03-29 20:10:52 +0000 | |
---|---|---|
committer | 2006-03-29 20:10:52 +0000 | |
commit | eca8c07e87444e78b74333e9ccf02dbbe22580d3 (patch) | |
tree | 2ac3531e1e6afad04be218f05f256a4c78ac2c74 | |
parent | fix fetching zero-length files via proxy. while there, also fix progress-meter (diff) | |
download | wireguard-openbsd-eca8c07e87444e78b74333e9ccf02dbbe22580d3.tar.xz wireguard-openbsd-eca8c07e87444e78b74333e9ccf02dbbe22580d3.zip |
Xr to strtonum(3), because vice versa is already the case
ok jmc@ otto@
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 1ba936dd0d1..e45941e07b4 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtol.3,v 1.14 2006/01/13 17:58:09 millert Exp $ +.\" $OpenBSD: strtol.3,v 1.15 2006/03/29 20:10:52 grunk Exp $ .\" .Dd January 3, 2006 .Dt STRTOL 3 @@ -239,6 +239,7 @@ The given string was out of range; the value converted has been clamped. .Xr atoll 3 , .Xr sscanf 3 , .Xr strtod 3 , +.Xr strtonum 3 , .Xr strtoul 3 .Sh STANDARDS The |