summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2008-06-13 23:50:49 +0000
committerjmc <>2008-06-13 23:50:49 +0000
commit152a1e2c8dda93698c05c6e4372f997e68f1f793 (patch)
tree867a282074b6098710aab629f8f50ee4d527f44c
parentb65da525816f8a4366b3b8f09e0bbcec6ec867a6 (diff)
downloadopenbsd-152a1e2c8dda93698c05c6e4372f997e68f1f793.tar.gz
openbsd-152a1e2c8dda93698c05c6e4372f997e68f1f793.tar.bz2
openbsd-152a1e2c8dda93698c05c6e4372f997e68f1f793.zip
grammar fixes;
-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 3d8b2e07a0..979334203e 100644
--- a/src/lib/libc/stdlib/strtod.3
+++ b/src/lib/libc/stdlib/strtod.3
@@ -29,7 +29,7 @@
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.11 2008/06/13 21:04:24 landry Exp $ 32.\" $OpenBSD: strtod.3,v 1.12 2008/06/13 23:50:49 jmc Exp $
33.\" 33.\"
34.Dd $Mdocdate: June 13 2008 $ 34.Dd $Mdocdate: June 13 2008 $
35.Dt STRTOD 3 35.Dt STRTOD 3
@@ -84,7 +84,7 @@ The
84.Fn strtod 84.Fn strtod
85and 85and
86.Fn strtof 86.Fn strtof
87functions returns the converted value, if any. 87functions return the converted value, if any.
88.Pp 88.Pp
89If 89If
90.Fa endptr 90.Fa endptr
@@ -125,5 +125,5 @@ The
125.Fn strtod 125.Fn strtod
126and 126and
127.Fn strtof 127.Fn strtof
128functions conforms to 128functions conform to
129.St -ansiC . 129.St -ansiC .