Ready for 2.28.

This commit is contained in:
Michael Kerrisk 2006-03-31 05:18:04 +00:00
parent 50a815d6f4
commit 183457201c
3 changed files with 47 additions and 17 deletions

38
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.28 ====================
Released: 2006-??-??
Released: 2006-03-31
Contributors
------------
@ -8,21 +8,51 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Aleksandr Blokhin <sass@altlinux.ru>
Greg Johnson <gjohnson@lanl.gov>
Apologies if I missed anyone!
Global changes
--------------
Various minor formatting changes were done on a range of
pages in Section 7. (No content was changed.)
New pages
---------
sem_post.3
sem_getvalue.3
sem_close.3
sem_open.3
sem_destroy.3
sem_wait.3
sem_unlink.3
sem_init.3
sem_overview.7
mtk
New pages describing the POSIX semaphores API.
These pages supercede and provide a superset of the information
in the glibc (3thr) "semaphores(3)" manual page.
Changes to individual pages
---------------------------
ppoll.2
Aleksandr Blokhin <sass@altlinux.ru>
Fix broken link.
ptrace.2
mtk
Wrapped long lines (no content changes).
semctl.2
semget.2
semop.2
mtk
Add SEE ALSO pointing to the new sem_overview.7 page.
elf.5
Greg Johnson
Removed SEE ALSO reference to non-existent core(5).

View File

@ -2893,6 +2893,7 @@ get_mempolicy.2
set_mempolicy.2
Andi Kleen, with additional work by mtk
New pages describing the NUMA memory allocation policy API.
Drawn from the set at ftp://ftp.suse.com/pub/people/ak/numa.
rtc.4
Urs Thuermann, with additional work by mtk

View File

@ -255,9 +255,9 @@ If you are thinking of writing one or more of these pages, then:
System Calls
------------
add_key(2) (new in 2.6.10)
keyctl(2) (new in 2.6.10)
request_key(2) (new in 2.6.10)
add_key(2) (new in kernel 2.6.10)
keyctl(2) (new in kernel 2.6.10)
request_key(2) (new in kernel 2.6.10)
See:
Documentation/keys.txt
Documentation/keys-request-key.txt
@ -268,12 +268,11 @@ ioprio_set(2) (new in kernel 2.6.13)
See Documentation/block/ioprio.txt
restart_syscall(2) (new in 2.6)
set_zone_reclaim(2) (new in kernel 2.6.13)
restart_syscall(2) (new in kernel 2.6)
kexec_load(2) (new in kernel 2.6.13)
migrate_pages(2) (new in 2.6.16)
See Documentation/vm/page_migration
migrate_pages(2) (new in kernel 2.6.16)
See Documentation/vm/page_migration
preadv(2), pwritev(2) (new in ?? -- see
http://www.lwn.net/Articles/164887/ )
@ -327,14 +326,14 @@ Searches like the following are likely to sugest other functions
that need to be documented:
MPDIR=~/man-pages # Directory containing uncompressed man-pages
MPDIR=~/man-pages # Directory containing uncompressed man-pages
GLIBCDIR=/SOME_DIR # Directory containing glibc tree
for f in $(cat $(echo $GLIBCDIR/abilist/*.abilist) | grep -v 'GLIBC' | \
awk '{print $1}' | grep -v '^_' | sort -u); do
awk '{print $1}' | grep -v '^_' | sort -u); do
if ! test -f $MPDIR/man3/$f.3 > /dev/null 2>&1 && \
! test -f $MPDIR/man2/$f.2 > /dev/null 2>&1 ; then
echo $f;
! test -f $MPDIR/man2/$f.2 > /dev/null 2>&1 ; then
echo $f;
fi
done
)
@ -352,8 +351,8 @@ fopencookie(3)
getsubopt(3)
getutmp(3)
getutmpx(3)
gnu_get_libc_release
gnu_get_libc_version
gnu_get_libc_release(3)
gnu_get_libc_version(3)
mallinfo(3)
mallopt(3)
mcheck(3), mprobe(3)