From c3b677fe8efac012eaa2e2ccd65795863f037187 Mon Sep 17 00:00:00 2001 From: millert <> Date: Thu, 2 Jun 2016 15:07:34 +0000 Subject: [PATCH] Fix typo; the period should be outside the parens. From Michael McConville --- src/lib/libc/stdlib/strtod.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3 index 34db5859..baca4b22 100644 --- a/src/lib/libc/stdlib/strtod.3 +++ b/src/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