All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Changes.old: tfix
@ 2021-04-26 18:58 Jakub Wilk
  2021-04-26 18:58 ` [PATCH 2/2] exit_group.2, getunwind.2: tfix Jakub Wilk
  2021-04-27  7:35 ` [PATCH 1/2] Changes.old: tfix Alejandro Colomar (man-pages)
  0 siblings, 2 replies; 10+ messages in thread
From: Jakub Wilk @ 2021-04-26 18:58 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 Changes.old | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Changes.old b/Changes.old
index f863583b1..067fce382 100644
--- a/Changes.old
+++ b/Changes.old
@@ -53581,7 +53581,7 @@ Various pages
             Generally, place '||' at start of a line, rather than the end of
             the previous line.
 
-            Rationale: this placement clearly indicates that that each piece
+            Rationale: this placement clearly indicates that each piece
             is an alternative.
 
 Various pages
@@ -54119,7 +54119,7 @@ system.3
 environ.7
     Bastien Roucariès
         Reorder the text
-            Move the the text describing how to set environment variable before
+            Move the text describing how to set environment variable before
             the list(s) of variables in order to improve readability.
     Bastien Roucariès
         Document convention of string in environ
@@ -54152,7 +54152,7 @@ man-pages.7
     Michael Kerrisk
         Add a FORMATTING AND WORDING CONVENTIONS section
             In man-pages-5.11, a large number of pages were edited to achieve
-            greater consistency in the SYNOPIS, RETURN VALUE and ATTRIBUTES
+            greater consistency in the SYNOPSIS, RETURN VALUE and ATTRIBUTES
             sections. To avoid future inconsistencies, try to capture some of
             the preferred conventions in text in man-pages(7).
     Michael Kerrisk
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/2] exit_group.2, getunwind.2: tfix
  2021-04-26 18:58 [PATCH 1/2] Changes.old: tfix Jakub Wilk
@ 2021-04-26 18:58 ` Jakub Wilk
  2021-04-27  7:43   ` Alejandro Colomar (man-pages)
  2021-04-27  7:35 ` [PATCH 1/2] Changes.old: tfix Alejandro Colomar (man-pages)
  1 sibling, 1 reply; 10+ messages in thread
From: Jakub Wilk @ 2021-04-26 18:58 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man2/exit_group.2 | 2 +-
 man2/getunwind.2  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/exit_group.2 b/man2/exit_group.2
index b512927d4..d197f1f2e 100644
--- a/man2/exit_group.2
+++ b/man2/exit_group.2
@@ -28,7 +28,7 @@ exit_group \- exit all threads in a process
 .SH SYNOPSIS
 .nf
 .BR "#include <sys/syscall.h>" "       /* Definition of " SYS_* " constants */"
-.B #inlcude <unistd.h>
+.B #include <unistd.h>
 .PP
 .BI "noreturn void syscall(SYS_exit_group, int " status );
 .fi
diff --git a/man2/getunwind.2 b/man2/getunwind.2
index 2c44506c7..403bd7770 100644
--- a/man2/getunwind.2
+++ b/man2/getunwind.2
@@ -31,7 +31,7 @@ getunwind \- copy the unwind data to caller's buffer
 .nf
 .B #include <linux/unwind.h>
 .BR "#include <sys/syscall.h>" "      /* Definition of " SYS_* " constants */"
-.B #inlcude <unistd.h>
+.B #include <unistd.h>
 .PP
 .BI "long syscall(SYS_getunwind, void " *buf ", size_t " buf_size );
 .fi
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] Changes.old: tfix
  2021-04-26 18:58 [PATCH 1/2] Changes.old: tfix Jakub Wilk
  2021-04-26 18:58 ` [PATCH 2/2] exit_group.2, getunwind.2: tfix Jakub Wilk
