CVS commit: src/lib/libm/man

2019-05-02 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu May 2 15:08:35 UTC 2019 Modified Files: src/lib/libm/man: nextafter.3 Log Message: Explicitly indicate that nexttowardl() is identical to nextafterl(). Requested by kamil. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/lib/libm/man

2019-04-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 28 07:33:02 UTC 2019 Modified Files: src/lib/libm/man: nextafter.3 Log Message: Remove undefined \*H To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libm/man/nextafter.3 Please note that diffs are not p

CVS commit: src/lib/libm/man

2017-09-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Sep 28 15:03:18 UTC 2017 Modified Files: src/lib/libm/man: copysign.3 Log Message: Restore CAVEATS section unmodified. It apparently refers to VAX and its lack of a negative zero. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libm/man

2017-09-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Sep 28 11:18:41 UTC 2017 Modified Files: src/lib/libm/man: math.3 Log Message: List a few more functions To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libm/man/math.3 Please note that diffs are not pub

CVS commit: src/lib/libm/man

2017-09-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Sep 28 11:09:05 UTC 2017 Modified Files: src/lib/libm/man: copysign.3 Log Message: Remove CAVEATS section The man page for an individual function is not the right place to discuss the issues with negative zero To generate a d

CVS commit: src/lib/libm/man

2017-09-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Sep 28 05:51:26 UTC 2017 Modified Files: src/lib/libm/man: hypot.3 Log Message: Remove Tn. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libm/man/hypot.3 Please note that diffs are not public domain; th

CVS commit: src/lib/libm/man

2017-09-27 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Sep 27 10:12:47 UTC 2017 Modified Files: src/lib/libm/man: fma.3 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/fma.3 Please note that diffs are not public domain; they are

CVS commit: src/lib/libm/man

2017-09-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 26 15:42:54 UTC 2017 Modified Files: src/lib/libm/man: hypot.3 Log Message: omit mention of cabs (not relevant to this man page) mention type-generic hypot mention hypotl To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/lib/libm/man

2017-09-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 26 15:12:57 UTC 2017 Modified Files: src/lib/libm/man: copysign.3 Log Message: Mention there's a type generic variant in tgmath.h (XXX and in math.h, if you're netbsd) To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 16:06:19 UTC 2017 Modified Files: src/lib/libm/man: ceil.3 Log Message: Add comma between two Nm entries in the NAME section. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libm/man/ceil.3 Ple

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 15:57:47 UTC 2017 Modified Files: src/lib/libm/man: modf.3 Log Message: Add modff and modfl in the NAME section. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/modf.3 Please note that d

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 15:49:02 UTC 2017 Modified Files: src/lib/libm/man: ieee_test.3 Log Message: Fix a sentence. Correct function name in the DESCRIPTION section. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/lib

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 14:51:29 UTC 2017 Modified Files: src/lib/libm/man: log.3 Log Message: Also, fix spelling of described. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libm/man/log.3 Please note that diffs are n

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 14:46:51 UTC 2017 Modified Files: src/lib/libm/man: exp.3 Log Message: Fix sentence. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libm/man/exp.3 Please note that diffs are not public domain;

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 14:42:28 UTC 2017 Modified Files: src/lib/libm/man: log.3 Log Message: Remove comma after last Nm entry. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libm/man/log.3 Please note that diffs are

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 14:37:20 UTC 2017 Modified Files: src/lib/libm/man: exp.3 Log Message: Remove comma after the last Nm entry. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libm/man/exp.3 Please note that diff

CVS commit: src/lib/libm/man

2016-08-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Aug 22 07:33:31 UTC 2016 Modified Files: src/lib/libm/man: ilogb.3 Log Message: BUGS section is no longer correct FP_ILOGB0 and FP_ILOGBNAN are both defined in math.h To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libm/man

2016-03-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 17 09:44:56 UTC 2016 Modified Files: src/lib/libm/man: fabs.3 Log Message: Fix typo, add whitespace for better formatting, bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libm/m

CVS commit: src/lib/libm/man

2016-03-15 Thread Niclas Rosenvik
Module Name:src Committed By: nros Date: Tue Mar 15 15:29:19 UTC 2016 Modified Files: src/lib/libm/man: modf.3 Log Message: Add modfl to the modf manpage, the link to modfl was already there but the content was missing. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/lib/libm/man

