aboutsummaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
Diffstat (limited to 'Changes.old')
-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