Module Name:    src
Committed By:   dholland
Date:           Sat Aug 27 02:56:26 UTC 2016

Modified Files:
        src/lib/libm/gen: nan.3

Log Message:
strtod, not strod.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libm/gen/nan.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/gen/nan.3
diff -u src/lib/libm/gen/nan.3:1.4 src/lib/libm/gen/nan.3:1.5
--- src/lib/libm/gen/nan.3:1.4	Fri Jun 10 14:10:18 2011
+++ src/lib/libm/gen/nan.3	Sat Aug 27 02:56:26 2016
@@ -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

Reply via email to