summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 34db585980..baca4b223f 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.20 2014/11/30 21:21:59 schwarze Exp $ 32.\" $OpenBSD: strtod.3,v 1.21 2016/06/02 15:07:34 millert Exp $
33.\" 33.\"
34.Dd $Mdocdate: November 30 2014 $ 34.Dd $Mdocdate: June 2 2016 $
35.Dt STRTOD 3 35.Dt STRTOD 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -106,7 +106,7 @@ is an alphanumeric string, produces the same value as the call
106and 106and
107.Fo nanl 107.Fo nanl
108.Qq Ar s Ns 108.Qq Ar s Ns
109.Fc . ) 109.Fc ) .
110.Pp 110.Pp
111In any of the above cases, leading whitespace characters in the 111In any of the above cases, leading whitespace characters in the
112string (as defined by the 112string (as defined by the