Commit Graph

724 Commits

Author SHA1 Message Date
Michael Kerrisk d44417fb63 Add "#define _ATFILE_SOURCE" to SYNOPSIS 2007-03-01 02:31:08 +00:00
Michael Kerrisk b438981878 Various fixes as per Debian bug 411177.
* s/effective/real/ in description test.
* added <fcntl.h> to synopsis.
* various other changes.
2007-03-01 02:25:14 +00:00
Michael Kerrisk c5405c0894 Fix EINVAL description 2007-03-01 01:43:47 +00:00
Michael Kerrisk 00877d8f0f tfix 2007-03-01 01:27:34 +00:00
Michael Kerrisk 1954b6a9b4 Remove duplicate word typo. 2007-03-01 01:12:16 +00:00
Michael Kerrisk 11dcec1d2a Small wording clarification. 2007-03-01 00:48:07 +00:00
Michael Kerrisk dc0b1e23b6 Since 2.6.20, access() honours the MS_NOEXEC mount flag. 2007-02-26 14:30:21 +00:00
Michael Kerrisk 926b6e378b Document MS_RELATIME, new in kernel 2.6.20. 2007-02-10 17:37:00 +00:00
Michael Kerrisk 60bb61aaee Added SEE ALSO entry pointing to time.7 2007-02-02 05:47:09 +00:00
Michael Kerrisk 0a90178cbb Add feature_test_macros(7) to SEE ALSO 2007-01-28 20:00:24 +00:00
Michael Kerrisk 0cce6cb992 The cpusetsize argument was only absent in glibc 2.3.3. 2007-01-12 18:07:50 +00:00
Michael Kerrisk 182d662267 Substantial rewrites to make clearer. 2007-01-07 21:26:24 +00:00
Michael Kerrisk 9f5773f75b On Linux, the error returned when opening a large file on a
32-bit system is actually EFBIG, not EOVERFLOW.
2007-01-06 23:31:16 +00:00
Michael Kerrisk 4ca6357577 tfix 2007-01-04 18:54:52 +00:00
Michael Kerrisk 7e91e5d883 Removed cryptic text under CONFORMING to referring to "open(2) and NFS". 2006-12-27 04:59:04 +00:00
Michael Kerrisk c2e8c91d54 Add reference to ipv6 to table. 2006-12-27 04:06:22 +00:00
Michael Kerrisk 459f24d56a ffix 2006-12-27 03:56:24 +00:00
Michael Kerrisk 3f74a33f53 Fix .TH line. 2006-12-27 03:55:15 +00:00
Michael Kerrisk 3547839964 wrap long source lines 2006-12-27 03:54:41 +00:00
Michael Kerrisk f921239486 Fix incorrect argument name in DESCRIPTION.
Small wording improvement.
2006-12-27 03:54:12 +00:00
Michael Kerrisk 5d693709d0 ffix 2006-12-27 03:44:22 +00:00
Michael Kerrisk 945dc55a8a wfix 2006-12-27 02:50:13 +00:00
Michael Kerrisk 79b8032e17 wfix 2006-12-27 02:48:57 +00:00
Michael Kerrisk a832b2d85b wfix 2006-12-27 02:47:18 +00:00
Michael Kerrisk fd2cf680a5 ffix 2006-12-27 02:42:01 +00:00
Michael Kerrisk 37d4cd1cee Slight rewording. 2006-12-27 02:41:07 +00:00
Michael Kerrisk 9606a1f374 wfix 2006-12-27 02:39:51 +00:00
Michael Kerrisk ecbd70cd8b tfix 2006-12-27 02:37:36 +00:00
Michael Kerrisk bc07c5149f pfix 2006-12-27 02:37:04 +00:00
Michael Kerrisk bedd18e502 tfix 2006-12-27 02:36:18 +00:00
Michael Kerrisk 1b3fc756cd s/EACCESS/EACCES/ 2006-12-27 01:47:20 +00:00
Michael Kerrisk 7b7c33c9d2 Remove sentence "gettimeofday() obsoleting time() on 4.3BSD".
This information is old, and probably no longer relevant.
See Debian bug 403888.
2006-12-27 01:10:14 +00:00
Michael Kerrisk 98a9c4b789 Updated CONFORMING TO 2006-12-18 00:46:28 +00:00
Michael Kerrisk 75b48e9d74 Various fixes to CONFORMING TO 2006-12-17 01:34:44 +00:00
Michael Kerrisk ec1c522895 wspfix 2006-12-17 01:17:37 +00:00
Michael Kerrisk d24e23199c s/Unices/Unix systems/ 2006-12-17 01:04:18 +00:00
Michael Kerrisk 1eb85d1484 Updated various header pages to accurately reflect which functions
are and are not part of C89.  Also fixed/improved a few other
CONFORMING TO entries.
2006-12-16 22:11:08 +00:00
Michael Kerrisk 9110c53a81 ffix 2006-12-16 20:56:09 +00:00
Michael Kerrisk cd270bc04b fix long line in source 2006-12-16 19:23:29 +00:00
Michael Kerrisk 6d3925acc3 When the parent receives an event with PTRACE_EVENT_* set, the child
is not in the normal signal delivery path.  This means the parent 
cannot do ptrace(PTRACE_CONT) with a signal or ptrace(PTRACE_KILL).  
kill() with a SIGKILL signal can be used instead to kill the child 
process after receiving one of these messages.
2006-12-16 19:18:56 +00:00
Michael Kerrisk a62f51211f Further substantial rewrites. 2006-12-05 07:40:31 +00:00
Michael Kerrisk 609af441be Clarified discussion of /count == 0/ case. 2006-12-04 05:36:13 +00:00
Michael Kerrisk ff929e3b15 Added more details to prototype.
Added discussion of IA-64's clone2() system call.
2006-12-04 05:25:49 +00:00
Michael Kerrisk 5e8cde2f2e Rewrote various parts to be clearer. 2006-12-04 04:50:15 +00:00
Michael Kerrisk e2b013adbc s%linux/aio.h%libaio.h% in SYNOPSIS
changed return type from "long" to "int"
2006-12-01 04:23:44 +00:00
Michael Kerrisk ee930c498f Added a few words to note that RLIMIT_NPROC is really a limit on
threads.
2006-12-01 03:49:20 +00:00
Michael Kerrisk 882b85db93 Removed text stating that mmap() never returns 0; that's not true. 2006-11-30 05:48:48 +00:00
Michael Kerrisk f6cfd01694 Elimitae duplicated text; grfix 2006-11-26 22:10:20 +00:00
Michael Kerrisk f363434666 Clarify discussion of privilege requirements.
Added ENOMEM to ERRORS.
2006-11-26 04:13:44 +00:00
Michael Kerrisk 9f3d8b28cd Clarify O_LARGEFILE description. 2006-11-25 18:35:39 +00:00