Date: Wed, 14 Apr 2010 18:29:35 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r206616 - head/lib/libc/gen Message-ID: <201004141829.o3EITZ9I051676@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004141829.o3EITZ9I051676>