aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2015-12-06 19:47:15 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-12-07 08:08:48 +0100
commitc57f55ece0d80dd8adf3187aedea5adbf90ec198 (patch)
tree5edc04ce4d6ac74575a68838794426434087eac0
parent0ffb4f815ee327a66f8f604ece08baf9f8220223 (diff)
downloadman-pages-c57f55ece0d80dd8adf3187aedea5adbf90ec198.tar.gz
Changes.old: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--Changes.old8
1 files changed, 4 insertions, 4 deletions
diff --git a/Changes.old b/Changes.old
index 48602a4491..1a0e13d93f 100644
--- a/Changes.old
+++ b/Changes.old
@@ -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