summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/stdlib/strtod.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3
index 13db821c68..0066cc02f3 100644
--- a/src/lib/libc/stdlib/strtod.3
+++ b/src/lib/libc/stdlib/strtod.3
@@ -29,9 +29,9 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: strtod.3,v 1.15 2012/09/15 11:47:04 martynas Exp $ 32.\" $OpenBSD: strtod.3,v 1.16 2012/09/16 17:54:03 jmc Exp $
33.\" 33.\"
34.Dd $Mdocdate: September 15 2012 $ 34.Dd $Mdocdate: September 16 2012 $
35.Dt STRTOD 3 35.Dt STRTOD 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -95,7 +95,7 @@ or
95ignoring case, it is interpreted as an infinity or a quiet \*(Na, 95ignoring case, it is interpreted as an infinity or a quiet \*(Na,
96respectively. 96respectively.
97The syntax 97The syntax
98.Dq Xo Pf NAN( Ar "s" ) Xc , 98.Dq NAN Ns Pq Ar s ,
99where 99where
100.Ar s 100.Ar s
101is an alphanumeric string, produces the same value as the call 101is an alphanumeric string, produces the same value as the call