diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-06 12:00:11 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-06 12:00:11 +0000 |
commit | 274b6244d3d8d81474b580ed282a83e99da41b62 (patch) | |
tree | 6f74bb33d09434780beaff1041f051f8e71aff54 /lib/libc/stdlib/strtod.3 | |
parent | baff09db2cf68bb71d0dbd02758fd44a3dfca6a0 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdlib/strtod.3')
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index f2df5b0cc212..c9a60192f0ec 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -99,7 +99,7 @@ returned and is stored in .Va errno . .Sh ERRORS -.Bl -tag -width [ERANGE] +.Bl -tag -width Er .It Bq Er ERANGE Overflow or underflow occurred. .Sh SEE ALSO |