Commit Graph

1694 Commits

Author SHA1 Message Date
Michael Kerrisk 676ed7e83d POSIX.1-2008 removes the specification of getwd(). 2008-08-06 12:16:14 +00:00
Michael Kerrisk 0b458448dc POSIX.1-2008 removes the specification of gcvt(). 2008-08-06 12:11:39 +00:00
Michael Kerrisk 2f0526ae0c POSIX.1-2008 marks ftime() as obsolete. 2008-08-06 12:09:19 +00:00
Michael Kerrisk b7be83b76a POSIX.1-2008 marks ftw() as obsolete. 2008-08-06 12:09:11 +00:00
Michael Kerrisk 2ce9417332 POSIX.1-2008 removes the specifications of ecvt() and fcvt(). 2008-08-06 12:06:23 +00:00
Michael Kerrisk db546f6cf6 These functions are nowadays in POSIX.1-2008. 2008-08-06 12:04:37 +00:00
Michael Kerrisk ca5711a5ed POSIX.1-2008 marks asctime(), asctime_r(), ctime(), and ctime_r() as obsolete. 2008-08-06 10:58:05 +00:00
Michael Kerrisk 44a31ea53f POSIX.1-2008 removes the specification of bsd_signal(). 2008-08-06 10:54:36 +00:00
Michael Kerrisk 32982a3ee3 POSIX.1-2008 removes the specification of bzero(). 2008-08-06 10:54:14 +00:00
Michael Kerrisk fed8765228 POSIX.1-2008 removes the specification of bcmp(). 2008-08-06 10:54:00 +00:00
Michael Kerrisk 22ae7fd850 Added FIXME 2008-08-06 10:41:06 +00:00
Michael Kerrisk 0a0cb763bc ffix 2008-08-06 06:12:44 +00:00
Michael Kerrisk 257688032a Fix mis-ordered (.SH) sections. 2008-08-05 16:42:24 +00:00
Michael Kerrisk 7ef981de65 BUGS: described buggy NaN return when x is negative and y is large.
See also: http://sources.redhat.com/bugzilla/show_bug.cgi?id=3866.
2008-08-05 14:39:13 +00:00
Michael Kerrisk 385cf745ec Removed trailing white space at end of lines 2008-08-05 10:33:06 +00:00
Michael Kerrisk 3e807a314d fix misordered sections 2008-08-05 10:28:20 +00:00
Michael Kerrisk 637d38e3ab Fix misordered sections 2008-08-05 10:27:16 +00:00
Michael Kerrisk efe294cb80 grfix 2008-08-04 16:00:58 +00:00
Michael Kerrisk 19153d9948 Make style of writing exception names consistent with other
pages and POSIX.1-2001.
2008-08-04 10:17:22 +00:00
Michael Kerrisk 30c5488ea6 grfix 2008-08-04 10:14:16 +00:00
Michael Kerrisk f7d3c7a885 Bugs text shd refer to pole error, not range error. 2008-08-04 06:11:37 +00:00
Michael Kerrisk 0b9fe52822 tweak 2008-08-04 05:27:01 +00:00
Michael Kerrisk 19dffabe26 Fix description of bogus underflow exception for -large,
Describing bogus invalid exception for certain +large.
2008-08-04 05:00:32 +00:00
Michael Kerrisk a19492526e update timestamp 2008-08-01 05:54:27 +00:00
Michael Kerrisk d65519e819 New page.
Created after removing the scalbln*() and scalbn*() material
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.
2008-08-01 05:37:29 +00:00
Michael Kerrisk 17d2ffdfb1 New page.
Created after removing the y*() material from j0.3.
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.
2008-08-01 05:36:10 +00:00
Michael Kerrisk 1521a50485 New page.
Created after removing the erfc() material from erf.3.
Documents the complementary error function.
2008-08-01 05:35:29 +00:00
Michael Kerrisk f1ab30a75c 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.
2008-08-01 05:26:50 +00:00
Michael Kerrisk cf8b7bc8dd 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().
2008-08-01 05:26:49 +00:00
Michael Kerrisk 3c0484a7f2 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added (null) ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:48 +00:00
Michael Kerrisk 769cb8d56e 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.
2008-08-01 05:26:47 +00:00
Michael Kerrisk 631c6898fb SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:46 +00:00
Michael Kerrisk 4a3c2783c1 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:45 +00:00
Michael Kerrisk 48dabc9060 DESCRIPTION: Added details for special argument cases.
Added (null) RETURN VALUE section.
Added ERRORS section.
2008-08-01 05:26:44 +00:00
Michael Kerrisk 932070362d 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.
2008-08-01 05:26:43 +00:00
Michael Kerrisk 1f985ccf8f 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.
2008-08-01 05:26:42 +00:00
Michael Kerrisk 8301c07d46 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.
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.
2008-08-01 05:26:41 +00:00
Michael Kerrisk 2601c2d4a5 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.
2008-08-01 05:26:40 +00:00
Michael Kerrisk 2517f764fe 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.
2008-08-01 05:26:39 +00:00
Michael Kerrisk eb331ea602 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.
2008-08-01 05:26:38 +00:00
Michael Kerrisk 57e4e4d3d0 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
2008-08-01 05:26:37 +00:00
Michael Kerrisk 207ce83e6f 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.
2008-08-01 05:26:36 +00:00
Michael Kerrisk da5e9c0ce2 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.
2008-08-01 05:26:35 +00:00
Michael Kerrisk 43595898b0 SYNOPSIS: Added feature test macro requirements.
RETURN VALUE: Added details for special argument cases.
Added (null) ERRORS section.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:34 +00:00
Michael Kerrisk e1520273aa 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.
2008-08-01 05:26:33 +00:00
Michael Kerrisk bf8e66b143 DESCRIPTION: some rewording.
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.
2008-08-01 05:26:32 +00:00
Michael Kerrisk cdf1aadc3d 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.
2008-08-01 05:26:31 +00:00
Michael Kerrisk 3d35263196 Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:30 +00:00
Michael Kerrisk caba2e47e8 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.
2008-08-01 05:26:29 +00:00
Michael Kerrisk b2de3faca9 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:28 +00:00
Michael Kerrisk 5109fcf93f SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:27 +00:00
Michael Kerrisk bb4abad3dc 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.
2008-08-01 05:26:26 +00:00
Michael Kerrisk a57ce78dec SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE and ERRORS sections.
Updated CONFORMING TO.
2008-08-01 05:26:25 +00:00
Michael Kerrisk 8f6f581dab 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.
Added ERRORS section; noted that errno is not set; see
also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805.
2008-08-01 05:26:24 +00:00
Michael Kerrisk d33cd73d6a 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.
2008-08-01 05:26:23 +00:00
Michael Kerrisk 6bc15b8b59 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.
2008-08-01 05:26:22 +00:00
Michael Kerrisk ccf0443179 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.
2008-08-01 05:26:21 +00:00
Michael Kerrisk 6717c6ea6f SYNOPSIS: Added feature test macro requirements.
Added details to RETURN VALUE section.
Added (null) ERRORS section.
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:20 +00:00
Michael Kerrisk 5840de13c8 Minor wording changes.
CONFORMING TO: Added POSIX.1-2001.
SEE ALSO: Add signbit(3).
CONFORMING TO: Added POSIX.1-2001.
2008-08-01 05:26:19 +00:00
Michael Kerrisk 1cc72c09fc 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.
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.
2008-08-01 05:26:18 +00:00
Michael Kerrisk 6bd01965d4 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.
2008-08-01 05:26:17 +00:00
Michael Kerrisk f813ec1308 SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Enhanced.
RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:16 +00:00
Michael Kerrisk 7fde78e66f SYNOPSIS: Fixed feature test macro requirements. 2008-08-01 05:26:15 +00:00
Michael Kerrisk 1dfd49d3cd Updated CONFORMING TO. 2008-08-01 05:26:14 +00:00
Michael Kerrisk a637b7284a 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.
2008-08-01 05:26:13 +00:00
Michael Kerrisk 824eec7e02 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Updated CONFORMING TO.
2008-08-01 05:26:12 +00:00
Michael Kerrisk 77c9946afa 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.
2008-08-01 05:26:11 +00:00
Michael Kerrisk 898cf0a01f Added RETURN VALUE and ERRORS sections.
Updated CONFORMING TO.
2008-08-01 05:26:10 +00:00
Michael Kerrisk f4fe98d1ad 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.
2008-08-01 05:26:09 +00:00
Michael Kerrisk 3888e21988 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.
2008-08-01 05:26:08 +00:00
Michael Kerrisk 6d5ff921e4 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.
2008-08-01 05:26:07 +00:00
Michael Kerrisk 5bb52d98d0 SYNOPSIS: Added feature test macro requirements.
Added RETURN VALUE section.
Added ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:06 +00:00
Michael Kerrisk 9b3a8137db 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.
2008-08-01 05:26:05 +00:00
Michael Kerrisk db002ad78d Added RETURN VALUE section.
Updated CONFORMING TO.
2008-08-01 05:26:04 +00:00
Michael Kerrisk 578d105f4a 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.
2008-08-01 05:26:03 +00:00
Michael Kerrisk 54b0fbfb44 SYNOPSIS: Fixed feature test macro requirements.
Added RETURN VALUE section.
Added (null) ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:02 +00:00
Michael Kerrisk 138b47a97e 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.
2008-08-01 05:26:01 +00:00
Michael Kerrisk f71288ac30 SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Some rewording.
RETURN VALUE: Added details for special argument cases.
Added (null) ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:26:00 +00:00
Michael Kerrisk 9732b053bc SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Some rewording.
RETURN VALUE: Added details for special argument cases.
Added (null) ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:25:59 +00:00
Michael Kerrisk 5ef3a12882 SYNOPSIS: Added feature test macro requirements.
DESCRIPTION: Some rewording.
RETURN VALUE: Added details for special argument cases.
Added (null) ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:25:58 +00:00
Michael Kerrisk a6d7b49b06 SYNOPSIS: Added feature test macro requirements.
RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:25:57 +00:00
Michael Kerrisk 1e2209ddde SYNOPSIS: Fixed feature test macro requirements.
Added RETURN VALUE section.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:25:56 +00:00
Michael Kerrisk e279ffc370 SYNOPSIS: Added feature test macro requirements.
RETURN VALUE: Added details for special argument cases.
Rewrote ERRORS section.
Updated CONFORMING TO.
2008-08-01 05:25:55 +00:00
Michael Kerrisk a3ee711e46 tstamp 2008-07-30 08:41:31 +00:00
Michael Kerrisk caa21260fb Tweak discuss text describing support for Blowfish. 2008-07-28 08:48:03 +00:00
Michael Kerrisk 61f56d7274 SEE ALSO: Add signbit(3). 2008-07-28 04:36:11 +00:00
Michael Kerrisk 9ebd85884b CONFORMING TO: Added POSIX.1-2001. 2008-07-25 20:34:14 +00:00
Michael Kerrisk 14a05a52aa minor wording changes 2008-07-25 20:25:56 +00:00
Michael Kerrisk cfe08d1e4a CONFORMING TO: Added POSIX.1-2001. 2008-07-25 20:21:06 +00:00
Michael Kerrisk f761505ced ffix 2008-07-25 20:07:50 +00:00
Michael Kerrisk 5584a528f3 Small wording changes. 2008-07-25 18:44:28 +00:00
Michael Kerrisk d4748beffa Changed these links to point to new scalbln.3. 2008-07-25 14:17:32 +00:00
Michael Kerrisk 2fcf3394e3 Remove FIXME 2008-07-25 06:43:02 +00:00
Michael Kerrisk 2b7f1d126d NAME: Make description clearer
Improve the description of isunordered().
Add RETURN VALUE and ERRORS sections.
Formatting fixes.
A few wording improvements.
2008-07-24 15:19:12 +00:00
Michael Kerrisk d6c974e73d NAME: Make description clearer
SYNOPSIS: Add feature test macro requirements.
SYNOPSIS: Remove unneeded "Compile with" piece.
CONFORMING TO: Add POSIX.1-2001.
Add RETURN VALUE and ERRORS sections.
2008-07-24 14:29:55 +00:00
Michael Kerrisk 7ba63496e7 Changed these links to point to new y0.3 page. 2008-07-24 09:57:11 +00:00
Michael Kerrisk 329b1c25b9 Changed these links to point to new erfc.3 page. 2008-07-24 09:55:29 +00:00
Michael Kerrisk 0e8fe3b46f Add some words to make clear that the string returned by
ctime() and asctime() is null-terminated.
2008-07-23 20:38:15 +00:00
Michael Kerrisk 5f1f495c1d A description of the SVID-specified mechanism for reporting math exceptions.
See http://thread.gmane.org/gmane.linux.man/266.
2008-07-23 14:06:09 +00:00
Michael Kerrisk d39e8d56be Remove unneeded "Compile with" piece in SYNOPSIS.
SEE ALSO: Add math_error(7).
2008-07-23 13:04:35 +00:00
Michael Kerrisk a81ff34c42 SEE ALSO: Add math_error(7). 2008-07-23 13:04:14 +00:00
Michael Kerrisk b6e464c07a still not in glibc as at 2.8 2008-07-23 10:36:29 +00:00
Michael Kerrisk a4613095a5 wfix 2008-07-23 03:24:35 +00:00
Michael Kerrisk c45bd688fd s/floating point/floating-point/ when used attributively. 2008-07-23 02:57:20 +00:00
Michael Kerrisk 6457ee5a49 For consistency with majority usage:
s/plus infinity/positive infinity/
s/minus infinity/negative infinity/
2008-07-23 02:54:27 +00:00
Michael Kerrisk 94d5cb11d0 s/resp./respectively,/ 2008-07-22 15:08:19 +00:00
Michael Kerrisk ba00ca748a Added .\" comment 2008-07-18 10:03:46 +00:00
Michael Kerrisk 3cf81850db tfix 2008-07-18 08:37:37 +00:00
Michael Kerrisk 4391d17314 wfix, ffix 2008-07-18 04:08:34 +00:00
Michael Kerrisk c2a80b761f ffix 2008-07-18 03:57:15 +00:00
Michael Kerrisk 920aac2cf7 tfix 2008-07-18 03:55:50 +00:00
Michael Kerrisk 038fcbb1da wfix + grfix + remove FIXME 2008-07-17 14:03:52 +00:00
Michael Kerrisk 39a22d9275 Fix errors introduced into a few prototypes when converting
function declarations to use modern C prototypes in man-pages-2.75.
2008-07-17 13:33:33 +00:00
Michael Kerrisk fd7193f57a Removed trailing white space at end of lines 2008-07-16 13:11:30 +00:00
Michael Kerrisk 29b16b4c74 Link to utimensat.2. 2008-07-16 08:42:59 +00:00
Michael Kerrisk 50ff69bba7 SEE ALSO: remove futimesat(2); add utimensat(2). 2008-07-16 08:28:51 +00:00
Michael Kerrisk 44a2c3286c Even when the CONFORMING TO section is just a list of standards,
they should be terminated by a period.
2008-07-15 13:39:17 +00:00
Michael Kerrisk 894d8eb522 Move example into proper EXAMPLE section. 2008-07-14 19:40:42 +00:00
Michael Kerrisk e85c1a756f tfix 2008-07-14 18:44:19 +00:00
Michael Kerrisk 60d38add84 s/can/should/ for use of free(3) 2008-07-14 18:41:50 +00:00
Michael Kerrisk 97de53cad0 tfix 2008-07-14 18:39:06 +00:00
Michael Kerrisk 47e9b9f131 Prepend "POSIX.1-2001 specifies that: " to the sentence stating
that tmpfile() may write to stdout.  (AFAICS, glibc's tmpfile()
does not do this.)
2008-07-14 17:39:26 +00:00
Michael Kerrisk 7febebb7a2 Remove unnecessary sentence in ERRORS. 2008-07-14 17:06:26 +00:00
Michael Kerrisk 8b8d000138 ffix 2008-07-14 15:57:53 +00:00
Michael Kerrisk f0c34053bc Put SEE ALSO section into alphabetical order. 2008-07-14 15:52:21 +00:00
Michael Kerrisk 60e91186bf tfix 2008-07-14 15:26:17 +00:00
Michael Kerrisk 5c4045cbb1 wfix 2008-07-14 14:26:50 +00:00
Michael Kerrisk 3ba63d8ea4 Rename CONSIDERATIONS section to NOTES, and relocate
to approprate place on page.
2008-07-14 12:21:42 +00:00
Michael Kerrisk 52d80137f3 ffix 2008-07-14 11:08:42 +00:00
Michael Kerrisk a3887f6e1e ffix 2008-07-14 11:04:20 +00:00
Michael Kerrisk c789ed8789 Remove netdate(1) and rdate(1) from SEE ALSO, since these pages
don't seem to exist on Linux systems.
2008-07-13 20:30:48 +00:00
Michael Kerrisk ef55629d84 Clarify meaning of midnight on 1 Jan 1900/1970. 2008-07-13 20:30:25 +00:00
Michael Kerrisk 67c27c77cc x 2008-07-13 19:55:06 +00:00
Michael Kerrisk ddba45e118 ffix 2008-07-13 17:39:54 +00:00
Michael Kerrisk 31550ee104 ffix 2008-07-13 17:37:52 +00:00
Michael Kerrisk 6b9d705d2c tfix 2008-07-13 16:38:42 +00:00
Michael Kerrisk bc7c3dc52f Put SEE ALSO in alpha order 2008-07-13 16:37:38 +00:00
Michael Kerrisk 1c9d4f958a ffix 2008-07-12 21:17:06 +00:00
Michael Kerrisk b983ad10fc ffix 2008-07-12 21:11:54 +00:00
Michael Kerrisk 65e8e0f5ed Small wording improvement. 2008-07-12 21:01:09 +00:00
Michael Kerrisk c59f8dfefc Many small formatting fixes. 2008-07-12 20:57:29 +00:00
Michael Kerrisk 512c4c1a1f many ffixes 2008-07-12 20:49:46 +00:00
Michael Kerrisk 3a4ac59b3a Remove unnecessary sentence in ERRORS. 2008-07-12 20:31:03 +00:00
Michael Kerrisk d6f4ee12fe ffix 2008-07-12 15:08:37 +00:00
Michael Kerrisk d7e02b73a2 Small wording improvement. 2008-07-12 12:41:43 +00:00
Michael Kerrisk 883b0fef4b ffix 2008-07-12 12:38:45 +00:00
Michael Kerrisk 55265deb37 tfix 2008-07-12 12:38:04 +00:00
Michael Kerrisk df5f3ac44d ffix 2008-07-12 12:37:12 +00:00
Michael Kerrisk cba678df2d Remove unnecessary sentence in ERRORS. 2008-07-12 11:02:07 +00:00
Michael Kerrisk d7ba51f9c5 Small wording fixes -- express <=, <, >=, > in words when in running text.
+ffix
2008-07-11 13:21:30 +00:00
Michael Kerrisk dbe21e1d70 tfix 2008-07-11 11:31:31 +00:00
Michael Kerrisk 9f4d7f9e49 wfixes 2008-07-11 11:30:26 +00:00
Michael Kerrisk c4bb193f3c s/parameter/argument/ when talking about the things given
to a function call, for consistency with majority usage.
2008-07-10 20:53:08 +00:00
Michael Kerrisk be9c618d66 minor rewording 2008-07-10 20:35:13 +00:00
Michael Kerrisk 911634563e Minor rewording w.r.t. use of the term "parameter". 2008-07-10 20:33:37 +00:00
Michael Kerrisk 56b1ae210c Minor rewording w.r.t. use of the term "parameter". 2008-07-10 20:27:50 +00:00
Michael Kerrisk a7e4a8f2dc RETURN VALUE: note that errno is set on error.
Add EINVAL error.
ffix
2008-07-10 14:54:14 +00:00
Michael Kerrisk 50963b3676 ffix 2008-07-10 14:53:13 +00:00
Michael Kerrisk b213341443 ffix 2008-07-10 12:54:32 +00:00
Michael Kerrisk cd4995f5fc tfx + ffix 2008-07-10 12:06:48 +00:00
Michael Kerrisk 433dc4d53f ffix 2008-07-10 10:46:47 +00:00
Michael Kerrisk c3022783f1 ffix 2008-07-10 10:42:10 +00:00
Michael Kerrisk e94c735e3f Add a NOTES section describing the glibc-specific behavior
when optind is reset to 0 (rather than 1).
Note glibc extensions under CONFORMING TO.
2008-07-10 09:30:29 +00:00
Michael Kerrisk 109b6459e8 Add section numbers to page xrefs 2008-07-10 07:41:55 +00:00
Michael Kerrisk 74aace8a7f Small wording fixes -- express <= and >= in words when in running text. 2008-07-09 19:38:19 +00:00
Michael Kerrisk 8d998d0152 wfix 2008-07-09 15:33:56 +00:00
Michael Kerrisk ec1a3d9f9a Wording fix 2008-07-09 15:22:08 +00:00
Michael Kerrisk 8ee190da4a s/UNIX/Unix/, when not used as part of a trademark,
for consistency with majority usage in pages.
2008-07-09 14:17:06 +00:00
Michael Kerrisk 2914a14d30 Removed trailing white space at end of lines 2008-07-09 13:55:24 +00:00
Michael Kerrisk e23ab2934d CONFORMING TO: Add C99. 2008-07-09 13:26:07 +00:00
Michael Kerrisk 279325d802 Add reference to passwd(5).
Minor rewordings.
SEE ALSO: add fopen(3).
2008-07-09 10:47:02 +00:00
Michael Kerrisk fb3dcb4a5d Add reference to group(5).
Minor rewordings.
SEE ALSO: add fopen(3).
2008-07-09 10:46:24 +00:00
Michael Kerrisk 0912b48d80 SEE ALSO: Add exp10(3). 2008-07-09 09:59:05 +00:00
Michael Kerrisk 344dd45ee5 SEE ALSO: Add log10(3). 2008-07-09 09:58:56 +00:00
Michael Kerrisk 9561de28f2 Add C99 to CONFORMING TO. 2008-07-09 09:54:57 +00:00
Michael Kerrisk b5502dfc13 Small rewording. 2008-07-09 09:51:47 +00:00
Michael Kerrisk 66b08231a1 Add details on initial value of optind, and note that it can
be reset to restart scanning of an argument vector.
2008-07-09 05:22:33 +00:00
Michael Kerrisk bb3797a494 Added some .\" comments 2008-07-09 05:01:24 +00:00
Michael Kerrisk f33d7814ea Added FIXME. 2008-07-09 04:54:57 +00:00
Michael Kerrisk 331dcdd6c6 wfix 2008-07-09 04:54:47 +00:00
Michael Kerrisk 8c5263f428 Improve comments on struct spwd. 2008-07-08 22:14:19 +00:00
Michael Kerrisk cefb5a1792 Describe additional encryption algorithms. 2008-07-08 22:12:29 +00:00
Michael Kerrisk 712a8e85f4 Links to end.3 2008-07-08 15:36:25 +00:00
Michael Kerrisk 37da8d9766 Documents etext, edata, and end symbols. 2008-07-08 15:35:40 +00:00
Michael Kerrisk bf5a72471e Added "Copyright" string to lines that had "([Cc])" for copyright. 2008-07-08 14:32:54 +00:00
Michael Kerrisk f37855d179 Add "Copyright" word to copyright notices 2008-07-08 14:21:20 +00:00
Michael Kerrisk e346bc5a42 Removed trailing white space at end of lines 2008-07-08 12:44:16 +00:00
Michael Kerrisk 5907e75988 Link to perror.3. 2008-07-08 12:34:08 +00:00
Michael Kerrisk 929ccaa3db Small rewrites in DESCRIPTION. 2008-07-08 12:32:50 +00:00
Michael Kerrisk 4ff5d591ff Link to memchr.3. 2008-07-08 12:09:52 +00:00
Michael Kerrisk c7cb2bdbfd tfix 2008-07-08 12:09:13 +00:00
Michael Kerrisk 2a8bb904db Add description of rawmemchr(). 2008-07-08 12:08:16 +00:00
Michael Kerrisk 22fb6e2260 Link to getdate.3. 2008-07-08 07:25:25 +00:00
Michael Kerrisk b9be6a3231 Link to getopt.3. 2008-07-08 06:42:37 +00:00
Michael Kerrisk 3575b10016 Link to gethsotbyname.3. 2008-07-08 06:40:20 +00:00
Michael Kerrisk f9d17bc4fb Clarify treatment of intial white space by %% conversion specification.
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435648.
2008-07-07 14:37:42 +00:00
Michael Kerrisk 3f89dd3d82 SEE ALSO: Add elf(5). 2008-07-07 14:08:33 +00:00
Michael Kerrisk e69ecf9339 ffix 2008-07-07 13:00:11 +00:00
Michael Kerrisk c16f93565c ffix 2008-07-07 11:35:23 +00:00
Michael Kerrisk 76e533c419 Add ref to signal(7) under EINTR error. 2008-07-07 05:24:15 +00:00