Commit Graph

3862 Commits

Author SHA1 Message Date
Michael Kerrisk b9bc5c22a5 sync 2008-03-19 14:47:24 +00:00
Michael Kerrisk 58ce1507a1 spfix 2008-03-19 14:47:17 +00:00
Michael Kerrisk ca22189dfe Note location of online info for POSIX.1-2008 revision. 2008-03-19 14:22:12 +00:00
Michael Kerrisk 21247ac688 Add a section on the upcoming POSIX revision. 2008-03-19 14:19:34 +00:00
Michael Kerrisk 501d2485ba Update FIXME 2008-03-19 14:07:29 +00:00
Michael Kerrisk e713cb8efa grfix 2008-03-19 13:26:12 +00:00
Michael Kerrisk 6f36deb49c s/realtime/real-time/ 2008-03-19 13:23:34 +00:00
Michael Kerrisk 83ea1eee87 Minor rewording. 2008-03-19 13:23:18 +00:00
Michael Kerrisk eba722884d s/nonzero/non-zero/ 2008-03-19 13:16:39 +00:00
Michael Kerrisk 1f04cc9731 s/nonempty/non-empty/ 2008-03-19 13:11:38 +00:00
Michael Kerrisk 2169c23cf5 sync 2008-03-19 12:04:45 +00:00
Michael Kerrisk 2103596438 s/normal file/regular file/ 2008-03-19 11:56:53 +00:00
Michael Kerrisk 972a8ec74e grfix 2008-03-19 11:52:55 +00:00
Michael Kerrisk 415d4dd0eb grfix 2008-03-19 11:46:23 +00:00
Michael Kerrisk 7b01461a26 s/zeroes/zeros/ 2008-03-19 09:04:12 +00:00
Michael Kerrisk ecccf7c284 grfix 2008-03-19 08:56:26 +00:00
Michael Kerrisk fcbe9025d0 grfix 2008-03-19 08:53:45 +00:00
Michael Kerrisk da27f17824 s/re-entrant/reentrant/ 2008-03-19 08:49:50 +00:00
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