diff options
Diffstat (limited to 'src/lib/libc/stdlib/atof.3')
-rw-r--r-- | src/lib/libc/stdlib/atof.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/atof.3 b/src/lib/libc/stdlib/atof.3 index 53e04f71c5..0bd85dbe82 100644 --- a/src/lib/libc/stdlib/atof.3 +++ b/src/lib/libc/stdlib/atof.3 | |||
@@ -33,8 +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 | .\" from: @(#)atof.3 6.4 (Berkeley) 6/29/91 | 36 | .\" $OpenBSD: atof.3,v 1.3 1999/06/29 18:36:18 aaron Exp $ |
37 | .\" $Id: atof.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ | ||
38 | .\" | 37 | .\" |
39 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
40 | .Dt ATOF 3 | 39 | .Dt ATOF 3 |
@@ -52,9 +51,9 @@ string to double | |||
52 | The | 51 | The |
53 | .Fn atof | 52 | .Fn atof |
54 | function converts the initial portion of the string pointed to by | 53 | function converts the initial portion of the string pointed to by |
55 | .Ar nptr | 54 | .Fa nptr |
56 | to | 55 | to |
57 | .Ar double | 56 | .Li double |
58 | representation. | 57 | representation. |
59 | .Pp | 58 | .Pp |
60 | It is equivalent to: | 59 | It is equivalent to: |