This commit is contained in:
Michael Kerrisk 2007-12-23 17:38:30 +00:00
parent 49b50a1812
commit 2b528e4d79
1 changed files with 158 additions and 0 deletions

158
Changes
View File

@ -9,6 +9,8 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Sam Varshavchik <mrsam@courier-mta.com>
Apologies if I missed anyone!
@ -16,6 +18,117 @@ Apologies if I missed anyone!
Global changes
--------------
mlock.2
mprotect.2
mpool.3
offsetof.3
Alain Portal
Format SYNOPSIS in manner consistent with other pages.
Various pages
mtk / Alain Portal
Format casts so that there is a non-breaking space after the
type, and remove unnecessary parentheses around the casted value.
Thus, for example, the following:
.IR "(size_t) (\-1)" .
becomes:
.IR "(size_t)\ \-1" .
Various pages
mtk / Alain Portal
Replace "-" by "\-" where a real dash is required.
Various pages
mtk
Make the formatting of instances of '*varname' consistent, changing
instances such as:
.RI * varname
to:
.I *varname
pciconfig_read.2
nfsservctl.2
bstring.3
cpow.3
getipnodebyname.3
getpwnam.3
getrpcent.3
lsearch.3
malloc_hook.3
mpool.3
stdin.3
strtol.3
strtoul.3
unlocked_stdio.3
regex.3
sd.4
resolv.conf.5
utmp.5
futex.7
mtk
Format SYNOPSIS consistently.
drand48.3
drand48_r.3
flockfile.3
erf.3
sigvec.3
timeradd.3
wprintf.3
mtk, after a note by Alain Portal
Standardize sentence used under "Feature Test Macro Requirements"
when referring to all functions shown in the SYNOPSIS.
get_kernel_syms.2
getdents.2
getitimer.2
nanosleep.2
query_module.2
statvfs.2
clock_getres.3
getaddrinfo.3
getgrent.3
getipnodebyname.3
console_ioctl.4
tty_ioctl.4
rtnetlink.7
mtk
Indent structure definitions by +4n.
recv.2
btree.3
dbopen.3
ether_aton.3
fts.3
hash.3
mpool.3
profil.3
rcmd.3
recno.3
rpc.3
xdr.3
console_ioctl.4
ddp.7
ip.7
ipv6.7
svipc.7
mtk
Use C99 standard types in declarations.
s/u_long/unsigned long/
s/ulong/unsigned long/
s/u_char/unsigned char/
s/u_short/unsigned short/
s/ushort/unsigned short/
s/u_int8_t/uint8_t
s/u_int16_t/uint16_t
s/u_int32_t/uint16_t
s/u_int/unsigned int/
Typographical or grammatical errors have been corrected in several places.
@ -23,3 +136,48 @@ Typographical or grammatical errors have been corrected in several places.
Changes to individual pages
---------------------------
execve.2
Alain Portal
Minor rewordings.
futimesat.2
Alain Portal
Remove duplicate "#include <fcntl.h>" from SYNOPSIS.
argz_add.3
mtk
Formatting fixes.
envz_add.3
mtk
Formatting fixes.
fexeceve.3
mtk
Fix placement of feature test macro in SYNOPSIS.
getrpcent.3
getrpcport.3
mtk
Use modern C prototypes in SYNOPSIS.
getutent.3
Alain Portal / mtk
Formatting fixes.
console_ioctl.4
mtk
Formatting fixes.
bootparam.7
mtk, after a note by Alan Portal
Fix reference to kernel documentation source file in the
"The Sound Driver" subsection.
posixoptions.7
mtk
Minor formatting and wording fixes.
signal.7
mtk
Minor formatting and wording fixes.