This commit is contained in:
Michael Kerrisk 2008-08-21 06:57:38 +00:00
parent 345edc6afd
commit 01f51899f0
1 changed files with 64 additions and 0 deletions

64
Changes
View File

@ -96,6 +96,24 @@ set_mempolicy.2
Added a VERSIONS section.
SEE ALSO: Add numa(7).
faccessat.2
fchmodat.2
fchownat.2
fstatat.2
mkdirat.2
mknodat.2
linkat.2
openat.2
readlinkat.2
renameat.2
symlinkat.2
unlinkat.2
mkfifoat.3
psignal.3
strsignal.3
mtk
These interfaces are specified in POSIX.1-2008.
Changes to individual pages
---------------------------
@ -105,12 +123,22 @@ eventfd.2
When an eventfd overflows, select() indicates the file as both
readable and writable (not as having an exceptional condition).
fcntl.2
mtk
F_DUPFD_CLOEXEC is specified in POSIX.1-2008.
gettimeofday.2
mtk
CONFORMING TO: POSIX.1-2008 marks gettimeofday() as obsolete.
link.2
mtk
Note kernel version where Linux stopped following symbolic
links in 'oldpath'; see also http://lwn.net/Articles/294667.
POSIX.1-2008 makes it implementation-dependent whether or not
'oldpath' is dereferenced if it is a symbolic link.
Add a reference to linkat(2) for an interface that allows
precise control of the treatment of symbolic links.
mbind.2
mtk
@ -126,12 +154,24 @@ move_pages.2
mtk
Added VERSIONS (from kernel 2.6.18) and CONFORMING TO sections.
open.2
mtk
O_CLOEXEC is specified in POSIX.1-2008.
socket.2
mtk
s/d/domain/ for name of argument.
Add reference to socket(2) for further information on
domain, type, and protocol arguments.
utimensat.2
mtk
CONFORMING TO: POSIX.1-2008 specifies utimensat() and futimens().
dirfd.3
mtk
CONFORMING TO: Add POSIX.1-2008; other minor changes.
exec.3
mtk
Small rewording: "s/returned/failed with/ [an error]".
@ -197,11 +237,27 @@ getservent.3
statically allocated structure.
SEE ALSO: add getservent_r.3.
mkdtemp.3
mtk
CONFORMING TO: this function is specified in POSIX.1-2008.
mq_notify.3
Venkatesh Srinivas
s/sigev_notify_function/sigev_thread_function/
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494956.
realpath.3
mtk
Relocate text for resolved_path==NULL case to DESCRIPTION.
POSIX.1-2001 leaves the resolved_path==NULL case as
implementation-defined; POSIX.1-2008 specifies the behavior
described in this man page.
sem_init.3
mtk
POSIX.1-2008 rectifies the POSIX.1-2001 ommission, specifying
that zero is returned by a successful sem_init() call.
proc.5
mtk
Remove /proc/PID/numa_maps material (it is now in numa(7)).
@ -209,3 +265,11 @@ proc.5
cpuset.7
mtk
SEE ALSO: Add numa(7).
pthreads.7
mtk
Update thread-safe functions list with changes in POSIX.1-2008.
signal.7
mtk
Update list of async-sygnal-safe functions for POSIX.1-2008.