Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/man BUGS section is no longer correct



details:   https://anonhg.NetBSD.org/src/rev/9b54fda32b63
branches:  trunk
changeset: 347346:9b54fda32b63
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Aug 22 07:33:30 2016 +0000

description:
BUGS section is no longer correct
FP_ILOGB0 and FP_ILOGBNAN are both defined in math.h

diffstat:

 lib/libm/man/ilogb.3 |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (29 lines):

diff -r 2d56ee2949d2 -r 9b54fda32b63 lib/libm/man/ilogb.3
--- a/lib/libm/man/ilogb.3      Mon Aug 22 06:11:39 2016 +0000
+++ b/lib/libm/man/ilogb.3      Mon Aug 22 07:33:30 2016 +0000
@@ -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@localhost>
 .\" 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 @@
 .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 .



Home | Main Index | Thread Index | Old Index