]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Changes.old: tfix
authorJakub Wilk <jwilk@jwilk.net>
Thu, 7 Mar 2019 17:53:42 +0000 (18:53 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 8 Mar 2019 15:26:19 +0000 (16:26 +0100)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Changes.old

index 60534954924f93be612f387e2483ab489d1d25fe..3504f7f94b13d7b4035858f326842f4c7ac2e4a8 100644 (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