@ 2021-04-27  7:35 ` Alejandro Colomar (man-pages)
  1 sibling, 0 replies; 10+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-04-27  7:35 UTC (permalink / raw)
  To: Jakub Wilk, Michael Kerrisk; +Cc: linux-man

Hi Jakub,

On 4/26/21 8:58 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch applied. Thanks,

Alex

> ---
>   Changes.old | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Changes.old b/Changes.old
> index f863583b1..067fce382 100644
> --- a/Changes.old
> +++ b/Changes.old
> @@ -53581,7 +53581,7 @@ Various pages
>               Generally, place '||' at start of a line, rather than the end of
>               the previous line.
>   
> -            Rationale: this placement clearly indicates that that each piece
> +            Rationale: this placement clearly indicates that each piece
>               is an alternative.
>   
>   Various pages
> @@ -54119,7 +54119,7 @@ system.3
>   environ.7
>       Bastien Roucariès
>           Reorder the text
> -            Move the the text describing how to set environment variable before
> +            Move the text describing how to set environment variable before
>               the list(s) of variables in order to improve readability.
>       Bastien Roucariès
>           Document convention of string in environ
> @@ -54152,7 +54152,7 @@ man-pages.7
>       Michael Kerrisk
>           Add a FORMATTING AND WORDING CONVENTIONS section
>               In man-pages-5.11, a large number of pages were edited to achieve
> -            greater consistency in the SYNOPIS, RETURN VALUE and ATTRIBUTES
> +            greater consistency in the SYNOPSIS, RETURN VALUE and ATTRIBUTES
>               sections. To avoid future inconsistencies, try to capture some of
>               the preferred conventions in text in man-pages(7).
>       Michael Kerrisk
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/2] exit_group.2, getunwind.2: tfix
  2021-04-26 18:58 ` [PATCH 2/2] exit_group.2, getunwind.2: tfix Jakub Wilk
@ 2021-04-27  7:43   ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-04-27  7:43 UTC (permalink / raw)
  To: Jakub Wilk, Michael Kerrisk; +Cc: linux-man

Hi Jakub,

On 4/26/21 8:58 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch applied.  Thanks again,

Alex

> ---
>   man2/exit_group.2 | 2 +-
>   man2/getunwind.2  | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man2/exit_group.2 b/man2/exit_group.2
> index b512927d4..d197f1f2e 100644
> --- a/man2/exit_group.2
> +++ b/man2/exit_group.2
> @@ -28,7 +28,7 @@ exit_group \- exit all threads in a process
>   .SH SYNOPSIS
>   .nf
>   .BR "#include <sys/syscall.h>" "       /* Definition of " SYS_* " constants */"
> -.B #inlcude <unistd.h>
> +.B #include <unistd.h>
>   .PP
>   .BI "noreturn void syscall(SYS_exit_group, int " status );
>   .fi
> diff --git a/man2/getunwind.2 b/man2/getunwind.2
> index 2c44506c7..403bd7770 100644
> --- a/man2/getunwind.2
> +++ b/man2/getunwind.2
> @@ -31,7 +31,7 @@ getunwind \- copy the unwind data to caller's buffer
>   .nf
>   .B #include <linux/unwind.h>
>   .BR "#include <sys/syscall.h>" "      /* Definition of " SYS_* " constants */"
> -.B #inlcude <unistd.h>
> +.B #include <unistd.h>
>   .PP
>   .BI "long syscall(SYS_getunwind, void " *buf ", size_t " buf_size );
>   .fi
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] Changes.old: tfix
       [not found]         ` <20170427185932.2yky6zil64zjmb7s-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-04-28  8:01           ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-04-28  8:01 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 04/27/2017 08:59 PM, Jakub Wilk wrote:
> * Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>, 2017-03-17, 21:38:
>> By chance I had already fixed this, but hadn't pushed the change yet (sorry!). 
>> Thanks for the patch though.
> 
> AFAICS, you fixed one typo, but not the other:
> 
>>> -        Migrated signal-safety discussion to new signal-safet(7) page
>>> +        Migrated signal-safety discussion to new signal-safety(7) page

Thanks for checking. Fixed now.

Cheers,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] Changes.old: tfix
       [not found]     ` <912d29ad-7940-b414-5c30-192697104065-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-04-27 18:59       ` Jakub Wilk
       [not found]         ` <20170427185932.2yky6zil64zjmb7s-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Jakub Wilk @ 2017-04-27 18:59 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

* Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>, 2017-03-17, 21:38:
>By chance I had already fixed this, but hadn't pushed the change yet (sorry!). 
>Thanks for the patch though.

AFAICS, you fixed one typo, but not the other:

>>-        Migrated signal-safety discussion to new signal-safet(7) page
>>+        Migrated signal-safety discussion to new signal-safety(7) page

-- 
Jakub Wilk
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] Changes.old: tfix
       [not found] ` <20170316233101.1343-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-03-17 20:38   ` Michael Kerrisk (man-pages)
       [not found]     ` <912d29ad-7940-b414-5c30-192697104065-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-03-17 20:38 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/17/2017 12:31 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Hi Jakub,

By chance I had already fixed this, but hadn't pushed the
change yet (sorry!). Thanks for the patch though.

Cheers,

Michael

> ---
>  Changes.old | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Changes.old b/Changes.old
> index ff7cb55cd..12f598925 100644
> --- a/Changes.old
> +++ b/Changes.old
> @@ -44650,7 +44650,7 @@ system.3
>  
>  random.4
>      Michael Kerrisk  [Jon Jensen]
> -        Note that entropY-avail will be a number in the range 0..4096
> +        Note that entropy_avail will be a number in the range 0..4096
>  
>  core.5
>      Michael Kerrisk
> @@ -44819,7 +44819,7 @@ signal.7
>      Michael Kerrisk
>          SIGXCPU: add reference to setrlimit(2)
>      Michael Kerrisk
> -        Migrated signal-safety discussion to new signal-safet(7) page
> +        Migrated signal-safety discussion to new signal-safety(7) page
>  
>  unix.7
>      Michael Kerrisk  [Sergey Polovko]
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/2] Changes.old: tfix
@ 2017-03-16 23:31 Jakub Wilk
       [not found] ` <20170316233101.1343-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Jakub Wilk @ 2017-03-16 23:31 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 Changes.old | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Changes.old b/Changes.old
index ff7cb55cd..12f598925 100644
--- a/Changes.old
+++ b/Changes.old
@@ -44650,7 +44650,7 @@ system.3
 
 random.4
     Michael Kerrisk  [Jon Jensen]
-        Note that entropY-avail will be a number in the range 0..4096
+        Note that entropy_avail will be a number in the range 0..4096
 
 core.5
     Michael Kerrisk
@@ -44819,7 +44819,7 @@ signal.7
     Michael Kerrisk
         SIGXCPU: add reference to setrlimit(2)
     Michael Kerrisk
