BSD 4_3 release
[unix-history] / usr / man / man3 / atof.3
index 20549ed..fe04716 100644 (file)
@@ -1,4 +1,7 @@
-.TH ATOF 3 
+.\"    @(#)atof.3      6.1 (Berkeley) 5/15/85
+.\"
+.TH ATOF 3  "May 15, 1985"
+.AT 3
 .SH NAME
 atof, atoi, atol \- convert ASCII to numbers
 .SH SYNOPSIS
 .SH NAME
 atof, atoi, atol \- convert ASCII to numbers
 .SH SYNOPSIS
@@ -15,24 +18,21 @@ atof, atoi, atol \- convert ASCII to numbers
 .SH DESCRIPTION
 These functions convert a string pointed to by
 .I nptr
 .SH DESCRIPTION
 These functions convert a string pointed to by
 .I nptr
-to floating, integer, and long integer
-representation respectively.
+to floating, integer, and long integer representation respectively.
 The first unrecognized character ends the string.
 .PP
 .I Atof
 The first unrecognized character ends the string.
 .PP
 .I Atof
-recognizes an optional string of tabs and spaces,
-then an optional sign, then
+recognizes an optional string of spaces, then an optional sign, then
 a string of digits optionally containing a decimal
 a string of digits optionally containing a decimal
-point, then an optional `e' or `E' followed
-by an optionally signed integer.
+point, then an optional `e' or `E' followed by an optionally signed integer.
 .PP
 .I Atoi
 and
 .I atol
 .PP
 .I Atoi
 and
 .I atol
-recognize an optional string of tabs and spaces,
-then an optional sign, then a string of
+recognize an optional string of spaces, then an optional sign, then a
+string of
 digits.
 .SH SEE ALSO
 digits.
 .SH SEE ALSO
-scanf(3)
+scanf(3S)
 .SH BUGS
 There are no provisions for overflow.
 .SH BUGS
 There are no provisions for overflow.