diff options
author | jmc <> | 2008-06-13 23:50:49 +0000 |
---|---|---|
committer | jmc <> | 2008-06-13 23:50:49 +0000 |
commit | 152a1e2c8dda93698c05c6e4372f997e68f1f793 (patch) | |
tree | 867a282074b6098710aab629f8f50ee4d527f44c | |
parent | b65da525816f8a4366b3b8f09e0bbcec6ec867a6 (diff) | |
download | openbsd-152a1e2c8dda93698c05c6e4372f997e68f1f793.tar.gz openbsd-152a1e2c8dda93698c05c6e4372f997e68f1f793.tar.bz2 openbsd-152a1e2c8dda93698c05c6e4372f997e68f1f793.zip |
grammar fixes;
-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 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 |
85 | and | 85 | and |
86 | .Fn strtof | 86 | .Fn strtof |
87 | functions returns the converted value, if any. | 87 | functions return the converted value, if any. |
88 | .Pp | 88 | .Pp |
89 | If | 89 | If |
90 | .Fa endptr | 90 | .Fa endptr |
@@ -125,5 +125,5 @@ The | |||
125 | .Fn strtod | 125 | .Fn strtod |
126 | and | 126 | and |
127 | .Fn strtof | 127 | .Fn strtof |
128 | functions conforms to | 128 | functions conform to |
129 | .St -ansiC . | 129 | .St -ansiC . |