Changes.old: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2015-12-06 19:47:15 +01:00 committed by Michael Kerrisk
parent 0ffb4f815e
commit c57f55ece0
1 changed files with 4 additions and 4 deletions

View File

@ -16020,7 +16020,7 @@ vfork.2
clock_getres.3
Michael Kerrisk
CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID not setabble
CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID not settable
According to POSIX.1-2001, the CLOCK_PROCESS_CPUTIME_ID and
CLOCK_THREAD_CPUTIME_ID clocks should be settable, but
currently they are not.
@ -20618,7 +20618,7 @@ sigstack.3
Michael Kerrisk
New link to sigaltstack.2
No new programs should use sigstack(3). Point the user to the
better sigalstack(2), whose man page briefly mentions sigstack(3).
better sigaltstack(2), whose man page briefly mentions sigstack(3).
vlimit.3
Michael Kerrisk
@ -33063,7 +33063,7 @@ inotify.7
libc.7
Michael Kerrisk
Clarify man-pages policy on documenting C libraries other tahn glibc
Clarify man-pages policy on documenting C libraries other than glibc
Michael Kerrisk
Use absolute dates in discussion of libc vs glibc
@ -35619,7 +35619,7 @@ statfs.2
Document the 'f_flags' field added in Linux 2.6.36
Michael Kerrisk
Clarify that 'statfs' structure has some padding bytes
The number of padding bytes has changed over tyme, as some
The number of padding bytes has changed over time, as some
bytes are used, so describe this aspect of the structure
less explicitly.
Tao Ma