Browse Source

grammar fixes;

OPENBSD_4_4
jmc 16 years ago
parent
commit
392400ba76
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/strtod.3

+ 3
- 3
src/lib/libc/stdlib/strtod.3 View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 $ .Dd $Mdocdate: June 13 2008 $
.Dt STRTOD 3 .Dt STRTOD 3
@ -84,7 +84,7 @@ The
.Fn strtod .Fn strtod
and and
.Fn strtof .Fn strtof
functions returns the converted value, if any.
functions return the converted value, if any.
.Pp .Pp
If If
.Fa endptr .Fa endptr
@ -125,5 +125,5 @@ The
.Fn strtod .Fn strtod
and and
.Fn strtof .Fn strtof
functions conforms to
functions conform to
.St -ansiC . .St -ansiC .

Loading…
Cancel
Save