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 2019-03-07 18:53:42 +01:00 committed by Michael Kerrisk
parent 71b1370219
commit a978f4233e
1 changed files with 6 additions and 6 deletions

View File

@ -48601,7 +48601,7 @@ syscalls.2
Uncommented: memory_ordering
Renamed: ppc_rtas to rtas (__NR_rtas), ppc_swapcontext to
swapcontext (__NR_swacontext).
swapcontext (__NR_swapcontext).
Eugene Syromyatnikov
Note about s390x and old_mmap
Michael Kerrisk
@ -48680,7 +48680,7 @@ errno.3
exec.3
Michael Kerrisk [Eugene Syromyatnikov]
Note that SPARCC provides an execv() system call
Note that SPARC provides an execv() system call
exit.3
Mike Frysinger
@ -48727,8 +48727,8 @@ malloc.3
Michael Kerrisk
Note that calloc() detects overflow when multiplying its arguments
Michael Kerrisk
Since glibc 2.29, realloc() is exposed by defining _DEFAULT_SOURCE
Info gleaned from glilic NEWS file.
Since glibc 2.29, reallocarray() is exposed by defining _DEFAULT_SOURCE
Info gleaned from glibc NEWS file.
pthread_attr_init.3
Michael Kerrisk [Göran Häggsjö, Jakub Wilk]
@ -48805,7 +48805,7 @@ lirc.4
Sean Young [Alec Leamas, Mauro Carvalho Chehab]
Remove ioctls and feature bits which were never implemented
Sean Young
Unsupported ioctl() operationsalways return ENOTTY
Unsupported ioctl() operations always return ENOTTY
Sean Young
LIRC_MODE_LIRCCODE has been replaced by LIRC_MODE_SCANCODE
Sean Young
@ -48892,7 +48892,7 @@ proc.5
Michael Kerrisk
Setting dumpable to 1 reverts ownership of /proc/PID/* to effective IDs
Michael Kerrisk
Document /proc/Meminfo LazyFree field
Document /proc/meminfo LazyFree field
Michael Kerrisk
Fix kernel source pathname for soft-dirty documentation
Michael Kerrisk