-        Migrated signal-safety discussion to new signal-safet(7) page
+        Migrated signal-safety discussion to new signal-safety(7) page
 
 unix.7
     Michael Kerrisk  [Sergey Polovko]
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] Changes.old: tfix
       [not found] ` <1453474138-2742-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-01-25 13:33   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-01-25 13:33 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 01/22/2016 03:48 PM, Jakub Wilk wrote:
> Remove duplicated words.

Thanks, Jakub. Applied.

Cheers,

Michael

> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
>  Changes.old | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/Changes.old b/Changes.old
> index 7a7ce22..97d4b5e 100644
> --- a/Changes.old
> +++ b/Changes.old
> @@ -1210,7 +1210,7 @@ listen.2
>  semop.2
>      mtk
>          Added BUG: in some circumstances, a process that is
> -        waiting for a semaphore to become zero is not not woken
> +        waiting for a semaphore to become zero is not woken
>          up when the value does actually reach zero.
>          http://marc.theaimsgroup.com/?l=linux-kernel&m=110260821123863&w=2
>          http://marc.theaimsgroup.com/?l=linux-kernel&m=110261701025794&w=2
> @@ -16331,7 +16331,7 @@ path_resolution.7
>          Global fix: s/mount-point namespace/mount namespace/
>              This is more consistent with the term "mounts namespace"
>              used in the 2008 ACM SIGOPS paper, "Virtual servers
> -            and and checkpoint/restart in mainstream Linux".
> +            and checkpoint/restart in mainstream Linux".
>              (I avoided the "s", because using the plural strikes me
>              as klunky English, and anyway we don't talk about
>              the "PIDs namespace" or the "networks namespace", etc..)
> @@ -16557,7 +16557,7 @@ pthread_setschedparam.3
>      Michael Kerrisk
>          PTHREAD_INHERIT_SCHED is default for inherit scheduler attribute
>              In EXAMPLE, note that PTHREAD_INHERIT_SCHED is the default for
> -            the inherit scheduler attribute attribute.
> +            the inherit scheduler attribute.
>  
>  syslog.3
>      Masanari Iida
> @@ -18060,7 +18060,7 @@ splice.2
>  syscalls.2
>      Michael Kerrisk
>          Note that getpmsg(2) and putmsg(2) are unimplemented
> -            See See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514771
> +            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514771
>  
>  timerfd_create.2
>      Michael Kerrisk
> @@ -19891,7 +19891,7 @@ socket.7
>  udp.7
>      Michael Kerrisk
>          Add FIONREAD warning.
> -            Warn that FIONREAD can't can't distinguish case of a zero-length
> +            Warn that FIONREAD can't distinguish case of a zero-length
>              datagram from the case where no datagrams are available.
>  
>  
> @@ -26090,7 +26090,7 @@ rtnetlink.7
>  socket.7
>      Pavel Emelyanov
>          SO_BINDTODEVICE is now readable
> -            SO_BINDTODEVICE is readable since since kernel 3.8.
> +            SO_BINDTODEVICE is readable since kernel 3.8.
>  
>  
>  ==================== Changes in man-pages-3.49 ====================
> @@ -26425,7 +26425,7 @@ clone.2
>              and the wrapper function in the introductory text.
>      Michael Kerrisk
>          Update feature test macro requirements
> -            The requirements quietly changed changed in glibc 2.14
> +            The requirements quietly changed in glibc 2.14
>  
>              See also http://www.sourceware.org/bugzilla/show_bug.cgi?id=4749
>      Michael Kerrisk  [Mike Frysinger]
> @@ -26537,7 +26537,7 @@ umask.2
>  unshare.2
>      Michael Kerrisk
>          Update feature test macro requirements
> -            The requirements quietly changed changed in glibc 2.14
> +            The requirements quietly changed in glibc 2.14
>  
>              See also http://www.sourceware.org/bugzilla/show_bug.cgi?id=4749
>  
> @@ -26576,7 +26576,7 @@ scalb.3
>  sched_getcpu.3
>      Michael Kerrisk
>          Update feature test macro requirements
> -            The requirements quietly changed changed in glibc 2.14
> +            The requirements quietly changed in glibc 2.14
>  
>              See also http://www.sourceware.org/bugzilla/show_bug.cgi?id=4749
>  
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/2] Changes.old: tfix
@ 2016-01-22 14:48 Jakub Wilk
       [not found] ` <1453474138-2742-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Jakub Wilk @ 2016-01-22 14:48 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Remove duplicated words.

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 Changes.old | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Changes.old b/Changes.old
index 7a7ce22..97d4b5e 100644
--- a/Changes.old
+++ b/Changes.old
@@ -1210,7 +1210,7 @@ listen.2
 semop.2
     mtk
         Added BUG: in some circumstances, a process that is
-        waiting for a semaphore to become zero is not not woken
+        waiting for a semaphore to become zero is not woken
         up when the value does actually reach zero.
         http://marc.theaimsgroup.com/?l=linux-kernel&m=110260821123863&w=2
         http://marc.theaimsgroup.com/?l=linux-kernel&m=110261701025794&w=2
