diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-20 02:35:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-20 02:35:22 +0000 |
commit | f0e86349ab19daccc3ac540971bb9129212a90d5 (patch) | |
tree | 9ab8cbfcb1f0a474596d2b01fc1e8e35c19ad837 /lib/libc/gen | |
parent | 4699e2240cf7ae2d2ebc346b562551d5811fd23b (diff) |
Correct interval notation (<= vs. <); tadayuki@mediaone.net
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/frexp.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index a8b8d1f696c..f09bedcb3a1 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: frexp.3,v 1.5 1999/07/09 13:35:16 aaron Exp $ +.\" $OpenBSD: frexp.3,v 1.6 2001/05/20 02:35:21 millert Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,9 +63,7 @@ such that .Li x is a .Li double -with magnitude in the interval -.Bq 1/2 , 1 -or zero, and +with magnitude in the interval [1/2,\ 1) or zero, and .Fa value equals .Li x |