]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Changes.old: tfix
authorJakub Wilk <jwilk@jwilk.net>
Thu, 22 Oct 2015 14:44:14 +0000 (16:44 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 2 Dec 2015 16:13:12 +0000 (17:13 +0100)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Changes.old

index 28761a2c8f898b42f185f0b8e2fca73c8a36c34a..16429ab112dd6c91ce45bf472aba4d7115f7183c 100644 (file)
@@ -24576,7 +24576,7 @@ epoll_wait.2
                 (LONG_MAX - 999ULL) / HZ)
 
             That is, the limit depends on the size of a long and the timer
-            frequency.  Assuming the long is never smaller than 32 bits
+            frequency.  Assuming the long is never smaller than 32 bits
             and HZ never larger than 1000, the worst case is 35 minutes.
             I think this should be mentioned under "BUGS".
 
@@ -29396,7 +29396,7 @@ recv.2
         Rework and reorganize the text in various parts of the page.
         Isolate details specific to recv() vs recvfrom() vs recvmsg()
             Place details specific to each system call under a
-            separate subheading.
+            separate subheading.
         Rework discussion of 'src_addr' and 'addrlen' for recvfrom()
         Add description of 'buf' and 'len' in recvfrom() section
         'addrlen' should be 0 (*not* NULL) when 'src_addr' is NULL
@@ -38173,7 +38173,7 @@ stat.2
             Recent changes to various pages employ this distinction.
     Michael Kerrisk
         Tighten wording: use 'mode bit' rather than 'permission bit'
-            According to POSIX, the the 9 UGO*RWX bits are permissions, and
+            According to POSIX, the 9 UGO*RWX bits are permissions, and
             'mode' is used to refer to collectively to those bits plus sticky,
             set-UID, and set_GID bits.