]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strtod.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / strtod.3
index 0b6aaf3d287496c8eff8320f14fda5c81ad735fa..6bce66ef33558f72fd9d76940330fe04cab64ce0 100644 (file)
@@ -80,7 +80,7 @@ to
 and
 .I long double
 representation, respectively.
-
+.PP
 The expected form of the (initial portion of the) string is
 optional leading white space as recognized by
 .BR isspace (3),
@@ -122,21 +122,21 @@ specifies in an implementation-dependent
 way the type of NAN (see NOTES).
 .SH RETURN VALUE
 These functions return the converted value, if any.
-
+.PP
 If
 .I endptr
 is not NULL,
 a pointer to the character after the last character used in the conversion
 is stored in the location referenced by
 .IR endptr .
-
+.PP
 If no conversion is performed, zero is returned and (unless
 .I endptr
 is null) the value of
 .I nptr
 is stored in the location referenced by
 .IR endptr .
-
+.PP
 If the correct value would cause overflow, plus or minus
 .B HUGE_VAL
 .RB ( HUGE_VALF ,
@@ -170,7 +170,7 @@ T}  Thread safety   MT-Safe locale
 .TE
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008, C99.
-
+.PP
 .BR strtod ()
 was also described in C89.
 .SH NOTES
@@ -182,7 +182,7 @@ to 0 before the call,
 and then determine if an error occurred by checking whether
 .I errno
 has a nonzero value after the call.
-
+.PP
 In the glibc implementation, the
 .IR n-char-sequence
 that optionally follows "NAN"