Changes.old: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-06 21:09:07 +02:00
parent 856778162b
commit 80e1913a68
1 changed files with 10 additions and 10 deletions

View File

@ -10136,7 +10136,7 @@ tanh.3
Various pages Various pages
Alain Portal Alain Portal
Formating fixes. Formatting fixes.
mlock.2 mlock.2
mprotect.2 mprotect.2
@ -12257,7 +12257,7 @@ strcat.3
strerror.3 strerror.3
mtk, after a note from Daniele Giacomini mtk, after a note from Daniele Giacomini
Modify SYNOPSIS to show protoypes of both versions of strerror_r(), Modify SYNOPSIS to show prototypes of both versions of strerror_r(),
and make other small clarifications of the description regarding and make other small clarifications of the description regarding
the two versions. the two versions.
@ -12274,7 +12274,7 @@ locale.5
proc.5 proc.5
mtk mtk
The vaious CPU time fields in /proc/stat and /proc/PID/stat The various CPU time fields in /proc/stat and /proc/PID/stat
return time in clock ticks (USER_HZ, cputime_to_clock_t(), return time in clock ticks (USER_HZ, cputime_to_clock_t(),
sysconf(_SC_CLK_TCK)). sysconf(_SC_CLK_TCK)).
Updated, clarified and expanded the description several Updated, clarified and expanded the description several
@ -17699,7 +17699,7 @@ time.7
Michael Kerrisk Michael Kerrisk
Global fix: s/(3)/(2)/ in section number xrefs for timer_*() API Global fix: s/(3)/(2)/ in section number xrefs for timer_*() API
The POSIX timers API is implemented (mostly) within the kernel, The POSIX timers API is implemented (mostly) within the kernel,
so thse interfaces are system calls. Although there are as yet so these interfaces are system calls. Although there are as yet
no man pages, when they are added they should be in Section 2, no man pages, when they are added they should be in Section 2,
not 3. Therefore fix those pages that currently refer to these not 3. Therefore fix those pages that currently refer to these
interfaces as being in Section 3. interfaces as being in Section 3.
@ -19513,7 +19513,7 @@ quotactl.2
Major updates Major updates
Update the page to consolidate information from the Update the page to consolidate information from the
outdated man-pages quotactl.2 page and the quotactl.2 outdated man-pages quotactl.2 page and the quotactl.2
page in the "quota-tools" pachage. The page in "quota-tools" page in the "quota-tools" package. The page in "quota-tools"
has now been dropped by Jan Kara, so that there is just one has now been dropped by Jan Kara, so that there is just one
canonical quotactl.2 page (in pan-pages). canonical quotactl.2 page (in pan-pages).
Michael Kerrisk Michael Kerrisk
@ -21653,7 +21653,7 @@ memcpy.3
Change "should not overlap" to "must not overlap" Change "should not overlap" to "must not overlap"
glibc 2.12 changed things so that applications that use memcpy() on glibc 2.12 changed things so that applications that use memcpy() on
overlapping regions will encounter problems. (The standards have overlapping regions will encounter problems. (The standards have
long said that the behavious is undefined if the memory areas long said that the behaviors is undefined if the memory areas
overlap.) overlap.)
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603144 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603144
@ -29062,7 +29062,7 @@ fcntl.2
Michael Kerrisk Michael Kerrisk
BUGS: The O_SYNC and O_DSYNC flags are not modifiable using F_SETFL BUGS: The O_SYNC and O_DSYNC flags are not modifiable using F_SETFL
Michael Kerrisk Michael Kerrisk
Add susbsections under BUGS Add subsections under BUGS
There's several bugs listed. It's helpful to mark There's several bugs listed. It's helpful to mark
them separately. them separately.
Michael Kerrisk Michael Kerrisk
@ -30109,7 +30109,7 @@ sync.8
project generally focuses on only Linux kernel and project generally focuses on only Linux kernel and
(g)libc interfaces, so this sync(8) page doesn't really (g)libc interfaces, so this sync(8) page doesn't really
belong. Furthermore, coreutils has a sync(1) page which belong. Furthermore, coreutils has a sync(1) page which
covers the same command. After dicussions on the covers the same command. After discussions on the
coreutils list, I've decided to retire this page from coreutils list, I've decided to retire this page from
man-pages. man-pages.
@ -34714,9 +34714,9 @@ prctl.2
Michael Kerrisk Michael Kerrisk
Add mention of seccomp(2) under PR_SET_SECCOMP Add mention of seccomp(2) under PR_SET_SECCOMP
Michael Kerrisk Michael Kerrisk
Suggest /proc/PID/status "Seccomp" as alternative to PRCTL_GET_SECCOMP Suggest /proc/PID/status "Seccomp" as alternative to PR_GET_SECCOMP
Michael Kerrisk Michael Kerrisk
SIGKILL can also occur PRCTL_GET_SECCOMP in SECCOMP_MODE_FILTER mode SIGKILL can also occur PR_GET_SECCOMP in SECCOMP_MODE_FILTER mode
Kees Cook [Andy Lutomirski] Kees Cook [Andy Lutomirski]
Document SECCOMP_MODE_FILTER vs EFAULT Document SECCOMP_MODE_FILTER vs EFAULT
This notes the distinction made between EINVAL and EFAULT when This notes the distinction made between EINVAL and EFAULT when