@@ -16331,7 +16331,7 @@ path_resolution.7
         Global fix: s/mount-point namespace/mount namespace/
             This is more consistent with the term "mounts namespace"
             used in the 2008 ACM SIGOPS paper, "Virtual servers
-            and and checkpoint/restart in mainstream Linux".
+            and checkpoint/restart in mainstream Linux".
             (I avoided the "s", because using the plural strikes me
             as klunky English, and anyway we don't talk about
             the "PIDs namespace" or the "networks namespace", etc..)
@@ -16557,7 +16557,7 @@ pthread_setschedparam.3
     Michael Kerrisk
         PTHREAD_INHERIT_SCHED is default for inherit scheduler attribute
             In EXAMPLE, note that PTHREAD_INHERIT_SCHED is the default for
-            the inherit scheduler attribute attribute.
+            the inherit scheduler attribute.
 
 syslog.3
     Masanari Iida
@@ -18060,7 +18060,7 @@ splice.2
 syscalls.2
     Michael Kerrisk
         Note that getpmsg(2) and putmsg(2) are unimplemented
-            See See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514771
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514771
 
 timerfd_create.2
     Michael Kerrisk
@@ -19891,7 +19891,7 @@ socket.7
 udp.7
     Michael Kerrisk
         Add FIONREAD warning.
-            Warn that FIONREAD can't can't distinguish case of a zero-length
+            Warn that FIONREAD can't distinguish case of a zero-length
             datagram from the case where no datagrams are available.
 
 
@@ -26090,7 +26090,7 @@ rtnetlink.7
 socket.7
     Pavel Emelyanov
         SO_BINDTODEVICE is now readable
-            SO_BINDTODEVICE is readable since since kernel 3.8.
+            SO_BINDTODEVICE is readable since kernel 3.8.
 
 
 ==================== Changes in man-pages-3.49 ====================
@@ -26425,7 +26425,7 @@ clone.2
             and the wrapper function in the introductory text.
     Michael Kerrisk
         Update feature test macro requirements
-            The requirements quietly changed changed in glibc 2.14
+            The requirements quietly changed in glibc 2.14
 
             See also http://www.sourceware.org/bugzilla/show_bug.cgi?id=4749
     Michael Kerrisk  [Mike Frysinger]
@@ -26537,7 +26537,7 @@ umask.2
 unshare.2
     Michael Kerrisk
         Update feature test macro requirements
-            The requirements quietly changed changed in glibc 2.14
+            The requirements quietly changed in glibc 2.14
 
             See also http://www.sourceware.org/bugzilla/show_bug.cgi?id=4749
 
@@ -26576,7 +26576,7 @@ scalb.3
 sched_getcpu.3
     Michael Kerrisk
         Update feature test macro requirements
-            The requirements quietly changed changed in glibc 2.14
+            The requirements quietly changed in glibc 2.14
 
             See also http://www.sourceware.org/bugzilla/show_bug.cgi?id=4749
 
-- 
2.7.0

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-04-27  7:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 18:58 [PATCH 1/2] Changes.old: tfix Jakub Wilk
2021-04-26 18:58 ` [PATCH 2/2] exit_group.2, getunwind.2: tfix Jakub Wilk
2021-04-27  7:43   ` Alejandro Colomar (man-pages)
2021-04-27  7:35 ` [PATCH 1/2] Changes.old: tfix Alejandro Colomar (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2017-03-16 23:31 Jakub Wilk
     [not found] ` <20170316233101.1343-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-03-17 20:38   ` Michael Kerrisk (man-pages)
     [not found]     ` <912d29ad-7940-b414-5c30-192697104065-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-04-27 18:59       ` Jakub Wilk
     [not found]         ` <20170427185932.2yky6zil64zjmb7s-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-04-28  8:01           ` Michael Kerrisk (man-pages)
2016-01-22 14:48 Jakub Wilk
     [not found] ` <1453474138-2742-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-01-25 13:33   ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.