summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtod.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libc/stdlib/strtod.33
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3
index 3476fa41d6..14981139c6 100644
--- a/src/lib/libc/stdlib/strtod.3
+++ b/src/lib/libc/stdlib/strtod.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strtod.3,v 1.2 1996/08/19 08:33:49 tholo Exp $ 36.\" $OpenBSD: strtod.3,v 1.3 1999/05/27 20:49:35 aaron Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt STRTOD 3 39.Dt STRTOD 3
@@ -99,6 +99,7 @@ is stored in
99.Bl -tag -width Er 99.Bl -tag -width Er
100.It Bq Er ERANGE 100.It Bq Er ERANGE
101Overflow or underflow occurred. 101Overflow or underflow occurred.
102.El
102.Sh SEE ALSO 103.Sh SEE ALSO
103.Xr atof 3 , 104.Xr atof 3 ,
104.Xr atoi 3 , 105.Xr atoi 3 ,