diff options
| author | joerg <joerg@NetBSD.org> | 2010-04-29 08:35:03 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2010-04-29 08:35:03 +0000 |
| commit | 79b996cbc6b96ff41db89fe434fcd1d5bb2009c1 (patch) | |
| tree | 37c036ae66ce06da71c88b4173b3ba3f7434df47 /lib | |
| parent | c25207d763a8b3d50bda387f3e12694f5cde923a (diff) | |
Don't mix opening and closing macros of different types.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libm/man/frexp.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libm/man/frexp.3 b/lib/libm/man/frexp.3 index d9fcd089854..4b1124d7ce3 100644 --- a/lib/libm/man/frexp.3 +++ b/lib/libm/man/frexp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: frexp.3,v 1.1 2006/07/03 16:03:56 drochner Exp $ +.\" $NetBSD: frexp.3,v 1.2 2010/04/29 08:35:03 joerg Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -65,9 +65,7 @@ such that .Em x is a .Em double -with magnitude in the interval -.Bo 1/2 , 1 Pc -or zero, and +with magnitude in the interval [1/2, 1) or zero, and .Fa value equals .Em x |
