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