Commit Graph

1801 Commits

Author SHA1 Message Date
Michael Kerrisk a3fc9c0fd7 wfix 2006-12-27 04:35:49 +00:00
Michael Kerrisk 6a767e49a6 spfix 2006-12-27 04:35:02 +00:00
Michael Kerrisk 1e975ae7d5 ffix 2006-12-27 04:34:57 +00:00
Michael Kerrisk 0af06fef29 spfix 2006-12-27 04:29:26 +00:00
Michael Kerrisk 45ce226886 ffix 2006-12-27 04:27:15 +00:00
Michael Kerrisk 5bcbc3788a wfix 2006-12-27 04:26:35 +00:00
Michael Kerrisk d8495818b0 spfix 2006-12-27 04:26:04 +00:00
Michael Kerrisk 53780be7d7 spfix 2006-12-27 04:24:18 +00:00
Michael Kerrisk ed4ad479e0 ffix 2006-12-27 04:21:27 +00:00
Michael Kerrisk e6d3de0071 Fix .TH line. 2006-12-27 04:20:20 +00:00
Michael Kerrisk 4146a3e3c2 wfix 2006-12-27 04:18:42 +00:00
Michael Kerrisk e075812334 wfix 2006-12-27 04:18:20 +00:00
Michael Kerrisk 358cb5dd5a ffix 2006-12-27 04:17:45 +00:00
Michael Kerrisk 69f8784e6c Fix prototype. 2006-12-27 04:16:33 +00:00
Michael Kerrisk dd01027180 wfix 2006-12-27 04:14:16 +00:00
Michael Kerrisk c2e8c91d54 Add reference to ipv6 to table. 2006-12-27 04:06:22 +00:00
Michael Kerrisk c4ac7ddef1 tfix 2006-12-27 03:59:48 +00:00
Michael Kerrisk 2d8aa2d8b5 wfix 2006-12-27 03:59:14 +00:00
Michael Kerrisk ea4d425e85 wfix 2006-12-27 03:58:03 +00:00
Michael Kerrisk 7bbdabc49b wfix 2006-12-27 03:57:31 +00:00
Michael Kerrisk 2957bd90a4 spfix 2006-12-27 03:56:54 +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 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