summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authormillert <>2016-06-02 15:07:34 +0000
committermillert <>2016-06-02 15:07:34 +0000
commit3a89a7640af55ce5905473ed37ba7a41c7297081 (patch)
tree8753628546397dbd5c1be5e99eb9b2681596fb61 /src/lib
parent0f1fbd28fc3dcb2d7c4fadb5bcb0c31f24f099f3 (diff)
downloadopenbsd-3a89a7640af55ce5905473ed37ba7a41c7297081.tar.gz
openbsd-3a89a7640af55ce5905473ed37ba7a41c7297081.tar.bz2
openbsd-3a89a7640af55ce5905473ed37ba7a41c7297081.zip
Fix typo; the period should be outside the parens. From Michael McConville
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 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