2015-12-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 12 23:55:42 UTC 2015 Modified Files: src/lib/libm/man: fma.3 Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/fma.3 Please note that diffs are not public domain; the

CVS commit: src/lib/libm/man

2015-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 13 09:56:27 UTC 2015 Modified Files: src/lib/libm/man: pow.3 Log Message: Family is singular, so use singular form of verb. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/pow.3 Please note tha

CVS commit: src/lib/libm/man

2015-11-07 Thread Niclas Rosenvik
Module Name:src Committed By: nros Date: Sat Nov 7 18:17:51 UTC 2015 Modified Files: src/lib/libm/man: erf.3 Log Message: Fix typo in erfl synopsis. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libm/man/erf.3 Please note that diffs are not publ

CVS commit: src/lib/libm/man

2015-09-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Sep 13 10:46:41 UTC 2015 Modified Files: src/lib/libm/man: rint.3 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libm/man/rint.3 Please note that diffs are not public domain; they

CVS commit: src/lib/libm/man

2015-09-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Sep 10 12:30:08 UTC 2015 Modified Files: src/lib/libm/man: frexp.3 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libm/man/frexp.3 Please note that diffs are not public

CVS commit: src/lib/libm/man

2015-09-10 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 10 08:28:54 UTC 2015 Modified Files: src/lib/libm/man: frexp.3 Log Message: Document frexpl() now that we have it as well. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/frexp.3 Please note tha

CVS commit: src/lib/libm/man

2013-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Nov 13 22:11:53 UTC 2013 Modified Files: src/lib/libm/man: trunc.3 Log Message: Add missing comma. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libm/man/trunc.3 Please note that diffs are not public doma

CVS commit: src/lib/libm/man

2013-04-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Apr 26 18:18:22 UTC 2013 Modified Files: src/lib/libm/man: atan2.3 Log Message: Kill some extra backslashes. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libm/man/atan2.3 Please note that diffs are n

CVS commit: src/lib/libm/man

2013-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 29 02:54:30 UTC 2013 Modified Files: src/lib/libm/man: acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 Log Message: Document the long double versions. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/

CVS commit: src/lib/libm/man

2012-11-10 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Nov 10 15:59:58 UTC 2012 Modified Files: src/lib/libm/man: math.3 Log Message: Add No macro to ensure that "and" word is not taken as function argument. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/li

CVS commit: src/lib/libm/man

2012-11-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Nov 6 21:43:37 UTC 2012 Modified Files: src/lib/libm/man: exp.3 Log Message: proofreading To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libm/man/exp.3 Please note that diffs are not public domain;

CVS commit: src/lib/libm/man

2011-11-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Nov 17 23:46:33 UTC 2011 Modified Files: src/lib/libm/man: tanh.3 Log Message: Fix a lint warning noted by njoly. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libm/man/tanh.3 Please note that diffs are

CVS commit: src/lib/libm/man

2011-09-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Sep 22 18:14:09 UTC 2011 Modified Files: src/lib/libm/man: math.3 Log Message: In functions list, switch from tab characters to Ta macro. Makes nroff properly handle xrefs. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/lib/libm/man

2011-09-18 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Sep 18 10:58:29 UTC 2011 Modified Files: src/lib/libm/man: math.3 Log Message: Fix a few xrefs. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libm/man/math.3 Please note that diffs are not public doma

CVS commit: src/lib/libm/man

2011-09-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Sep 18 05:33:14 UTC 2011 Modified Files: src/lib/libm/man: ceil.3 ldexp.3 nextafter.3 remainder.3 scalbn.3 tanh.3 Log Message: Remove BUGS as per joerg@'s objection. To generate a diff of this commit: cvs rdiff -

CVS commit: src/lib/libm/man

2011-09-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 17 13:28:51 UTC 2011 Modified Files: src/lib/libm/man: math.3 Log Message: Convert to mdoc. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libm/man/math.3 Please note that diffs are not public domain

CVS commit: src/lib/libm/man

2011-09-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Sep 17 10:52:52 UTC 2011 Modified Files: src/lib/libm/man: exp.3 Log Message: Remove rest of the NOTES and ERRORS and references to pow(3) family. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libm/ma

CVS commit: src/lib/libm/man

2011-09-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 13 08:51:32 UTC 2011 Modified Files: src/lib/libm/man: log.3 Log Message: Fix Dt. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/log.3 Please note that diffs are not public domain; they are su

CVS commit: src/lib/libm/man

2011-09-13 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Sep 13 07:28:30 UTC 2011 Modified Files: src/lib/libm/man: log.3 Log Message: Add missing El macro. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/log.3 Please note that diffs are not public dom

CVS commit: src/lib/libm/man

2011-09-13 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Sep 13 07:11:43 UTC 2011 Modified Files: src/lib/libm/man: fabs.3 ieee_test.3 nextafter.3 rint.3 round.3 Log Message: Remove xrefs to ieee(3) man page which does not exists anymore. To generate a diff of this commit: cvs rdif

CVS commit: src/lib/libm/man

2011-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 12 17:08:22 UTC 2011 Modified Files: src/lib/libm/man: ldexp.3 Log Message: Fix special chars and spacing in previous. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/ldexp.3 Please note that d

CVS commit: src/lib/libm/man

2011-09-12 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Sep 12 16:08:42 UTC 2011 Modified Files: src/lib/libm/man: tanh.3 Log Message: Improve and update. Also note again the lack of tanhl() in NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libm/man

CVS commit: src/lib/libm/man

2011-09-12 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Sep 12 14:44:27 UTC 2011 Modified Files: src/lib/libm/man: ldexp.3 Log Message: Update and improve, and note that the long double variant is not supported. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/

CVS commit: src/lib/libm/man

2011-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 6 11:09:23 UTC 2011 Modified Files: src/lib/libm/man: finite.3 Log Message: ort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/finite.3 Please note that diffs are not public domain;

CVS commit: src/lib/libm/man

2011-08-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 2 10:15:03 UTC 2011 Modified Files: src/lib/libm/man: ilogb.3 Log Message: Add serial comma. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/ilogb.3 Please note that diffs are not public domai

CVS commit: src/lib/libm/man

2011-08-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 2 10:08:24 UTC 2011 Modified Files: src/lib/libm/man: ieee.3 Log Message: Fix typo in function name. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libm/man/ieee.3 Please note that diffs are not pub

CVS commit: src/lib/libm/man

2011-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 16 23:58:01 UTC 2011 Modified Files: src/lib/libm/man: nextafter.3 Log Message: Fix markup To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/nextafter.3 Please note that diffs are not public

CVS commit: src/lib/libm/man

2010-08-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 7 18:13:12 UTC 2010 Modified Files: src/lib/libm/man: feclearexcept.3 Log Message: Remove reference to fpresetsticky(3), which doesn't exist. >From Stathis Kamperis. To generate a diff of this commit: cvs rdiff -u -r1.1 -r

CVS commit: src/lib/libm/man

2010-08-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Aug 4 18:58:29 UTC 2010 Modified Files: src/lib/libm/man: fenv.3 Log Message: Remove trailing comma in enumeration, make HTML-ready. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/fenv.3 Please n

CVS commit: src/lib/libm/man

2010-08-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Aug 4 18:58:18 UTC 2010 Modified Files: src/lib/libm/man: fegetenv.3 Log Message: Remove trailing comma in enumeration. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/fegetenv.3 Please note that

CVS commit: src/lib/libm/man

2010-05-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 03:10:24 UTC 2010 Modified Files: src/lib/libm/man: isinff.3 Log Message: \\* -> \* To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libm/man/isinff.3 Please note that diffs are not public domain; t

CVS commit: src/lib/libm/man

2010-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 3 05:35:58 UTC 2010 Modified Files: src/lib/libm/man: exp.3 Log Message: Note that rest of the functions come from C99. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libm/man/exp.3 Please note t

CVS commit: src/lib/libm/man

2010-04-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 29 08:35:04 UTC 2010 Modified Files: src/lib/libm/man: frexp.3 Log Message: Don't mix opening and closing macros of different types. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/frexp.3 Pl

CVS commit: src/lib/libm/man

2010-04-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 5 21:33:26 UTC 2010 Modified Files: src/lib/libm/man: ieee.3 Log Message: Fix escape sequences To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libm/man/ieee.3 Please note that diffs are not public