Commit Graph

3694 Commits

Author SHA1 Message Date
Michael Kerrisk 79761fe5b1 grfix 2008-03-19 08:48:08 +00:00
Michael Kerrisk cf50118f48 Use "run time" when non-attributive, "run-time" when attributive. 2008-03-19 08:46:32 +00:00
Michael Kerrisk 29aceda46e grfix 2008-03-19 08:43:21 +00:00
Michael Kerrisk d4aa1c1659 grfix 2008-03-19 08:40:20 +00:00
Michael Kerrisk 76c44d83f3 s/command line/command-line/ when used attributively. 2008-03-19 08:37:35 +00:00
Michael Kerrisk e7b489f0b9 s/builtin/built-in/ 2008-03-19 08:32:22 +00:00
Michael Kerrisk 24d01c530c s/filesystem/file system/ 2008-03-19 07:26:08 +00:00
Michael Kerrisk bed47b47a7 sync 2008-03-19 07:09:48 +00:00
Michael Kerrisk 28230c8fd8 tfix 2008-03-19 07:09:40 +00:00
Michael Kerrisk 10d76543fe Modify the license on these pages to be the standard verbatim license. 2008-03-18 14:47:54 +00:00
Michael Kerrisk 647d1abbdb Added some .\" comments, and a FIXME. 2008-03-18 14:25:00 +00:00
Michael Kerrisk 6982cdd87c Minor wording change 2008-03-18 14:11:57 +00:00
Michael Kerrisk 366a09d51b Remove out-of-date FIXME. 2008-03-18 12:08:43 +00:00
Michael Kerrisk c35a0a7c7c Link to futimes.3 2008-03-18 10:13:18 +00:00
Michael Kerrisk 4cc127252b Add documentation of lutimes(), which appeared in glibc 2.6.
Change description in NAME line ("or" is not correct: these calls
always change *both* timestamps).
futimes() did not come from 4.2BSD.  (It came from FreeBSD; see
the FreeBSD man page.)
2008-03-18 10:12:49 +00:00
Michael Kerrisk b69987f6de s/time stamp/timestamp/ 2008-03-18 09:52:36 +00:00
Michael Kerrisk c18c014112 Change description in NAME line ("or" is not correct: these calls
always change *both* timestamps).
Other minor wording fixes.
2008-03-18 09:50:51 +00:00
Michael Kerrisk 063a2574dc tfix 2008-03-18 07:44:01 +00:00
Michael Kerrisk f32682858b setenv() copies 'name' and 'value' (contrat with putenv()).
unsetenv() of a nonexistent variable does nothing and is considered successful.
Noted that setenv() and unsetenv() need not be reentrant.
2008-03-17 12:06:58 +00:00
Michael Kerrisk 9f6d3345d8 Noted that caller must not modify returned value string.
Noted that getenv() is not reentrant: the buffer may be statically
allocated and overwritten by later calls to getenv(), putenv(),
setenv(), or unsettenv().
Other minor rewrites.
2008-03-17 11:26:22 +00:00
Michael Kerrisk 1ac25a1e51 initstate_r(3), setkey_r(3), setstate_r(3) are no documented. 2008-03-17 10:47:53 +00:00
Michael Kerrisk 3144df47b1 Links to encrypt.3 2008-03-17 10:38:08 +00:00
Michael Kerrisk 61f409e054 Links to finite.3. 2008-03-17 10:36:00 +00:00
Michael Kerrisk 43114cc80e Links to tzset.3 2008-03-17 10:34:05 +00:00
Michael Kerrisk ab8c3c1133 Links to random_r.3 2008-03-17 10:32:04 +00:00
Michael Kerrisk 57db674d92 Add optarg, optind, opterr, optopt to NAME section. 2008-03-17 10:21:24 +00:00
Michael Kerrisk a039244f40 Add h_errno to NAME list. 2008-03-17 10:14:15 +00:00
Michael Kerrisk 7deb3c8b57 Added FIXME. 2008-03-14 13:24:35 +00:00
Michael Kerrisk bb9bfecda6 Updated timestamp 2008-03-14 13:24:17 +00:00
Michael Kerrisk 5d5b47f890 Added portability note to BUGS text for EPOLL_CTL_DEL. 2008-03-14 13:23:39 +00:00
Michael Kerrisk 24fd807089 spfix 2008-03-13 14:51:24 +00:00
Michael Kerrisk b8599c6807 sync 2008-03-13 12:24:50 +00:00
Michael Kerrisk e360219dd1 spfix 2008-03-13 12:24:46 +00:00
Michael Kerrisk 222ccf0944 spfix 2008-03-11 12:53:16 +00:00
Michael Kerrisk 046495ca4b spfix 2008-03-11 12:50:45 +00:00
Michael Kerrisk ef22088864 spfix 2008-03-11 12:48:45 +00:00
Michael Kerrisk e29d4bed59 spfix 2008-03-11 12:39:31 +00:00
Michael Kerrisk 0f5546a1fe spfix 2008-03-11 12:38:48 +00:00
Michael Kerrisk 5ada556d56 spfix 2008-03-11 12:37:48 +00:00
Michael Kerrisk 85c087efeb added FIXME 2008-03-10 14:28:34 +00:00
Michael Kerrisk 32fc4df2d5 wfix 2008-03-10 13:13:34 +00:00
Michael Kerrisk e935e108ac Replace (il)legal by "permitted" or "valid" 2008-03-10 10:04:03 +00:00
Michael Kerrisk 87d17de470 Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
needed for 'mode' constants.
2008-03-10 09:49:26 +00:00
Michael Kerrisk fce1dd17c8 Add text to SYNOPSIS noting the need to link with "-lrt" or "-pthread". 2008-03-10 08:29:29 +00:00
Michael Kerrisk cf0961b079 tfix 2008-03-10 08:02:43 +00:00
Michael Kerrisk d68b271378 spfix 2008-03-10 07:09:31 +00:00
Michael Kerrisk e173fbeb91 sync 2008-03-05 15:23:19 +00:00
Michael Kerrisk a522769fdb Add text in NOTES about the punchier effect of nice values in
kernel 2.6.23 and later.
Add Documentation/scheduler/sched-nice-design.txt to SEE ALSO list.
2008-03-05 15:22:42 +00:00
Michael Kerrisk 6958017ffd Refine previous changes a little. 2008-03-05 15:22:09 +00:00
Michael Kerrisk ceb141cf58 Documents random_r(3), srandom_r(3), initstate_r(32), and setstate_r(3),
which are the reentrant equivalents of random(3), srandom(3),
initstate(32), and setstate(3).
2008-03-05 13:37:03 +00:00