Commit Graph

1677 Commits

Author SHA1 Message Date
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 ae7098c726 Fix data types in associated datastructures;
remove non-existent semzcnt and semncnt fields.
2006-12-27 02:24:32 +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 fe62e3de5c Add SEE ALSO link to tty_ioctl.4
Add SEE ALSO link to console_ioctl.4
2006-12-23 18:08:49 +00:00
Michael Kerrisk 50c00f7e02 tfix 2006-12-23 18:07:25 +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 d14e88c30e Update CONFORMING TO. 2006-12-17 00:50:14 +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 92e014f6f6 Added getopt() example program. 2006-12-16 06:14:28 +00:00
Michael Kerrisk 39ad75abcf s/\\n"/\\\\n"/ 2006-12-16 06:12:03 +00:00
Michael Kerrisk 104b099e4e s/ptsname/posix_openpt/ in RETURN VALUE 2006-12-16 04:59:54 +00:00
Michael Kerrisk a62f51211f Further substantial rewrites. 2006-12-05 07:40:31 +00:00
Michael Kerrisk d77067bde1 ffix 2006-12-05 03:50:48 +00:00
Michael Kerrisk fb0f7d10de s/\\n/\\\\n/ in printf() string in example program. 2006-12-05 03:45:19 +00:00
Michael Kerrisk 7cc028fb0c Clarified description of inet_network(). 2006-12-04 05:46:35 +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 b28f7a67d7 Add "#include <stdlib.h>" to example program. 2006-12-04 03:47:56 +00:00
Michael Kerrisk d91909cb29 The default treatment of _POSIX_C_SOURCE changed in glibc 2.4. 2006-12-02 18:01:41 +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 b99ec2bda2 s/curses/ncurses/ under SEE ALSO 2006-12-01 03:44:18 +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 27334eaf11 Change "getty" to "mingetty" 2006-11-30 05:33:36 +00:00
Michael Kerrisk 3bb7c732b3 Add "#define _REGEX_RE_COMP" to SYNOPSIS. 2006-11-30 05:30:44 +00:00
Michael Kerrisk 92e6a91963 Fix return type in SYNOPSIS; as per Debian bug 400971. 2006-11-30 05:30:15 +00:00
Michael Kerrisk 441082ad91 Taken from Fedora downstream patches; thanks to Ivana Varekova
Documented "mem=nopentium".
2006-11-30 03:31:53 +00:00
Michael Kerrisk 198ee53cad Start of 2.44 2006-11-30 03:12:20 +00:00
Michael Kerrisk 2404f95f6e Start of 2.44 2006-11-30 03:09:55 +00:00
Michael Kerrisk 4d886096f7 Ready for 2.43 release 2006-11-30 02:57:02 +00:00
Michael Kerrisk e25b9b79ca Ready for 2.43 2006-11-30 02:53:24 +00:00
Michael Kerrisk cc55d4f177 Minor tweaks to recent changes 2006-11-30 02:53:06 +00:00