diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/stdlib/atoi.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/atoi.3 b/src/lib/libc/stdlib/atoi.3 index 80831bdd2f..69b94be70c 100644 --- a/src/lib/libc/stdlib/atoi.3 +++ b/src/lib/libc/stdlib/atoi.3 | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
| 35 | .\" | 35 | .\" |
| 36 | .\" $OpenBSD: atoi.3,v 1.4 1999/09/13 07:14:13 deraadt Exp $ | 36 | .\" $OpenBSD: atoi.3,v 1.5 2000/04/20 13:50:01 aaron Exp $ |
| 37 | .\" | 37 | .\" |
| 38 | .Dd June 4, 1993 | 38 | .Dd June 4, 1993 |
| 39 | .Dt ATOI 3 | 39 | .Dt ATOI 3 |
| @@ -66,7 +66,8 @@ does no overflow checking, handles unsigned numbers poorly, | |||
| 66 | and handles strings containing trailing extra characters | 66 | and handles strings containing trailing extra characters |
| 67 | (like | 67 | (like |
| 68 | .Dq "123abc" Ns ) | 68 | .Dq "123abc" Ns ) |
| 69 | poorly. Careful use of | 69 | poorly. |
| 70 | Careful use of | ||
| 70 | .Xr strtol 3 | 71 | .Xr strtol 3 |
| 71 | and | 72 | and |
| 72 | .Xr strtoul 3 | 73 | .Xr strtoul 3 |
