svn commit: r206616 - head/lib/libc/gen
Ulrich Spoerlein
uqs at FreeBSD.org
Wed Apr 14 18:29:35 UTC 2010
Author: uqs
Date: Wed Apr 14 18:29:34 2010
New Revision: 206616
URL: http://svn.freebsd.org/changeset/base/206616
Log:
mdoc: don't abuse Bo/Pc to get what looks like an interval
Be explicit and use the general bracketing form plus symbols which are
to be interpreted mathematically in this case.
Complaint by: mdocml
Reviewed by: ru
Approved by: philip, ed (mentors)
Modified:
head/lib/libc/gen/frexp.3
Modified: head/lib/libc/gen/frexp.3
==============================================================================
--- head/lib/libc/gen/frexp.3 Wed Apr 14 18:29:26 2010 (r206615)
+++ head/lib/libc/gen/frexp.3 Wed Apr 14 18:29:34 2010 (r206616)
@@ -70,7 +70,7 @@ such that
is a
.Vt double
with magnitude in the interval
-.Bo 1/2 , 1 Pc
+.Eo [ 1/2 , 1 Ec )
or zero, and
.Fa value
equals
More information about the svn-src-all
mailing list