diff options
author | 1999-06-29 18:36:15 +0000 | |
---|---|---|
committer | 1999-06-29 18:36:15 +0000 | |
commit | c5a79f6d698828f596844fbde12b62d467ed1d5a (patch) | |
tree | 700f79971495b8a8111e0f399d6e2fc79b9f6766 /lib/libc/stdlib/strtod.3 | |
parent | repairs (diff) | |
download | wireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.tar.xz wireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.zip |
first round of repairs on stdlib
Diffstat (limited to 'lib/libc/stdlib/strtod.3')
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index 14981139c65..6bba73e89a6 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtod.3,v 1.3 1999/05/27 20:49:35 aaron Exp $ +.\" $OpenBSD: strtod.3,v 1.4 1999/06/29 18:36:23 aaron Exp $ .\" .Dd June 29, 1991 .Dt STRTOD 3 @@ -50,11 +50,11 @@ string to double .Sh DESCRIPTION The .Fn strtod -function converts the initial portion of the string +function converts the initial portion of the string pointed to by .Fa nptr to -.Em double +.Li double representation. .Pp The expected form of the string is an optional plus (``+'') or minus @@ -93,7 +93,7 @@ is stored in If the correct value would cause underflow, zero is returned and .Dv ERANGE -is stored in +is stored in .Va errno . .Sh ERRORS .Bl -tag -width Er |