BUGS section is no longer correct

FP_ILOGB0 and FP_ILOGBNAN are both defined in math.h
This commit is contained in:
maya 2016-08-22 07:33:30 +00:00
parent a78f4eaca1
commit 47a6662175

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ilogb.3,v 1.3 2011/08/02 10:15:03 wiz Exp $
.\" $NetBSD: ilogb.3,v 1.4 2016/08/22 07:33:30 maya Exp $
.\"
.\" Copyright (c) 2011 Jukka Ruohonen <jruohonen@iki.fi>
.\" All rights reserved.
@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd July 29, 2011
.Dd August 22, 2016
.Dt ILOGB 3
.Os
.Sh NAME
@ -102,10 +102,3 @@ a domain error occurs but an unspecified value is returned.
.Sh STANDARDS
The described functions conform to
.St -isoC-99 .
.Sh BUGS
Neither
.Dv FP_ILOGB0
nor
.Dv FP_ILOGBNAN
is defined currently in
.Nx .