Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/gen strtod, not strod.



details:   https://anonhg.NetBSD.org/src/rev/8920dbfaec26
branches:  trunk
changeset: 817596:8920dbfaec26
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Aug 27 02:56:26 2016 +0000

description:
strtod, not strod.

diffstat:

 lib/libm/gen/nan.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 4e4d4f024633 -r 8920dbfaec26 lib/libm/gen/nan.3
--- a/lib/libm/gen/nan.3        Fri Aug 26 23:55:04 2016 +0000
+++ b/lib/libm/gen/nan.3        Sat Aug 27 02:56:26 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nan.3,v 1.4 2011/06/10 14:10:18 njoly Exp $
+.\"    $NetBSD: nan.3,v 1.5 2016/08/27 02:56:26 dholland Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -49,11 +49,11 @@
 The call
 .Fn nan "\*qn-char-sequence\*q"
 is equivalent to the call
-.Fn strod "\*qNAN(n-char-sequence)\*q" "NULL" .
+.Fn strtod "\*qNAN(n-char-sequence)\*q" "NULL" .
 The call
 .Fn nan "\*q\*q"
 is equivalent to the call
-.Fn strod "\*qNAN()\*q" "NULL" .
+.Fn strtod "\*qNAN()\*q" "NULL" .
 .Pp
 The
 .Fn nanf



Home | Main Index | Thread Index | Old Index