From tokada@localhost.isi.com  Fri May 18 23:03:46 2001
Return-Path: <tokada@localhost.isi.com>
Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143])
	by hub.freebsd.org (Postfix) with ESMTP id 8942137B422
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 May 2001 23:03:45 -0700 (PDT)
	(envelope-from tokada@localhost.isi.com)
Received: from localhost.isi.com (h0005025b549e.ne.mediaone.net [24.147.67.188])
	by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f4J63ix24610
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 May 2001 02:03:44 -0400 (EDT)
Received: (from tokada@localhost)
	by localhost.isi.com (8.11.3/8.11.3) id f4J638J71915;
	Sat, 19 May 2001 02:03:08 -0400 (EDT)
	(envelope-from tokada)
Message-Id: <200105190603.f4J638J71915@localhost.isi.com>
Date: Sat, 19 May 2001 02:03:08 -0400 (EDT)
From: tadayuki@mediaone.net
Reply-To: tadayuki@mediaone.net
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: frexp(3) man page error
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         27446
>Category:       docs
>Synopsis:       frexp(3) man page error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 18 23:10:00 PDT 2001
>Closed-Date:    Wed May 23 05:39:21 PDT 2001
>Last-Modified:  Wed May 23 05:40:00 PDT 2001
>Originator:     Tadayuki OKADA
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD photoniii 4.3-STABLE FreeBSD 4.3-STABLE #22: Sat May 12 19:00:04 EDT 2001 root@photoniii:/usr/obj/usr/src/sys/PHOTON i386

>Description:
    frexp(3) man page says the return value's range is [1/2, 1] or zero.
    But [1/2, 1] is not correct. It should be [1/2, 1).

>How-To-Repeat:
>Fix:
    It seems you can't use macro for this.
    I don't know what is the best way to fix this.
>Release-Note:
>Audit-Trail:

From: Tadayuki OKADA <tadayuki@mediaone.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/27446: frexp(3) man page error
Date: Tue, 22 May 2001 19:25:38 -0400

 Sorry, There *is* a macro for this kind of situation.
 
 -- 
 Tadayuki OKADA
 
 --- frexp.3.orig	Tue Mar  6 11:45:53 2001
 +++ frexp.3	Tue May 22 12:35:01 2001
 @@ -67,7 +67,7 @@
  is a
  .Em double
  with magnitude in the interval
 -.Bq 1/2 , 1
 +.Eq [ ) 1/2 , 1
  or zero, and
  .Fa value
  equals

From: Tadayuki OKADA <tadayuki@mediaone.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/27446: frexp(3) man page error
Date: Tue, 22 May 2001 22:43:30 -0400

 Is this better? (obtained from NetBSD)
 .Bo 1/2 , 1 Pc
 
 > --- frexp.3.orig	Tue Mar  6 11:45:53 2001
 > +++ frexp.3	Tue May 22 12:35:01 2001
 > @@ -67,7 +67,7 @@
 >  is a
 >  .Em double
 >  with magnitude in the interval
 > -.Bq 1/2 , 1
 > +.Eq [ ) 1/2 , 1
 >  or zero, and
 >  .Fa value
 >  equals
 
 -- 
 Tadayuki OKADA
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Wed May 23 05:39:21 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27446 
>Unformatted:
