diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-05 10:32:48 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-05 10:32:48 +0000 |
| commit | 34337a004b3fb0666628bd736e8ca15f59a64a98 (patch) | |
| tree | f24fcb7f6d7490c75591a8f0b3a911f0c3a8e2fc | |
| parent | 3e807a314d16660cfeb5bb2d73a6f3e13cf47364 (diff) | |
| download | man-pages-34337a004b3fb0666628bd736e8ca15f59a64a98.tar.gz | |
Removed tabs
| -rw-r--r-- | Changes | 544 |
1 files changed, 272 insertions, 272 deletions
@@ -24,27 +24,27 @@ New and rewritten pages erfc.3 mtk Created after removing the erfc() material from erf.3. - Documents the complementary error function. + Documents the complementary error function. y0.3 mtk Created after removing the y*() material from j0.3. - Documents the Bessel functions of the second kind. + Documents the Bessel functions of the second kind. Included ERRORS section; noted that an exception is not raised on underflow, see also - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6806; - and errno is not set on overflow, see also - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6808; - Included BUGS section noting that errno is incorrectly - set for pole error; see also - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6807. + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6806; + and errno is not set on overflow, see also + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6808; + Included BUGS section noting that errno is incorrectly + set for pole error; see also + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6807. scalbln.3 mtk Created after removing the scalbln*() and scalbn*() material - from scalb.3. Documents scalbln() and scalbn() functions. + from scalb.3. Documents scalbln() and scalbn() functions. Included ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803. New and changed links @@ -62,7 +62,7 @@ scalbnf.3 scalbnl.3 mtk Changed these links to point to new scalbln.3 page. - + y0f.3 y0l.3 y1.3 @@ -95,15 +95,15 @@ crypt.3 ctime.3 mtk / Gernot Tenchio - Added some words to make clear that the string returned by - ctime() and asctime() is null-terminated. + Added some words to make clear that the string returned by + ctime() and asctime() is null-terminated. math_error.7 Sam Varshavchik Reverse order of SYNOPSIS and NAME sections. mtk NOTES: Summarize the state of glibc support for exceptions - and errno for error reporting. + and errno for error reporting. Changes to individual pages (math functions) @@ -153,486 +153,486 @@ Very many changes were made to the math pages, including: acos.3 mtk - SYNOPSIS: Added feature test macro requirements. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + RETURN VALUE: Added details for special argument cases. Rewrote ERRORS section. - Updated CONFORMING TO. - + Updated CONFORMING TO. + acosh.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - Added RETURN VALUE section. + SYNOPSIS: Fixed feature test macro requirements. + Added RETURN VALUE section. Rewrote ERRORS section. - Updated CONFORMING TO. - + Updated CONFORMING TO. + asin.3 mtk - SYNOPSIS: Added feature test macro requirements. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + RETURN VALUE: Added details for special argument cases. Rewrote ERRORS section. - Updated CONFORMING TO. - + Updated CONFORMING TO. + asinh.3 mtk - SYNOPSIS: Added feature test macro requirements. - DESCRIPTION: Some rewording. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + DESCRIPTION: Some rewording. + RETURN VALUE: Added details for special argument cases. Added (null) ERRORS section. - Updated CONFORMING TO. + Updated CONFORMING TO. atan.3 mtk - SYNOPSIS: Added feature test macro requirements. - DESCRIPTION: Some rewording. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + DESCRIPTION: Some rewording. + RETURN VALUE: Added details for special argument cases. Added (null) ERRORS section. - Updated CONFORMING TO. + Updated CONFORMING TO. atan2.3 mtk - SYNOPSIS: Added feature test macro requirements. - DESCRIPTION: Some rewording. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + DESCRIPTION: Some rewording. + RETURN VALUE: Added details for special argument cases. Added (null) ERRORS section. - Updated CONFORMING TO. + Updated CONFORMING TO. atanh.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - Added RETURN VALUE section. + SYNOPSIS: Fixed feature test macro requirements. + Added RETURN VALUE section. Rewrote ERRORS section. - Updated CONFORMING TO. - Added BUGS section noting that pole error sets errno to EDOM, - when it should be ERANGE instead; see also - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6759. + Updated CONFORMING TO. + Added BUGS section noting that pole error sets errno to EDOM, + when it should be ERANGE instead; see also + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6759. cbrt.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - Added RETURN VALUE section. + SYNOPSIS: Fixed feature test macro requirements. + Added RETURN VALUE section. Added (null) ERRORS section. - Updated CONFORMING TO. - + Updated CONFORMING TO. + ceil.3 mtk - SYNOPSIS: Added feature test macro requirements. - DESCRIPTION: Enhanced. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + DESCRIPTION: Enhanced. + RETURN VALUE: Added details for special argument cases. Rewrote ERRORS section. - Updated CONFORMING TO. - NOTES: Added some details. - + Updated CONFORMING TO. + NOTES: Added some details. + copysign.3 mtk - Added RETURN VALUE section. - Updated CONFORMING TO. - + Added RETURN VALUE section. + Updated CONFORMING TO. + cos.3 mtk - SYNOPSIS: Added feature test macro requirements. - Rewrote RETURN VALUE section. - Added ERRORS section; noted errno is not set: - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6780. - Updated CONFORMING TO. + SYNOPSIS: Added feature test macro requirements. + Rewrote RETURN VALUE section. + Added ERRORS section; noted errno is not set: + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6780. + Updated CONFORMING TO. cosh.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. - Added ERRORS section. - Updated CONFORMING TO. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. + Added ERRORS section. + Updated CONFORMING TO. erf.3 mtk Removed the erfc() material (there is now a new erfc page). - Reason: the functions are logically separate; also their - return values differ, and it would have been confusing - to document them on the same page. - SYNOPSIS: Fixed feature test macro requirements. - Added RETURN VALUE section. - Added ERRORS section; noted that errno is not set; see - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6785. - Updated CONFORMING TO. + Reason: the functions are logically separate; also their + return values differ, and it would have been confusing + to document them on the same page. + SYNOPSIS: Fixed feature test macro requirements. + Added RETURN VALUE section. + Added ERRORS section; noted that errno is not set; see + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6785. + Updated CONFORMING TO. exp.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. - Added ERRORS section; noted that errno is not set; see - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6786. - Updated CONFORMING TO. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. + Added ERRORS section; noted that errno is not set; see + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6786. + Updated CONFORMING TO. exp10.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. - Added ERRORS section; noted that errno is not set for underflow; - see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6787. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. + Added ERRORS section; noted that errno is not set for underflow; + see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6787. exp2.3 mtk - Added RETURN VALUE and ERRORS sections. - Updated CONFORMING TO. + Added RETURN VALUE and ERRORS sections. + Updated CONFORMING TO. expm1.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - Added RETURN VALUE section. - Added ERRORS section; noted that errno is not set for overflow; - see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6788. - Updated CONFORMING TO. - Added BUGS section, describing bogus underflow exception for -large, - see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6778; - and describing bogus invalid exception for certain +large, - see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6814. + SYNOPSIS: Fixed feature test macro requirements. + Added RETURN VALUE section. + Added ERRORS section; noted that errno is not set for overflow; + see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6788. + Updated CONFORMING TO. + Added BUGS section, describing bogus underflow exception for -large, + see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6778; + and describing bogus invalid exception for certain +large, + see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6814. fabs.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. - Updated CONFORMING TO. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. + Updated CONFORMING TO. fdim.3 mtk - SYNOPSIS: Added feature test macro requirements. - DESCRIPTION: Some rewording. - Added RETURN VALUE section. + SYNOPSIS: Added feature test macro requirements. + DESCRIPTION: Some rewording. + Added RETURN VALUE section. Added ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6796. - Updated CONFORMING TO. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6796. + Updated CONFORMING TO. fenv.3 mtk - Make style of writing exception names consistent with other - pages and POSIX.1-2001. - Updated CONFORMING TO. + Make style of writing exception names consistent with other + pages and POSIX.1-2001. + Updated CONFORMING TO. finite.3 mtk - SYNOPSIS: Fixed feature test macro requirements. + SYNOPSIS: Fixed feature test macro requirements. floor.3 mtk - SYNOPSIS: Added feature test macro requirements. - DESCRIPTION: Enhanced. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + DESCRIPTION: Enhanced. + RETURN VALUE: Added details for special argument cases. Rewrote ERRORS section. - Updated CONFORMING TO. + Updated CONFORMING TO. fma.3 mtk - SYNOPSIS: Added feature test macro requirements. - DESCRIPTION: Some rewording. - Added RETURN VALUE section. + SYNOPSIS: Added feature test macro requirements. + DESCRIPTION: Some rewording. + Added RETURN VALUE section. Added ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801. - Updated CONFORMING TO. - + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801. + Updated CONFORMING TO. + fmax.3 fmin.3 mtk NAME: Make description clearer - SYNOPSIS: Added feature test macro requirements. + SYNOPSIS: Added feature test macro requirements. SYNOPSIS: Remove unneeded "Compile with" piece. CONFORMING TO: Added POSIX.1-2001. - Added RETURN VALUE and ERRORS sections. + Added RETURN VALUE and ERRORS sections. fmod.3 mtk - SYNOPSIS: Added feature test macro requirements. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + RETURN VALUE: Added details for special argument cases. Rewrote ERRORS section; noted that errno is not always set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783. - Updated CONFORMING TO. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783. + Updated CONFORMING TO. fpclassify.3 mtk Minor wording changes. - CONFORMING TO: Added POSIX.1-2001. - SEE ALSO: Add signbit(3). + CONFORMING TO: Added POSIX.1-2001. + SEE ALSO: Add signbit(3). frexp.3 mtk - SYNOPSIS: Added feature test macro requirements. + SYNOPSIS: Added feature test macro requirements. Added details to RETURN VALUE section. Added (null) ERRORS section. - CONFORMING TO: Added POSIX.1-2001. + CONFORMING TO: Added POSIX.1-2001. gamma.3 mtk - SYNOPSIS: Fixed feature test macro requirements. + SYNOPSIS: Fixed feature test macro requirements. Added (null) RETURN VALUE section referring to tgamma(3). Added (null) ERRORS section referring to tgamma(3). - CONFORMING TO: Rewrote. + CONFORMING TO: Rewrote. hypot.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - DESCRIPTION: note that calculation is done without causing - undue overflow or underflow. - Added RETURN VALUE section. + SYNOPSIS: Fixed feature test macro requirements. + DESCRIPTION: note that calculation is done without causing + undue overflow or underflow. + Added RETURN VALUE section. Added ERRORS section; noted that errno is not always set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6795. - Updated CONFORMING TO. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6795. + Updated CONFORMING TO. ilogb.3 mtk - SYNOPSIS: Added feature test macro requirements. - Rewrote RETURN VALUE section. + SYNOPSIS: Added feature test macro requirements. + Rewrote RETURN VALUE section. Rewrote ERRORS section; noted that errno is not set, and in some - cases an exception is not raised; see also - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6794. - CONFORMING TO: Added POSIX.1-2001. + cases an exception is not raised; see also + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6794. + CONFORMING TO: Added POSIX.1-2001. isgreater.3 mtk NAME: Make description clearer - Improve the description of isunordered(). - Added RETURN VALUE and ERRORS sections. - Formatting fixes. + Improve the description of isunordered(). + Added RETURN VALUE and ERRORS sections. + Formatting fixes. A few wording improvements. - + j0.3 mtk Removed material for the y*() functions to a separate y0.3 page. - Reason: the return values and errors/exceptions differ, and it - would have been confusing to document them on the same page. - Added RETURN VALUE section. + Reason: the return values and errors/exceptions differ, and it + would have been confusing to document them on the same page. + Added RETURN VALUE section. Added ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805. ldexp.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE and ERRORS sections. - Updated CONFORMING TO. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE and ERRORS sections. + Updated CONFORMING TO. lgamma.3 mtk Note that these functions are deprecated. - SYNOPSIS: Fixed feature test macro requirements. - Added RETURN VALUE and ERRORS sections referring to lgamma(3). - Added BUGS section noting that pole error sets errno to EDOM, - when it should be ERANGE instead; see also - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6777. + SYNOPSIS: Fixed feature test macro requirements. + Added RETURN VALUE and ERRORS sections referring to lgamma(3). + Added BUGS section noting that pole error sets errno to EDOM, + when it should be ERANGE instead; see also + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6777. log.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. Rewrote ERRORS section. - Updated CONFORMING TO. - + Updated CONFORMING TO. + log10.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. Rewrote ERRORS section. - Updated CONFORMING TO. - + Updated CONFORMING TO. + log1p.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - Added RETURN VALUE section. + SYNOPSIS: Fixed feature test macro requirements. + Added RETURN VALUE section. Added ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6792. - Updated CONFORMING TO. - + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6792. + Updated CONFORMING TO. + log2.3 mtk - Added RETURN VALUE section. + Added RETURN VALUE section. Rewrote ERRORS section. - Updated CONFORMING TO. - + Updated CONFORMING TO. + logb.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - DESCRIPTION: added a little detail; some rewordings. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Fixed feature test macro requirements. + DESCRIPTION: added a little detail; some rewordings. + RETURN VALUE: Added details for special argument cases. Rewrote ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6793. - CONFORMING TO: Added POSIX.1-2001. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6793. + CONFORMING TO: Added POSIX.1-2001. lrint.3 mtk DESCRIPTION: some rewording. - RETURN VALUE: Added details for special argument cases. + RETURN VALUE: Added details for special argument cases. Added ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6798. - CONFORMING TO: Added POSIX.1-2001. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6798. + CONFORMING TO: Added POSIX.1-2001. lround.3 mtk - RETURN VALUE: Added details for special argument cases. + RETURN VALUE: Added details for special argument cases. Rewrote ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6797. - CONFORMING TO: Added POSIX.1-2001. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6797. + CONFORMING TO: Added POSIX.1-2001. modf.3 mtk - SYNOPSIS: Added feature test macro requirements. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + RETURN VALUE: Added details for special argument cases. Added (null) ERRORS section. - CONFORMING TO: Added POSIX.1-2001. + CONFORMING TO: Added POSIX.1-2001. nan.3 mtk Small wording changes. - CONFORMING TO: Added POSIX.1-2001. + CONFORMING TO: Added POSIX.1-2001. nextafter.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Fixed feature test macro requirements. + RETURN VALUE: Added details for special argument cases. Added ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6799. - CONFORMING TO: Added POSIX.1-2001. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6799. + CONFORMING TO: Added POSIX.1-2001. pow.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. Rewrote ERRORS section. - Updated CONFORMING TO. - Added BUGS section noting that pole error sets errno to EDOM, - when it should be ERANGE instead; see also - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6776. + Updated CONFORMING TO. + Added BUGS section noting that pole error sets errno to EDOM, + when it should be ERANGE instead; see also + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6776. remainder.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - DESCRIPTION: added some details. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Fixed feature test macro requirements. + DESCRIPTION: added some details. + RETURN VALUE: Added details for special argument cases. Rewrote ERRORS section; noted that errno is not always set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783. - Updated CONFORMING TO. - Added BUGS section noting that remainder(nan(""), 0) - wrongly causes a domain error; see - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6779 + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783. + Updated CONFORMING TO. + Added BUGS section noting that remainder(nan(""), 0) + wrongly causes a domain error; see + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6779 remquo.3 mtk - Added RETURN VALUE section. + Added RETURN VALUE section. Added ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801. - Updated CONFORMING TO. - + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801. + Updated CONFORMING TO. + fmax.3 fmin.3 mtk NAME: Make description clearer - SYNOPSIS: Added feature test macro requirements. + SYNOPSIS: Added feature test macro requirements. SYNOPSIS: Remove unneeded "Compile with" piece. CONFORMING TO: Added POSIX.1-2001. - Added RETURN VALUE and ERRORS sections. + Added RETURN VALUE and ERRORS sections. fmod.3 mtk - SYNOPSIS: Added feature test macro requirements. - RETURN VALUE: Added details for special argument cases. + SYNOPSIS: Added feature test macro requirements. + RETURN VALUE: Added details for special argument cases. Rewrote ERRORS section; noted that errno is not always set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783. - Updated CONFORMING TO. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783. + Updated CONFORMING TO. fpclassify.3 - CONFORMING TO: Added POSIX.1-2001. + CONFORMING TO: Added POSIX.1-2001. rint.3 mtk - SYNOPSIS: Fixed feature test macro requirements. - DESCRIPTION: added some details. - RETURN VALUE: Added details for special argument cases. - ERRORS: no errors can occur (previous text was misleading). - CONFORMING TO: Added POSIX.1-2001. - NOTES: point out that lrint() may be preferred in some cases. - + SYNOPSIS: Fixed feature test macro requirements. + DESCRIPTION: added some details. + RETURN VALUE: Added details for special argument cases. + ERRORS: no errors can occur (previous text was misleading). + CONFORMING TO: Added POSIX.1-2001. + NOTES: point out that lrint() may be preferred in some cases. + round.3 mtk - DESCRIPTION: added some details. - RETURN VALUE: Added details for special argument cases. - ERRORS: no errors can occur (previous text was misleading). - CONFORMING TO: Added POSIX.1-2001. - NOTES: point out that lround() may be preferred in some cases. + DESCRIPTION: added some details. + RETURN VALUE: Added details for special argument cases. + ERRORS: no errors can occur (previous text was misleading). + CONFORMING TO: Added POSIX.1-2001. + NOTES: point out that lround() may be preferred in some cases. scalb.3 mtk Removed the scalbn() and scalbln() material to a separate - scalbln.3 page. Reason: scalb() is obsolete; also the - exception/error conditions differ somewhat, so that it - would have been confusing to document them on the same page. - SYNOPSIS: Fixed feature test macro requirements. - DESCRIPTION: some rewrites and added details. - Added RETURN VALUE section. + scalbln.3 page. Reason: scalb() is obsolete; also the + exception/error conditions differ somewhat, so that it + would have been confusing to document them on the same page. + SYNOPSIS: Fixed feature test macro requirements. + DESCRIPTION: some rewrites and added details. + Added RETURN VALUE section. Added ERRORS section; noted that errno is not set; see - also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803 - and http://sources.redhat.com/bugzilla/show_bug.cgi?id=6804. - CONFORMING TO: Rewrote. + also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803 + and http://sources.redhat.com/bugzilla/show_bug.cgi?id=6804. + CONFORMING TO: Rewrote. signbit.3 mtk - SYNOPSIS: Added feature test macro requirements. + SYNOPSIS: Added feature test macro requirements. SYNOPSIS: Remove unneeded "Compile with" piece. - Added RETURN VALUE section. - Added (null) ERRORS section. - CONFORMING TO: Added POSIX.1-2001. + Added RETURN VALUE section. + Added (null) ERRORS section. + CONFORMING TO: Added POSIX.1-2001. sin.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. - Added ERRORS section; noted errno is not set: - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6781. - Updated CONFORMING TO. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. + Added ERRORS section; noted errno is not set: + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6781. + Updated CONFORMING TO. sincos.3 mtk DESCRIPTION: Added details for special argument cases. Added (null) RETURN VALUE section. - Added ERRORS section. + Added ERRORS section. sinh.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. - Added ERRORS section. - Updated CONFORMING TO. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. + Added ERRORS section. + Updated CONFORMING TO. sqrt.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. Rewrote ERRORS section. - Updated CONFORMING TO. + Updated CONFORMING TO. tan.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. - Added ERRORS section. - Added ERRORS section; noted errno is not set: - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6782. - Updated CONFORMING TO. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. + Added ERRORS section. + Added ERRORS section; noted errno is not set: + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6782. + Updated CONFORMING TO. tanh.3 mtk - SYNOPSIS: Added feature test macro requirements. - Added RETURN VALUE section. - Added (null) ERRORS section. - Updated CONFORMING TO. + SYNOPSIS: Added feature test macro requirements. + Added RETURN VALUE section. + Added (null) ERRORS section. + Updated CONFORMING TO. tgamma.3 mtk - Added RETURN VALUE section. + Added RETURN VALUE section. Rewrote ERRORS section; noted that errno is not set / - incorrectly set in some cases; see also - http://sources.redhat.com/bugzilla/show_bug.cgi?id=6809 - and http://sources.redhat.com/bugzilla/show_bug.cgi?id=6810. - CONFORMING TO: Added POSIX.1-2001. - Added NOTES section to hold text explaining origin of tgamma(). + incorrectly set in some cases; see also + http://sources.redhat.com/bugzilla/show_bug.cgi?id=6809 + and http://sources.redhat.com/bugzilla/show_bug.cgi?id=6810. + CONFORMING TO: Added POSIX.1-2001. + Added NOTES section to hold text explaining origin of tgamma(). trunc.3 mtk RETURN VALUE: small rewording. - CONFORMING TO: Added POSIX.1-2001. - Added NOTES section explaining that result may be too large - to store in an integer type. + CONFORMING TO: Added POSIX.1-2001. + Added NOTES section explaining that result may be too large + to store in an integer type. |
