All of lore.kernel.org
 help / color / mirror / Atom feed
From: KOSAKI Motohiro <kosaki.motohiro-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: kosaki.motohiro-+CUm20s59erQFUHtdCDX3A@public.gmane.org,
	linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: Recently, the atanh implementation was changed, but the man seems not changed yet
Date: Tue, 14 Sep 2010 10:14:53 +0900 (JST)	[thread overview]
Message-ID: <20100914100715.C984.A69D9226@jp.fujitsu.com> (raw)
In-Reply-To: <AANLkTimrtXabyGQp6G+8NOeDr3+G_PcpCUPB1YnFv8Ed-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

> > ---------------------------------------------------------
> > 2009-04-26  Ulrich Drepper  <drepper-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> >
> >        * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
> >        * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
> >        * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
> >
> >        * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
> >        atanh should set ERANGE.
> 
> Thanks for your detailed report. I applied the following change for
> man-pages-2.37.
>
> --- a/man3/atanh.3
> +++ b/man3/atanh.3
> @@ -129,16 +129,16 @@ The variant returning
>  also conforms to
>  SVr4, 4.3BSD, C89.
>  .SH BUGS
> -For a pole error,
> -.\"
> -.\" FIXME . this is as at glibc 2.8; check later if this bug is fixed
> +In glibc 2.9 and earlier,
> +.\" Bug: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6759
>  .\" This can be seen in sysdeps/ieee754/k_standard.c
> -.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6759
> +when a pole error occurs,
>  .I errno
> -is set to
> -.BR EDOM ;
> -POSIX.1 says it should be set to
> +as set to
> +.BR EDOM
> +instead of the POSIX-mandated
>  .BR ERANGE .
> +Since version 2.10, glibc does the right thing.
>  .SH "SEE ALSO"
>  .BR acosh (3),
>  .BR asinh (3),

Great! This looks goo to me :)

Thanks.




--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2010-09-14  1:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-18  3:19 Recently, the atanh implementation was changed, but the man seems not changed yet KOSAKI Motohiro
     [not found] ` <20100218115807.733E.A69D9226-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2010-09-11  6:52   ` Michael Kerrisk
     [not found]     ` <AANLkTimrtXabyGQp6G+8NOeDr3+G_PcpCUPB1YnFv8Ed-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-09-14  1:14       ` KOSAKI Motohiro [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100914100715.C984.A69D9226@jp.fujitsu.com \
    --to=kosaki.motohiro-+cum20s59erqfuhtdcdx3a@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.