This commit is contained in:
Michael Kerrisk 2008-06-18 09:17:18 +00:00
parent 16d2122c01
commit 530f49fe98
1 changed files with 67 additions and 8 deletions

75
Changes
View File

@ -14,9 +14,12 @@ Andreas Herrmann <andreas.herrmann3@amd.comm>
Andrew Clayton <andrew@digital-domain.net>
Christoph Hellwig <hch@infradead.org>
Daniele Giacomini <appunti2@gmail.com>
Dorin Lazar <dorin.lazar@gmail.com>
Neil Horman <nhorman@tuxdriver.com>
Paul Jackson <pj@sgi.com>
Pavel Machek <pavel@suse.cz>
Peter Zijlstra <a.p.zijlstra@chello.nl>
Petr Baudis <pasky@suse.cz>
Petr Gajdos <pgajdos@suse.cz>
Sam Varshavchik <mrsam@courier-mta.com>
Samuel Thibault <samuel.thibault@ens-lyon.org>
@ -35,9 +38,14 @@ acct.5
mtk
A complete rewrite of this page, now with much more detail.
cpuset.7
Paul Jackson, with some review and editing by mtk
A description of the cpuset file system.
hostname.7
mtk
A description og hostnames.
A description of hostnames.
Taken from FreeBSD 6.2, and lightly edited for man-pages style.
symlink.7
@ -67,7 +75,7 @@ core.5
Document /proc/PID/coredump_filter, new in kernel 2.6.23.
Documentation was based on the text in
Documentation/filesystems/proc.txt, plus testing, and
reading the kernel source.
checking the kernel source.
proc.5
mtk
@ -92,6 +100,10 @@ proc.5
mtk
Document /proc/PID/mountstats, which was new in 2.6.17.
This file displays statistics about mount points.
mtk
Document /proc/PID/status.
mtk
Add pointer to description of /proc/PID/cpuset in cpuset(7).
New links
@ -106,6 +118,14 @@ getcwd.2
Link to getcwd.3, which describes several interfaces, among
them getcwd(), which is in fact a system call.
sched_setaffinity.2
sched_setscheduler.2
set_mempolicy.2
mbind.2
mtk
SEE ALSO: Add cpuset(7).
Global changes
--------------
@ -164,6 +184,22 @@ io_submit.2
Alain Portal / mtk
Re-order ERRORS and SEE ALSO entries to be alphabetical.
msgctl.2
msgget.2
semget.2
semop.2
pciconfig_read.2
basename.3
cmsg.3
ftok.3
console_ioctl.4
tzfile.5
mq_overview.7
pty.7
mtk
For consistency, "fix" cases where argument of .B or .I was
on the following source line.
Changes to individual pages
---------------------------
@ -220,6 +256,11 @@ execve.2
argv certainly aren't consistent with other implementations.
See http://bugzilla.kernel.org/show_bug.cgi?id=8408.
getdents.2
mtk, after a note from george Spelvin
Document d_type field, present since kernel 2.6.4.
Other minor edits.
mknod.2
mtk
Note that EEXIST applies, even if the pathname is a
@ -231,6 +272,10 @@ open.2
and document the Linuxism "access mode 3".
See also http://thread.gmane.org/gmane.linux.kernel/653123.
readdir.2
mtk
Minor wording fixes.
sched_setscheduler.2
mtk
Add pointer to discussion of RLIMIT_RTTIME in getrlimit.2.
@ -241,18 +286,19 @@ sched_setscheduler.2
Add more detail to the rules that are applied when an
unprivileged process with a non-zero RLIMIT_RTPRIO limit
changes policy and priority.
SEE ALSO: Add Documentation/scheduler/sched-rt-group.txt
sync_file_range.2
Pavel Machek
SYNC_FILE_RANGE_WRITE can block on writes greater than request
queue size. For some background, see
http://thread.gmane.org/gmane.linux.kernel/687713/focus=688340
syscalls.2
mtk
Added system call history back to version 1.2.
Fix typo on kernel version for pivot_root().
sync_file_range.3
Pavel Machek
SYNC_FILE_RANGE_WRITE can block on writes greater than request
queue size. For some background, see
http://thread.gmane.org/gmane.linux.kernel/687713/focus=688340
dprintf.3
mtk
Note that these functions are included in the next POSIX revision.
@ -339,6 +385,10 @@ inet_pton.3
Make description of return value more precise.
SEE ALSO: Add inet(3).
io_getevents.2
Alain Portal
Small wording fix.
mkfifo.3
mtk
Note that EEXIST applies, even if the pathname is a
@ -351,6 +401,11 @@ mkstemp.3
in open(2).
Various other rewordings.
readdir.3
mtk
Document DT_LNK (symbolic link) for d_type field.
Reorder DT_ entries alphabetically.
remainder.3
mtk
Recommend against drem(), in favor of remainder().
@ -366,6 +421,10 @@ strerror.3
and make other small clarifications of the description regarding
the two versions.
locale.5
Petr Baudis <pasky@suse.cz>
LC_TIME: Describe first_weekday and first_workday.
man-pages.7
mtk
Enhanced description of VERSIONS section.