Module Name:    src
Committed By:   joerg
Date:           Thu Apr 29 08:35:04 UTC 2010

Modified Files:
        src/lib/libm/man: frexp.3

Log Message:
Don't mix opening and closing macros of different types.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/frexp.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/man/frexp.3
diff -u src/lib/libm/man/frexp.3:1.1 src/lib/libm/man/frexp.3:1.2
--- src/lib/libm/man/frexp.3:1.1	Mon Jul  3 16:03:56 2006
+++ src/lib/libm/man/frexp.3	Thu Apr 29 08:35:03 2010
@@ -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 @@
 .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

Reply via email to