From kuma@nk.rim.or.jp Fri Nov  5 22:39:17 1999
Return-Path: <kuma@nk.rim.or.jp>
Received: from mail.nk.rim.or.jp (mail.nk.rim.or.jp [202.247.130.165])
	by hub.freebsd.org (Postfix) with ESMTP id CAED314C59
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Nov 1999 22:39:13 -0800 (PST)
	(envelope-from kuma@nk.rim.or.jp)
Received: from laurel.nk.rim.or.jp (JYOcc-03p69.ppp.odn.ad.jp [210.231.75.69])
	by mail.nk.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id PAA22029;
	Sat, 6 Nov 1999 15:39:11 +0900 (JST)
Received: by laurel.nk.rim.or.jp (8.9.3/8.9.3oasis991011) id NAA04865;
	Sat, 6 Nov 1999 13:26:37 +0900 (JST)
Message-Id: <199911060426.NAA04865@laurel.nk.rim.or.jp>
Date: Sat, 6 Nov 1999 13:26:37 +0900 (JST)
From: kuma@nk.rim.or.jp
Reply-To: kuma@jp.freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: kazu@iworks.co.jp
Subject: typo in exp.3 manpage
X-Send-Pr-Version: 3.2

>Number:         14737
>Category:       docs
>Synopsis:       typo in exp.3 causes bad dup paren-pairs
>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 Nov  5 22:40:01 PST 1999
>Closed-Date:    Tue Nov 9 00:52:54 PST 1999
>Last-Modified:  Tue Nov  9 00:53:47 PST 1999
>Originator:     Norihiro Kumagai
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
FreeBSD Japanese Manual Page Translation Project
>Environment:

	FreeBSD 3.1-RELEASE i386 /usr/share/man/man3/...

>Description:

	Some typos in exp.3 causes inappropriate format results.

>How-To-Repeat:

	type 'man 3 exp' (even on 3.3-RELEASE, you might see it.)
	and examie the first line of the "ERRORS" section.

>Fix:
	
	please apply the following patch to exp.3 roff-source.
	(Thanx kazu-san for providing the patch)

*** exp.3.orig	Sat Nov  6 11:12:45 1999
--- exp.3	Sat Nov  6 11:13:29 1999
***************
*** 127,140 ****
  to the exponent
  .Ar y .
  .Sh ERROR (due to Roundoff etc.)
! .Fn exp(x) ,
! .Fn log(x) ,
! .Fn expm1(x) and
! .Fn log1p(x)
  are accurate to within 
  an
  .Em ulp ,
! and log10(x) to within about 2
  .Em ulps ;
  an
  .Em ulp
--- 127,143 ----
  to the exponent
  .Ar y .
  .Sh ERROR (due to Roundoff etc.)
! .Fn exp x ,
! .Fn log x ,
! .Fn expm1 x
! and
! .Fn log1p x 
  are accurate to within 
  an
  .Em ulp ,
! and
! .Fn log10 x 
! to within about 2
  .Em ulps ;
  an
  .Em ulp

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phantom 
State-Changed-When: Tue Nov 9 00:52:54 PST 1999 
State-Changed-Why:  
Patch applied. Thanks! 
>Unformatted:
