summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-06-13 23:50:49 +0000
committerjmc <jmc@openbsd.org>2008-06-13 23:50:49 +0000
commit69836330f9505a0984636877a57ab36214a52bef (patch)
treedeadfcbc8f113a0d91f0d5c6cbc413d92de03498 /lib/libc/stdlib
parentRemove all comments so that this code is 100% 'portable interface', and (diff)
downloadwireguard-openbsd-69836330f9505a0984636877a57ab36214a52bef.tar.xz
wireguard-openbsd-69836330f9505a0984636877a57ab36214a52bef.zip
grammar fixes;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtod.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index 3d8b2e07a0b..979334203e2 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtod.3,v 1.11 2008/06/13 21:04:24 landry Exp $
+.\" $OpenBSD: strtod.3,v 1.12 2008/06/13 23:50:49 jmc Exp $
.\"
.Dd $Mdocdate: June 13 2008 $
.Dt STRTOD 3
@@ -84,7 +84,7 @@ The
.Fn strtod
and
.Fn strtof
-functions returns the converted value, if any.
+functions return the converted value, if any.
.Pp
If
.Fa endptr
@@ -125,5 +125,5 @@ The
.Fn strtod
and
.Fn strtof
-functions conforms to
+functions conform to
.St -ansiC .