summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/atoi.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/atoi.3')
-rw-r--r--src/lib/libc/stdlib/atoi.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/atoi.3 b/src/lib/libc/stdlib/atoi.3
index 280a989e8e..fa7b84e95c 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.2 1996/08/10 04:51:31 tholo Exp $ 36.\" $OpenBSD: atoi.3,v 1.3 1999/06/29 18:36:18 aaron Exp $
37.\" 37.\"
38.Dd June 4, 1993 38.Dd June 4, 1993
39.Dt ATOI 3 39.Dt ATOI 3
@@ -51,9 +51,9 @@ string to integer
51The 51The
52.Fn atoi 52.Fn atoi
53function converts the initial portion of the string pointed to by 53function converts the initial portion of the string pointed to by
54.Em nptr 54.Fa nptr
55to 55to
56.Em integer 56.Li integer
57representation. 57representation.
58.Pp 58.Pp
59It is equivalent to: 59It is equivalent to: