Commit Graph

4396 Commits

Author SHA1 Message Date
Michael Kerrisk 75fc14c067 Start of 3.05 2008-07-16 13:57:43 +00:00
Michael Kerrisk 254b0aa515 Ready for 3.04 2008-07-16 13:12:31 +00:00
Michael Kerrisk fd7193f57a Removed trailing white space at end of lines 2008-07-16 13:11:30 +00:00
Michael Kerrisk 3aaf75c34b Removed tabs 2008-07-16 13:11:18 +00:00
Michael Kerrisk 2d5d4afe9f sync 2008-07-16 13:07:32 +00:00
Michael Kerrisk 3662bac560 spfix 2008-07-16 09:54:19 +00:00
Michael Kerrisk 4d988a1eaf sync 2008-07-16 08:56:27 +00:00
Michael Kerrisk fccde10fbe Remove FIXME. 2008-07-16 08:56:16 +00:00
Michael Kerrisk 29b16b4c74 Link to utimensat.2. 2008-07-16 08:42:59 +00:00
Michael Kerrisk 61dd016f86 Documents utimensat(2), new in kernel 2.6.22, working properly in 2.6.26. 2008-07-16 08:42:14 +00:00
Michael Kerrisk c57f36c572 SEE ALSO: add utimensat(3). 2008-07-16 08:40:14 +00:00
Michael Kerrisk f09c8e9806 SEE ALSO: add utimensat(2), futimens(3). 2008-07-16 08:30:35 +00:00
Michael Kerrisk 50ff69bba7 SEE ALSO: remove futimesat(2); add utimensat(2). 2008-07-16 08:28:51 +00:00
Michael Kerrisk 3aa1357548 ffix 2008-07-16 08:21:37 +00:00
Michael Kerrisk 6267a52b02 Add section number in page xrefs 2008-07-15 20:41:46 +00:00
Michael Kerrisk 4e3b3468e4 wfix 2008-07-15 20:36:58 +00:00
Michael Kerrisk 520f92e735 spfix 2008-07-15 20:35:22 +00:00
Michael Kerrisk 2b21301b01 remove section number from self-ref 2008-07-15 20:10:02 +00:00
Michael Kerrisk 574b9f446a fix alpha order in suffix list 2008-07-15 17:34:33 +00:00
Michael Kerrisk 59220720c5 tfix 2008-07-15 17:33:20 +00:00
Michael Kerrisk 1a92692246 sync 2008-07-15 13:39:28 +00:00
Michael Kerrisk 44a2c3286c Even when the CONFORMING TO section is just a list of standards,
they should be terminated by a period.
2008-07-15 13:39:17 +00:00
Michael Kerrisk ebc2edd17d A list of standards in the CONFORMING TO list should be terminated by a period.
The list of pages in a SEE ALSO list should not be terminated by a period.
2008-07-15 13:30:35 +00:00
Michael Kerrisk db55c5c599 Small wording fix 2008-07-15 13:24:00 +00:00
Michael Kerrisk 3e228f577a sync 2008-07-15 13:11:58 +00:00
Michael Kerrisk cba5091d02 The features in the "Get and Set Window Size" subsection
require the inclusion of <sys/ioctl.h>.
2008-07-15 12:07:41 +00:00
Michael Kerrisk e98268b49a Add Documentation/sysctl/vm.txt to SEE ALSO.
Other minor edits.
2008-07-15 11:45:13 +00:00
Michael Kerrisk 82c333257b removed a FIXME 2008-07-15 11:41:51 +00:00
Michael Kerrisk 427965596f removed a FIXME 2008-07-15 11:39:49 +00:00
Michael Kerrisk aa1f2cc12b tfix 2008-07-15 11:38:30 +00:00
Michael Kerrisk bfde23a20d Make kernel version for /proc/sys/kernel/panic_on_oops more precise.
Make kernel version for /proc/sys/kernel/pid_max more precise.
2008-07-15 11:07:37 +00:00
Michael Kerrisk c3d9780d9c Document /proc/sys/vm/oom_dump_tasks (new in Linux 2.6.25).
Document /proc/sys/vm/panic_on_oom (new in Linux 2.6.18).
2008-07-15 11:03:08 +00:00
Michael Kerrisk 417fceb71a Remove redudant summary list of files in description of /proc/sys/kernel. 2008-07-15 08:51:41 +00:00
Michael Kerrisk e10120df66 Document /proc/sys/vm/oom_kill_allocating_task (new in Linux 2.6.24). 2008-07-15 08:48:01 +00:00
Michael Kerrisk fb8e1d1b2a sffix 2008-07-15 08:32:08 +00:00
Michael Kerrisk cc2d5c36d3 Tweak description of /proc/config.gz + update a FIXME 2008-07-15 08:22:19 +00:00
Michael Kerrisk 250e01ecb1 Add some details on /proc/config.gz. 2008-07-15 08:07:02 +00:00
Michael Kerrisk b70a2a20e6 sync 2008-07-15 07:46:05 +00:00
Michael Kerrisk f6e524c4fc Document /proc/config.gz 2008-07-15 06:15:22 +00:00
Michael Kerrisk b473ebc32e sync 2008-07-14 21:18:39 +00:00
Michael Kerrisk efcd957a99 tstamp 2008-07-14 21:18:06 +00:00
Michael Kerrisk 485eb4ad7a Clarify "zero timeout" case. 2008-07-14 21:17:23 +00:00
Michael Kerrisk 894d8eb522 Move example into proper EXAMPLE section. 2008-07-14 19:40:42 +00:00
Michael Kerrisk 3787794c31 Added .\" comment with pointer to RT wiki page. 2008-07-14 18:50:30 +00:00
Michael Kerrisk e85c1a756f tfix 2008-07-14 18:44:19 +00:00
Michael Kerrisk 60d38add84 s/can/should/ for use of free(3) 2008-07-14 18:41:50 +00:00
Michael Kerrisk 97de53cad0 tfix 2008-07-14 18:39:06 +00:00
Michael Kerrisk 47e9b9f131 Prepend "POSIX.1-2001 specifies that: " to the sentence stating
that tmpfile() may write to stdout.  (AFAICS, glibc's tmpfile()
does not do this.)
2008-07-14 17:39:26 +00:00
Michael Kerrisk 7febebb7a2 Remove unnecessary sentence in ERRORS. 2008-07-14 17:06:26 +00:00
Michael Kerrisk 42402b3a81 sync 2008-07-14 15:58:00 +00:00