hypot.3: srcfix: Clear an obsolete FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-05-23 13:35:50 +02:00
parent e25000b9aa
commit e9e9f2424c
1 changed files with 2 additions and 3 deletions

View File

@ -146,9 +146,8 @@ is raised.
These functions do not set
.IR errno
for this case.
.\" FIXME . Is it intentional that these functions do not set errno?
.\" They do set errno for the overflow case.
.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6795
.\" It is intentional that these functions do not set errno for this case
.\" See http://sources.redhat.com/bugzilla/show_bug.cgi?id=6795
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).