Commit Graph

1829 Commits

Author SHA1 Message Date
Michael Kerrisk 345edc6afd POSIX.1-2008 rectifies the POSIX.1-2001 ommission, specifying
that zero is returned by a successful sem_init() call.
2008-08-21 06:48:50 +00:00
Michael Kerrisk 2773008f52 These interfaces are specified in POSIX.1-2008. 2008-08-21 06:31:11 +00:00
Michael Kerrisk 55e80e2598 Relocate text for resolved_path==NULL case to DESCRIPTION.
POSIX.1-2001 leaves the resolved_path==NULL case as
implementation-defined; POSIX.1-2008 specifies the behavior
described in this man page.
2008-08-21 06:25:42 +00:00
Michael Kerrisk 166a4d06b9 These interfaces are specified in POSIX.1-2008. 2008-08-21 06:17:07 +00:00
Michael Kerrisk 9f61bba169 CONFORMING TO: Add POSIX.1-2008; other minor changes. 2008-08-21 06:08:45 +00:00
Michael Kerrisk 1cc22815b9 CONFORMING TO: this function is specified in POSIX.1-2008. 2008-08-21 05:16:55 +00:00
Michael Kerrisk 84af7ae79b Small rewording: "s/returned/failed with/ [an error]". 2008-08-19 15:26:42 +00:00
Michael Kerrisk 05230f064f remove old FIXME 2008-08-18 13:41:08 +00:00
Michael Kerrisk c973f7696e tstamp 2008-08-18 13:40:35 +00:00
Michael Kerrisk 065f4a0f72 RETURN VALUE: emphasize that returned pointer points to a
statically allocated structure.
SEE ALSO: add getrpcent_r.3.
2008-08-18 13:39:50 +00:00
Michael Kerrisk 23b211585a RETURN VALUE: emphasize that returned pointer points to a
statically allocated structure.
SEE ALSO: add getservent_r.3.
2008-08-18 13:39:34 +00:00
Michael Kerrisk b5991a6e70 RETURN VALUE: emphasize that returned pointer points to a
statically allocated structure.
SEE ALSO: add getprotoent_r.3.
2008-08-18 13:37:40 +00:00
Michael Kerrisk d285b8b352 RETURN VALUE: emphasize that returned pointer points to a
statically allocated structure.
SEE ALSO: add getnetent_r.3.
2008-08-18 13:37:08 +00:00
Michael Kerrisk f7ef9c2e94 New links to new getservent_r.3. 2008-08-18 13:29:14 +00:00
Michael Kerrisk e2522543a8 New links to new getrpcent_r.3. 2008-08-18 13:28:29 +00:00
Michael Kerrisk 5486a50afd New links to new getprotoent_r.3. 2008-08-18 13:27:25 +00:00
Michael Kerrisk 600367aa09 New links to new getnetent_r.3. 2008-08-18 13:26:33 +00:00
Michael Kerrisk 1280fbc656 Documents getservent_r(), getservbyname_r(), and
getservbyport_r(), the reentrant equivalents of
getservent(), getservbyname(), and getservbyport().
2008-08-18 13:00:24 +00:00
Michael Kerrisk 6538263954 Documents getrpcent_r(), getrpcbyname_r(), and
getrpcbynumber_r(), the reentrant equivalents of
getrpcent(), getrpcbyname(), and getrpcbynumber().
2008-08-18 12:59:48 +00:00
Michael Kerrisk ca1a4bba44 Documents getprotoent_r(), getprotobyname_r(), and
getprotobynumber_r(), the reentrant equivalents of
getprotoent(), getprotobyname(), and getprotobynumber().
2008-08-18 12:59:21 +00:00
Michael Kerrisk 77f18fb6e2 Documents getnetent_r(), getnetbyname_r(),
and getnetbyaddr_r(), the reentrant equivalents of
getnetent(), getnetbyname(), and getnetbyaddr().
2008-08-18 12:58:37 +00:00
Michael Kerrisk 50fda6b390 Note that the gethostbyaddr() 'net' argument is in host byte order. 2008-08-18 12:10:47 +00:00
Michael Kerrisk e66cd0f2d9 n_net nowadays has type uint32_t 2008-08-18 11:54:04 +00:00
Michael Kerrisk 15c15ebd86 In glibc 2.2, the type of the 'net' argument for getnetbyaddr()
changed from 'long' to 'uint32_t'.
2008-08-18 11:31:40 +00:00
Michael Kerrisk aa966d080f Clarify exactly which functions are obsoleted by getnameinfo()
and getaddrinfo().
2008-08-18 09:14:44 +00:00
Michael Kerrisk 64e082ef40 spfix 2008-08-18 05:56:44 +00:00
Michael Kerrisk b2273bd8f5 s/sigev_notify_function/sigev_thread_function/
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494956.
2008-08-13 13:07:14 +00:00
Michael Kerrisk 01089ed5b2 s/rpc/RPC/.
Rephrase description in terms of a database, rather than a file.
Note that each of the get*() functions opens a connection to
the database if necessary.
s/zero terminated list/NULL-terminated list/
2008-08-13 05:17:40 +00:00
Michael Kerrisk 8dea53c575 Rephrase description in terms of a database, rather than a file.
Note that each of the get*() functions opens a connection to
the database if necessary.
The database connection is held opend between get*() calls if
'stayopen' is non-zero (not necessarily 1).
s/zero terminated list/NULL-terminated list/
2008-08-13 05:17:08 +00:00
Michael Kerrisk 46e04b724b tstamp 2008-08-12 10:23:04 +00:00
Michael Kerrisk 3fd4929b9c VERSIONS: These functions are available in glibc since version 2.1. 2008-08-11 20:23:22 +00:00
Michael Kerrisk 266b5355cf VERSIONS: strchrnul() since glibc 2.1.1. 2008-08-11 20:13:58 +00:00
Michael Kerrisk 2ee2e7eb1f VERSIONS: mempcpy() since glibc 2.1. 2008-08-11 20:10:18 +00:00
Michael Kerrisk 781166d1d7 VERSIONS: memrchr() since glibc 2.2; rawmemchr() since glibc 2.1. 2008-08-11 20:09:05 +00:00
Michael Kerrisk f0d7ce1d71 Added VERSIONS section pointing out that these functions first appeared
in glibc in version 2.1.
2008-08-11 17:13:47 +00:00
Michael Kerrisk 6b300a6bc3 These functions first appeared in glibc 2.1. 2008-08-11 17:05:02 +00:00
Michael Kerrisk 9df71affab Document clock_getcpuclockid(3). 2008-08-11 10:58:20 +00:00
Michael Kerrisk edf60acbe8 SEE ALSO: Add clock_getcpuclockid(3). 2008-08-11 10:55:31 +00:00
Michael Kerrisk 47836143f8 BUGS: In glibc 2.3.4 and earlier, an FE_OVERFLOW exception is not
raised when an overflow occurs.
2008-08-10 20:03:27 +00:00
Michael Kerrisk 5625342f8c BUGS: In glibc 2.5, log(nan("")) produces a bogus
FE_INVALID exception.
2008-08-10 19:46:04 +00:00
Michael Kerrisk 15b97c4894 BUGS: In glibc 2.5 and earlier these functions do not raise an
FE_UNDERFLOW exception on underflow.
2008-08-10 19:20:27 +00:00
Michael Kerrisk c6eae0ea4b remove junk text left over from last edit 2008-08-10 19:09:15 +00:00
Michael Kerrisk b71168c23f In glibc 2.3.2 and earlier, these functions do not raise an
FE_INVALID exception for a domain error.
2008-08-10 19:08:31 +00:00
Michael Kerrisk 518e5c3021 spfix 2008-08-10 19:01:03 +00:00
Michael Kerrisk ed02bff968 spfix 2008-08-10 15:11:07 +00:00
Michael Kerrisk 7e919b7a1e tfix 2008-08-10 15:10:45 +00:00
Michael Kerrisk 756ede2e38 BUGS: In glibc 2.3.3, tgamma(+-0) produced a domain error
instead of a pole error.
2008-08-10 15:10:08 +00:00
Michael Kerrisk 078dfbb054 BUGS: Note the bogus FE_INVALID exception that occurred in glibc
2.3.2 and earlier on overflow and underflow.
2008-08-10 15:04:14 +00:00
Michael Kerrisk b4338c3fac Restore text about PATH_MAX (it may no be a compile-time constant;
its value may depend on the file system).
2008-08-09 12:22:09 +00:00
Michael Kerrisk c359e37d82 Clarify description of getcwd() for buf==NULL case;
CONFORMING TO: According to POSIX.1, the behavior of getcwd()
is unspecified for the buf==NULL case.
Add an introductory paragraph giving an overview of what these functions do.
Fix error in description of getwd(): it does not truncate the
pathname; rather, it gives an error if the pathname exceeds PATH_MAX bytes.
Rewrote RETURN VALUE section.
Add EINVAL ENAMETOOLONG errors for getwd().
Various other clarifications and wording fixes.
CONFORMING TO: POSIX.1-2001 does not define any errors for getwd().
2008-08-09 05:46:39 +00:00
Michael Kerrisk 7847d5cdfd grfix 2008-08-09 04:07:31 +00:00
Michael Kerrisk 51d0a7e980 grfix 2008-08-09 03:59:59 +00:00
Michael Kerrisk d4c8c97c31 s/PF_/AF_/ for socket family constants. Reasons: the AF_ and
PF_ constants have always had the same values; there never has
been a protocol family that had more than one address family,
and POSIX.1-2001 only specifies the AF_* constants.
2008-08-08 16:47:53 +00:00
Michael Kerrisk 77117f4fc5 Reverting blunder in commit 4699 2008-08-08 16:41:48 +00:00
Michael Kerrisk 10874173db s/PF_/AF_/ for socket family conistants. Reasons: the AF_ and
PF_ constants have always had the same values; there never has
been a protocol family that had more than one address family,
and POSIX.1-2001 only specifies the AF_* constants.
2008-08-08 16:28:06 +00:00
Michael Kerrisk f6ecd76eb8 ffix 2008-08-08 05:19:07 +00:00
Michael Kerrisk 5dcc3b6601 Add reference to fenv(3) for discussion of current rounding mode. 2008-08-07 11:46:19 +00:00
Michael Kerrisk 82e15b5ebe Provide more detail in the description of rounding modes.
Add text describing FLT_ROUNDS (foermerly in fma.3).
Add BUGS section pointing out the FLT_ROUNDS does not reflect
changes by fesetround().
2008-08-07 11:37:14 +00:00
Michael Kerrisk 00b5d3721e Remove text about FLT_ROUNDS, replacing with a cross-reference to fenv(3). 2008-08-07 11:15:34 +00:00
Michael Kerrisk a7427457db These functions are still not in glibc as at version 2.8. 2008-08-07 07:12:15 +00:00
Michael Kerrisk d41a0a779d CONFORMING TO: Note that the standards provide a weaker guarantee
for the return value of isinf().
2008-08-07 06:57:15 +00:00
Michael Kerrisk 280a7a9559 tfix 2008-08-07 04:23:58 +00:00
Michael Kerrisk 6442511800 tfix 2008-08-07 04:20:52 +00:00
Michael Kerrisk 764faff43b wfix 2008-08-07 04:16:20 +00:00
Michael Kerrisk a1759255c6 SEE ALSO Add carg(3). 2008-08-07 04:08:19 +00:00
Michael Kerrisk f8eabcf929 POSIX.1-2008 removes the specification of usleep(). 2008-08-06 12:46:57 +00:00
Michael Kerrisk 4725e646c0 tstamp 2008-08-06 12:45:41 +00:00
Michael Kerrisk b640cde884 wfix 2008-08-06 12:44:46 +00:00
Michael Kerrisk daed69bca0 POSIX.1-2008 marks ulimit() as obsolete. 2008-08-06 12:44:31 +00:00
Michael Kerrisk 0a2ab09ebe POSIX.1-2008 removes the specification of ualarm(). 2008-08-06 12:42:51 +00:00
Michael Kerrisk 2045a15fc4 POSIX.1-2008 marks toascii() as obsolete. 2008-08-06 12:41:33 +00:00
Michael Kerrisk 23fc8f53aa POSIX.1-2008 marks tmpnam() as obsolete. 2008-08-06 12:37:22 +00:00
Michael Kerrisk 78140c8158 POSIX.1-2008 marks tempnam() as obsolete. 2008-08-06 12:36:44 +00:00
Michael Kerrisk d458f96548 POSIX.1-2008 marks tempnam() as obsolete. 2008-08-06 12:35:50 +00:00
Michael Kerrisk ec27c7cde9 POSIX.1-2008 marks sighold(), sigignore(), sigpause(), sigrelse(),
and sigset() as obsolete.
2008-08-06 12:34:50 +00:00
Michael Kerrisk 4b8234be75 POSIX.1-2008 marks siginterrupt() as obsolete. 2008-08-06 12:32:40 +00:00
Michael Kerrisk 5207357254 POSIX.1-2008 removes the specification of scalb(). 2008-08-06 12:31:15 +00:00
Michael Kerrisk a5eda9467f POSIX.1-2008 marks rand_r() as obsolete. 2008-08-06 12:29:55 +00:00
Michael Kerrisk 4a19ca57dd POSIX.1-2008 specifes fdopendir(). 2008-08-06 12:28:37 +00:00
Michael Kerrisk a2fa863ac4 POSIX.1-2008 removes the specification of mktemp(). 2008-08-06 12:26:00 +00:00
Michael Kerrisk 6a8e41e9a8 POSIX.1-2008 removes the specifications of makecontext() and swapcontext(). 2008-08-06 12:24:39 +00:00
Michael Kerrisk 712ad842d8 POSIX.1-2008 marks isalpha() as obsolete. 2008-08-06 12:22:58 +00:00
Michael Kerrisk 97c8e181d7 POSIX.1-2008 remoevs the specifications of index() and rindex(). 2008-08-06 12:21:53 +00:00
Michael Kerrisk a0a7726415 POSIX.1-2008 removes the specification of gets(). 2008-08-06 12:20:20 +00:00
Michael Kerrisk 381c50fd4c POSIX.1-2008 removes the specifications of gethostbyname(),
gethostbyaddr(), and h_errno.
2008-08-06 12:18:31 +00:00
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