This commit is contained in:
Michael Kerrisk 2007-12-24 06:42:40 +00:00
parent d1b4e37d41
commit 13d3bb13c9
1 changed files with 55 additions and 0 deletions

55
Changes
View File

@ -10,6 +10,8 @@ The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Andi Kleen <ak@suse.de>
Jeremy Kerr <jk@ozlabs.org>
Sam Varshavchik <mrsam@courier-mta.com>
Apologies if I missed anyone!
@ -130,12 +132,53 @@ svipc.7
s/u_int32_t/uint16_t
s/u_int/unsigned int/
exit_group.2
fallocate.2
getdents.2
ioctl_list.2
nfsservctl.2
sched_setaffinity.2
set_tid_address.2
ustat.2
argz_add.3
confstr.3
envz_add.3
getline.3
getpwnam.3
gets.3
getw.3
inet_ntop.3
inet_pton.3
offsetof.3
console_ioctl.4
termcap.5
ascii.7
feature_test_macros.7
netlink.7
operator.7
svipc.7
mtk
Fix unbalanced .nf/.fi pairs.
getxattr.2
listxattr.2
removexattr.2
setxattr.2
stat.2
fpathconf.3
mtk
s/filedes/fd/
Typographical or grammatical errors have been corrected in several places.
Changes to individual pages
---------------------------
_syscall.2
mtk
Nowadays there are seven macros (see 2.74 change log also).
execve.2
Alain Portal
Minor rewordings.
@ -144,6 +187,14 @@ futimesat.2
Alain Portal
Remove duplicate "#include <fcntl.h>" from SYNOPSIS.
mbind.2
Andi Kleen / mtk / Alain Portal
Modify explanation of EINVAL 'maxnode' error.
spu_create.2
Alain Portal / mtk; acked by Jeremy Kerr
Minor formatting/wording changes.
argz_add.3
mtk
Formatting fixes.
@ -174,6 +225,10 @@ bootparam.7
Fix reference to kernel documentation source file in the
"The Sound Driver" subsection.
man-pages.7
Alain Portal
Move CONFIGURATION description after SYNOPSIS description.
posixoptions.7
mtk
Minor formatting and wording fixes.