diff options
Diffstat (limited to 'lib/libc/gen/frexp.3')
-rw-r--r-- | lib/libc/gen/frexp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 8551fa6c324..a8b8d1f696c 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: frexp.3,v 1.4 1999/06/05 03:44:53 aaron Exp $ +.\" $OpenBSD: frexp.3,v 1.5 1999/07/09 13:35:16 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -61,7 +61,7 @@ function returns the value .Li x , such that .Li x -is a +is a .Li double with magnitude in the interval .Bq 1/2 , 1 @@ -73,7 +73,7 @@ times 2 raised to the power .Fa *exp . If .Fa value -is zero, both parts of the result are zero. +is zero, both parts of the result are zero. .Sh SEE ALSO .Xr ldexp 3 , .Xr math 3 , |