linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] Changes.old: tfix
@ 2020-03-06 11:41 Jakub Wilk
  2020-03-06 11:41 ` [PATCH 2/3] semctl.2: tfix Jakub Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jakub Wilk @ 2020-03-06 11:41 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 Changes.old | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Changes.old b/Changes.old
index c870270ee..8c9d78f85 100644
--- a/Changes.old
+++ b/Changes.old
@@ -15250,7 +15250,7 @@ sigwaitinfo.2
 
     Michael Kerrisk
         These interfaces have per-thread semantics
-            The page was previously fuzzy about whether the these interfaces
+            The page was previously fuzzy about whether these interfaces
             have process-wide or per-thread semantics.  (E.g., now the
             page states that the calling *thread* (not process) is suspended
             until the signal is delivered.)
-- 
2.25.1


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

* [PATCH 2/3] semctl.2: tfix
  2020-03-06 11:41 [PATCH 1/3] Changes.old: tfix Jakub Wilk
@ 2020-03-06 11:41 ` Jakub Wilk
  2020-03-12  8:16   ` Michael Kerrisk (man-pages)
  2020-03-06 11:41 ` [PATCH 3/3] socket.7: tfix Jakub Wilk
  2020-03-12  8:16 ` [PATCH 1/3] Changes.old: tfix Michael Kerrisk (man-pages)
  2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2020-03-06 11:41 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man2/semctl.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/semctl.2 b/man2/semctl.2
index bd8bc39bc..ac073110c 100644
--- a/man2/semctl.2
+++ b/man2/semctl.2
@@ -371,7 +371,7 @@ The calling process must have alter (write) permission on
 the semaphore set.
 .TP
 .B SETVAL
-Set the the semaphore value
+Set the semaphore value
 .BR ( semval )
 to
 .I arg.val
-- 
2.25.1


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

* [PATCH 3/3] socket.7: tfix
  2020-03-06 11:41 [PATCH 1/3] Changes.old: tfix Jakub Wilk
  2020-03-06 11:41 ` [PATCH 2/3] semctl.2: tfix Jakub Wilk
@ 2020-03-06 11:41 ` Jakub Wilk
  2020-03-12  8:17   ` Michael Kerrisk (man-pages)
  2020-03-12  8:16 ` [PATCH 1/3] Changes.old: tfix Michael Kerrisk (man-pages)
  2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2020-03-06 11:41 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man7/socket.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/socket.7 b/man7/socket.7
index aadbe6ab5..7f309cb8e 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -887,7 +887,7 @@ event is returned.
 .\" It does not affect wake up.
 .IP
 Background: this option was added when waking up on an error condition
-occurred occured only via the
+occurred only via the
 .IR readfds
 and
 .IR writefds
-- 
2.25.1


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

* Re: [PATCH 1/3] Changes.old: tfix
  2020-03-06 11:41 [PATCH 1/3] Changes.old: tfix Jakub Wilk
  2020-03-06 11:41 ` [PATCH 2/3] semctl.2: tfix Jakub Wilk
  2020-03-06 11:41 ` [PATCH 3/3] socket.7: tfix Jakub Wilk
@ 2020-03-12  8:16 ` Michael Kerrisk (man-pages)
  2 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-03-12  8:16 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: mtk.manpages, linux-man

On 3/6/20 12:41 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Thanks, Jakub. Patch applied.

Cheers,

Michael

> ---
>  Changes.old | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Changes.old b/Changes.old
> index c870270ee..8c9d78f85 100644
> --- a/Changes.old
> +++ b/Changes.old
> @@ -15250,7 +15250,7 @@ sigwaitinfo.2
>  
>      Michael Kerrisk
>          These interfaces have per-thread semantics
> -            The page was previously fuzzy about whether the these interfaces
> +            The page was previously fuzzy about whether these interfaces
>              have process-wide or per-thread semantics.  (E.g., now the
>              page states that the calling *thread* (not process) is suspended
>              until the signal is delivered.)
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

* Re: [PATCH 2/3] semctl.2: tfix
  2020-03-06 11:41 ` [PATCH 2/3] semctl.2: tfix Jakub Wilk
@ 2020-03-12  8:16   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-03-12  8:16 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: mtk.manpages, linux-man

On 3/6/20 12:41 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Thanks, Jakub. Patch applied.

Cheers,

Michael


> ---
>  man2/semctl.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/semctl.2 b/man2/semctl.2
> index bd8bc39bc..ac073110c 100644
> --- a/man2/semctl.2
> +++ b/man2/semctl.2
> @@ -371,7 +371,7 @@ The calling process must have alter (write) permission on
>  the semaphore set.
>  .TP
>  .B SETVAL
> -Set the the semaphore value
> +Set the semaphore value
>  .BR ( semval )
>  to
>  .I arg.val
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

* Re: [PATCH 3/3] socket.7: tfix
  2020-03-06 11:41 ` [PATCH 3/3] socket.7: tfix Jakub Wilk
@ 2020-03-12  8:17   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-03-12  8:17 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: mtk.manpages, linux-man

On 3/6/20 12:41 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Thanks, Jakub! Patch applied.

Cheers,

Michael


> ---
>  man7/socket.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/socket.7 b/man7/socket.7
> index aadbe6ab5..7f309cb8e 100644
> --- a/man7/socket.7
> +++ b/man7/socket.7
> @@ -887,7 +887,7 @@ event is returned.
>  .\" It does not affect wake up.
>  .IP
>  Background: this option was added when waking up on an error condition
> -occurred occured only via the
> +occurred only via the
>  .IR readfds
>  and
>  .IR writefds
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

end of thread, other threads:[~2020-03-12  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 11:41 [PATCH 1/3] Changes.old: tfix Jakub Wilk
2020-03-06 11:41 ` [PATCH 2/3] semctl.2: tfix Jakub Wilk
2020-03-12  8:16   ` Michael Kerrisk (man-pages)
2020-03-06 11:41 ` [PATCH 3/3] socket.7: tfix Jakub Wilk
2020-03-12  8:17   ` Michael Kerrisk (man-pages)
2020-03-12  8:16 ` [PATCH 1/3] Changes.old: tfix Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).