diff options
author | millert <> | 2016-06-02 15:07:34 +0000 |
---|---|---|
committer | millert <> | 2016-06-02 15:07:34 +0000 |
commit | 3a89a7640af55ce5905473ed37ba7a41c7297081 (patch) | |
tree | 8753628546397dbd5c1be5e99eb9b2681596fb61 /src/lib | |
parent | 0f1fbd28fc3dcb2d7c4fadb5bcb0c31f24f099f3 (diff) | |
download | openbsd-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.3 | 6 |
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 | |||
106 | and | 106 | and |
107 | .Fo nanl | 107 | .Fo nanl |
108 | .Qq Ar s Ns | 108 | .Qq Ar s Ns |
109 | .Fc . ) | 109 | .Fc ) . |
110 | .Pp | 110 | .Pp |
111 | In any of the above cases, leading whitespace characters in the | 111 | In any of the above cases, leading whitespace characters in the |
112 | string (as defined by the | 112 | string (as defined by the |