This commit is contained in:
Michael Kerrisk 2007-10-23 14:53:02 +00:00
parent f45a07b62c
commit e81cb80aa0
1 changed files with 52 additions and 0 deletions

52
Changes
View File

@ -64,6 +64,11 @@ timerfd_settime.2 ????????????????
New pages
---------
_syscall.2
mtk
Created as a new page, by taking the content specific to
the _syscall() macros from intro(2).
timerfd_create.2 ?????????????????????????
mtk, with input and review from Davide Libenzi and Geoff Clare
Documents the timerfd_create(), timerfd_settime() and
@ -88,10 +93,21 @@ man-pages-*-Announce
mtk
Brought the info in here up to date.
intro.1
mtk
Added intro paragraph about section, plus a paragraph
about exit status values.
Move "user intro" text to NOTES.
get_mempolicy.2
mtk
Reorder ERRORS sctions alphabetically
intro.2
mtk
Pretty much a complete rewrite, covering some additional topics.
Moved _syscallN() material to new _syscall(2) page.
mbind.2
mtk
Reorder ERRORS sctions alphabetically
@ -117,10 +133,22 @@ set_mempolicy.2
mtk
Reorder ERRORS sctions alphabetically
syscall.2
mtk
Added _syscall(2) and intro(2) to SEE ALSO section.
syscalls.2
mtk
Added fallocate(2); removed timerfd(2).
sysinfo.2
mtk
Removed reference to example in intro(2).
dlopen.3
mtk
Added "Link with -ldl." to SYNOPSIS.
getaddrinfo.3
Ulrich Drepper /mtk
Remove references to getipnodebyname.3 and getipnodebyaddr.3.
@ -146,6 +174,10 @@ glob.3
Expanded the description of various flags.
Various wording fixes..
intro.2
mtk
Pretty much a complete rewrite, covering some additional topics.
posix_fallocate.3
mtk
Add SEE ALSO referring to fallocate.2.
@ -163,6 +195,10 @@ sigset.3
The sigset() bugs were fixed in glibc 2.5.
See http://sourceware.org/bugzilla/show_bug.cgi?id=1951.
intro.4
mtk
Minor rewites.
st.4
Maxime Vaudequin
Various small corrections, formattings and modifications.
@ -176,6 +212,10 @@ elf.5
- new structures: ElfN_Verdef ElfN_Verdaux ElfN_Verneed
ElfN_Vernaux
intro.5
mtk
Minor rewites.
proc.5
Ivana Varekova / mtk
Add text noting that since kernel 2.6.16, /proc/slabinfo is
@ -196,10 +236,18 @@ slabinfo.5
Add text noting that since kernel 2.6.16, /proc/slabinfo is
only available if CONFIG_SLAB is enabled.
intro.6
mtk
Minor rewites.
bootparam.7
Maxime Vaudequin
Update references to files in kernel "Documentation" directory.
intro.7
mtk
Minor rewites.
ipv6.7
Andrew McDonald
Fix description of IPV6_ROUTER_ALERT option.
@ -207,3 +255,7 @@ ipv6.7
standards.7
mtk
Note online location of C99 standard.
intro.8
mtk
Some rewrites, plus new paragraph on exist staus values.