Source-Changes-HG archive

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

[src/trunk]: src/lib/libm/man Remove BUGS as per joerg@'s objection.



details:   https://anonhg.NetBSD.org/src/rev/04436ebe698e
branches:  trunk
changeset: 769681:04436ebe698e
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Sep 18 05:33:13 2011 +0000

description:
Remove BUGS as per joerg@'s objection.

diffstat:

 lib/libm/man/ceil.3      |   8 ++------
 lib/libm/man/ldexp.3     |   9 ++-------
 lib/libm/man/nextafter.3 |  26 ++------------------------
 lib/libm/man/remainder.3 |   9 ++-------
 lib/libm/man/scalbn.3    |  10 ++--------
 lib/libm/man/tanh.3      |   9 ++-------
 6 files changed, 12 insertions(+), 59 deletions(-)

diffs (173 lines):

diff -r a3f223ed8f60 -r 04436ebe698e lib/libm/man/ceil.3
--- a/lib/libm/man/ceil.3       Sun Sep 18 05:19:18 2011 +0000
+++ b/lib/libm/man/ceil.3       Sun Sep 18 05:33:13 2011 +0000
@@ -26,9 +26,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)ceil.3       5.1 (Berkeley) 5/2/91
-.\"    $NetBSD: ceil.3,v 1.18 2011/04/16 05:48:50 jruoho Exp $
+.\"    $NetBSD: ceil.3,v 1.19 2011/09/18 05:33:13 jruoho Exp $
 .\"
-.Dd April 16, 2011
+.Dd September 18, 2011
 .Dt CEIL 3
 .Os
 .Sh NAME
@@ -73,7 +73,3 @@
 .Sh STANDARDS
 The described functions conform to
 .St -isoC-99 .
-.Sh BUGS
-The
-.Vt long double
-variants of the functions are not yet supported.
diff -r a3f223ed8f60 -r 04436ebe698e lib/libm/man/ldexp.3
--- a/lib/libm/man/ldexp.3      Sun Sep 18 05:19:18 2011 +0000
+++ b/lib/libm/man/ldexp.3      Sun Sep 18 05:33:13 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ldexp.3,v 1.3 2011/09/12 17:08:22 wiz Exp $
+.\"    $NetBSD: ldexp.3,v 1.4 2011/09/18 05:33:13 jruoho Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)ldexp.3    8.2 (Berkeley) 4/19/94
 .\"
-.Dd September 12, 2011
+.Dd September 18, 2011
 .Dt LDEXP 3
 .Os
 .Sh NAME
@@ -100,8 +100,3 @@
 .Sh STANDARDS
 The described functions conform to
 .St -isoC-99 .
-.Sh BUGS
-The
-.Vt long double
-variant is not supported in
-.Nx .
diff -r a3f223ed8f60 -r 04436ebe698e lib/libm/man/nextafter.3
--- a/lib/libm/man/nextafter.3  Sun Sep 18 05:19:18 2011 +0000
+++ b/lib/libm/man/nextafter.3  Sun Sep 18 05:33:13 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: nextafter.3,v 1.3 2011/09/13 07:11:43 njoly Exp $
+.\" $NetBSD: nextafter.3,v 1.4 2011/09/18 05:33:14 jruoho 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 April 12, 2011
+.Dd September 18, 2011
 .Dt NEXTAFTER 3
 .Os
 .Sh NAME
@@ -124,25 +124,3 @@
 .Sh STANDARDS
 The described functions conform to
 .St -isoC-99 .
-.\"
-.\" XXX: Verify this.
-.\"
-.\" The
-.\" .Fn nextafter
-.\" function is also recommended by
-.\" .St -ieee754
-.\"
-.\" .Sh HISTORY
-.\"
-.\" XXX: Fill this.
-.\" These functions first appeared in
-.\" .Bx 4.3 .
-.Sh BUGS
-Currently the
-.Vt float
-and
-.Vt long double
-variants of
-.Fn nexttoward
-are not supported in
-.Nx .
diff -r a3f223ed8f60 -r 04436ebe698e lib/libm/man/remainder.3
--- a/lib/libm/man/remainder.3  Sun Sep 18 05:19:18 2011 +0000
+++ b/lib/libm/man/remainder.3  Sun Sep 18 05:33:13 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: remainder.3,v 1.1 2011/04/13 04:57:10 jruoho Exp $
+.\" $NetBSD: remainder.3,v 1.2 2011/09/18 05:33:14 jruoho 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 April 13, 2011
+.Dd September 18, 2011
 .Dt REMAINDER 3
 .Os
 .Sh NAME
@@ -142,8 +142,3 @@
 .Sh STANDARDS
 The described functions conform to
 .St -isoC-99 .
-.Sh BUGS
-The
-.Vt long double
-variants are not yet supported in
-.Nx .
diff -r a3f223ed8f60 -r 04436ebe698e lib/libm/man/scalbn.3
--- a/lib/libm/man/scalbn.3     Sun Sep 18 05:19:18 2011 +0000
+++ b/lib/libm/man/scalbn.3     Sun Sep 18 05:33:13 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: scalbn.3,v 1.1 2011/08/06 10:51:26 jruoho Exp $
+.\" $NetBSD: scalbn.3,v 1.2 2011/09/18 05:33:14 jruoho 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 May 31, 2011
+.Dd September 18, 2011
 .Dt SCALBN 3
 .Os
 .Sh NAME
@@ -106,9 +106,3 @@
 .Sh STANDARDS
 The described functions conform to
 .St -isoC-99 .
-.Sh BUGS
-.Nx
-does not support the variants where the type of
-.Fa n
-is
-.Ft long int .
diff -r a3f223ed8f60 -r 04436ebe698e lib/libm/man/tanh.3
--- a/lib/libm/man/tanh.3       Sun Sep 18 05:19:18 2011 +0000
+++ b/lib/libm/man/tanh.3       Sun Sep 18 05:33:13 2011 +0000
@@ -26,9 +26,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)tanh.3       5.1 (Berkeley) 5/2/91
-.\"    $NetBSD: tanh.3,v 1.13 2011/09/12 16:08:42 jruoho Exp $
+.\"    $NetBSD: tanh.3,v 1.14 2011/09/18 05:33:14 jruoho Exp $
 .\"
-.Dd September 12, 2011
+.Dd September 18, 2011
 .Dt TANH 3
 .Os
 .Sh NAME
@@ -95,8 +95,3 @@
 .Sh STANDARDS
 The described functions conform to
 .St -isoC-99 .
-.Sh BUGS
-The
-.Vt long double
-variant is not supported in
-.Nx .



Home | Main Index | Thread Index | Old Index