Commit Graph

3875 Commits

Author SHA1 Message Date
Michael Kerrisk ce17c5d391 sync 2008-06-09 16:00:05 +00:00
Michael Kerrisk f81fb4445b s/\\'/\\(aq/ 2008-06-09 15:49:35 +00:00
Michael Kerrisk 84c517a450 Change use of quote characters to get better UTF-8 rendering. 2008-06-05 20:14:50 +00:00
Michael Kerrisk b8b45978b0 /'/\\'/ to produce better UTF rendering 2008-06-05 19:01:25 +00:00
Michael Kerrisk 9377e6281a ffix 2008-06-05 18:53:46 +00:00
Michael Kerrisk f8a07a2154 s/'/\\'/ to improve rendering in UTF-8. 2008-06-05 17:52:37 +00:00
Michael Kerrisk 26868e5b26 s/`/\`/ for backquotes used in command substitution, for
proper rendering in UTF-8.
2008-06-05 12:26:22 +00:00
Michael Kerrisk bcf8b3ac62 sync 2008-06-05 11:42:53 +00:00
Michael Kerrisk 3a8d4ffa18 Update descriptions of pages. 2008-06-05 11:27:44 +00:00
Michael Kerrisk 86433f11d2 spfix 2008-06-05 10:01:27 +00:00
Michael Kerrisk 4e5c9c84e3 Update primary FTP site 2008-06-05 09:59:58 +00:00
Michael Kerrisk aa207abc18 The POSIX pages are now in a separate package, so this file is redundant 2008-06-05 09:53:44 +00:00
Michael Kerrisk 980d08c0d9 POSIX man pages are now in a separate package.
Other minor updates.
2008-06-05 09:52:50 +00:00
Michael Kerrisk 0e9f746458 Start of 3.00 2008-06-05 09:42:52 +00:00
Michael Kerrisk d2d0cdd2d6 These sections are now in man-pages-posix 2008-06-05 08:36:39 +00:00
Michael Kerrisk e8131de37a Start of 3.00 2008-06-05 08:32:50 +00:00
Michael Kerrisk 1c3df08a07 Start of 3.00 2008-06-05 08:32:21 +00:00
Michael Kerrisk 23f34700df Ready for 2.80 2008-06-04 14:58:53 +00:00
Michael Kerrisk e95581dfb4 Removed tabs 2008-06-04 14:57:55 +00:00
Michael Kerrisk a1953ceba7 sync 2008-06-04 14:21:39 +00:00
Michael Kerrisk c69378dc1e sync 2008-06-03 12:33:55 +00:00
Michael Kerrisk e55f347597 sync 2008-06-03 12:26:27 +00:00
Michael Kerrisk e9f6e8ea4c wfix 2008-06-03 12:25:15 +00:00
Michael Kerrisk 41325efd9a tfix 2008-06-03 12:24:19 +00:00
Michael Kerrisk 379402b0b5 Update timestamp 2008-06-03 09:44:32 +00:00
Michael Kerrisk 65132f861c Update timestamp 2008-06-03 09:44:05 +00:00
Michael Kerrisk e4f1d6868e sync 2008-06-03 09:40:28 +00:00
Michael Kerrisk 877d3c5562 sync 2008-06-03 09:38:03 +00:00
Michael Kerrisk 588ff0640b Update timestamp 2008-06-03 09:37:55 +00:00
Michael Kerrisk 7e56368006 Add ERRORS section referring to open(2). 2008-06-03 09:31:29 +00:00
Michael Kerrisk a6d57a94af tfix 2008-06-03 09:19:38 +00:00
Michael Kerrisk d051e0c01e Update FIXME. 2008-06-03 09:19:25 +00:00
Michael Kerrisk f95ef6d51f Reformat DESCRIPTION and RETURN VALUE sections to be more
consistent with man-pages style.
Add some more detail to descriptions of system calls.
Clarified what happens if caller of getgroups() is a member of
more than 'size' supplementary groups.
ERRORS: Add ENOMEM.
2008-06-03 09:07:36 +00:00
Michael Kerrisk f8850a3888 Clarify that supplementary group IDs are specified in POSIX.1-2001. 2008-06-03 09:05:55 +00:00
Michael Kerrisk 38ceb9d479 sync 2008-06-03 07:57:32 +00:00
Michael Kerrisk b15f36380d sysconf(_SC_NGROUPS_MAX) can be used to determine the number of
supplementary groups that a process may belong to.
2008-06-02 21:18:53 +00:00
Michael Kerrisk 55b8a252d7 NGROUPS_MAX increased in kernel 2.6.4.
SEE ALSO: Add credentials(7).
2008-06-02 21:15:41 +00:00
Michael Kerrisk 25fddfcd83 Note that this system is made obsolete by utimensat(2). 2008-06-02 14:12:37 +00:00
Michael Kerrisk 04527fe52c wfix 2008-05-30 14:12:46 +00:00
Michael Kerrisk 4de66f6687 sync 2008-05-30 13:26:04 +00:00
Michael Kerrisk 46cdb99741 wfix 2008-05-30 13:25:25 +00:00
Michael Kerrisk 82f2286be4 tweak quotes 2008-05-30 13:22:09 +00:00
Michael Kerrisk 185ec3e44a Fix rendering of ' (backtick) and apostophe (') in tablees 2008-05-30 13:14:03 +00:00
Michael Kerrisk d7671ca910 Removed trailing white space at end of lines 2008-05-29 08:07:19 +00:00
Michael Kerrisk 2d94b12d54 Removed tabs 2008-05-29 08:07:14 +00:00
Michael Kerrisk 687784f27f sync 2008-05-29 08:02:50 +00:00
Michael Kerrisk 23b98a4c61 Update timestamp 2008-05-29 08:02:43 +00:00
Michael Kerrisk 6d672f3a40 sync 2008-05-29 07:55:44 +00:00
Michael Kerrisk 7ce14e4094 Remove statement that (SYNC_FILE_RANGE_WAIT_BEFORE |
SYNC_FILE_RANGE_WRITE | SYNC_FILE_RANGE_WAIT_AFTER) is
a traditional fdatasync(2) operation.
See https://bugzilla.mozilla.org/show_bug.cgi?id=421482 comments 129 to 131.
2008-05-29 07:55:33 +00:00
Michael Kerrisk bd4b0ce7d0 Added FIXME 2008-05-27 03:01:24 +00:00