| Summary: | frexp(3) man page error | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | tadayuki <tadayuki> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Sorry, There *is* a macro for this kind of situation. -- Tadayuki OKADA --- frexp.3.orig Tue Mar 6 11:45:53 2001 +++ frexp.3 Tue May 22 12:35:01 2001 @@ -67,7 +67,7 @@ is a .Em double with magnitude in the interval -.Bq 1/2 , 1 +.Eq [ ) 1/2 , 1 or zero, and .Fa value equals Is this better? (obtained from NetBSD)
.Bo 1/2 , 1 Pc
> --- frexp.3.orig Tue Mar 6 11:45:53 2001
> +++ frexp.3 Tue May 22 12:35:01 2001
> @@ -67,7 +67,7 @@
> is a
> .Em double
> with magnitude in the interval
> -.Bq 1/2 , 1
> +.Eq [ ) 1/2 , 1
> or zero, and
> .Fa value
> equals
--
Tadayuki OKADA
State Changed From-To: open->closed Committed, thanks! |
frexp(3) man page says the return value's range is [1/2, 1] or zero. But [1/2, 1] is not correct. It should be [1/2, 1). Fix: It seems you can't use macro for this. I don't know what is the best way to fix this.