diff options
author | 2016-06-02 15:07:34 +0000 | |
---|---|---|
committer | 2016-06-02 15:07:34 +0000 | |
commit | 9c3049cf3c36c8ed3e2f0b9a65ddf9b85e82fe6b (patch) | |
tree | 3d9c044ade28fcc6d306071dbcca67e1a4305515 /lib/libc/stdlib | |
parent | I forgot to enable utvfu(4) for the sgi arch. (diff) | |
download | wireguard-openbsd-9c3049cf3c36c8ed3e2f0b9a65ddf9b85e82fe6b.tar.xz wireguard-openbsd-9c3049cf3c36c8ed3e2f0b9a65ddf9b85e82fe6b.zip |
Fix typo; the period should be outside the parens. From Michael McConville
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index 34db5859809..baca4b223f3 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtod.3,v 1.20 2014/11/30 21:21:59 schwarze Exp $ +.\" $OpenBSD: strtod.3,v 1.21 2016/06/02 15:07:34 millert Exp $ .\" -.Dd $Mdocdate: November 30 2014 $ +.Dd $Mdocdate: June 2 2016 $ .Dt STRTOD 3 .Os .Sh NAME @@ -106,7 +106,7 @@ is an alphanumeric string, produces the same value as the call and .Fo nanl .Qq Ar s Ns -.Fc . ) +.Fc ) . .Pp In any of the above cases, leading whitespace characters in the string (as defined by the |