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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ messages in thread

* [PATCH 1/3] Changes.old: tfix
@ 2021-09-10 20:04 Jakub Wilk
  0 siblings, 0 replies; 9+ messages in thread
From: Jakub Wilk @ 2021-09-10 20:04 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

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

diff --git a/Changes.old b/Changes.old
index 742a2134d..77c06b98d 100644
--- a/Changes.old
+++ b/Changes.old
@@ -52419,7 +52419,7 @@ uintN_t.3
 uintptr_t.3
 va_list.3
 void.3
-    Alejandro Colomar, Michael kerrisk
+    Alejandro Colomar, Michael Kerrisk
         New links to system_data_types(7)
 
 CIRCLEQ_ENTRY.3
@@ -54666,7 +54666,7 @@ futex.2
         Document FUTEX_LOCK_PI2
 
 ioctl_tty.2
-    Pali Rohár  [Alejandro Colomar, Michael kerrisk]
+    Pali Rohár  [Alejandro Colomar, Michael Kerrisk]
         Document ioctls: TCGETS2, TCSETS2, TCSETSW2, TCSETSF2
 
 pidfd_open.2
-- 
2.33.0


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

* Re: [PATCH 1/3] Changes.old: tfix
       [not found] ` <20170513103747.1341-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-05-13 11:13   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-05-13 11:13 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 05/13/2017 12:37 PM, Jakub Wilk wrote:

> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael


> ---
>  Changes.old | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Changes.old b/Changes.old
> index 8e7195996..75df562cb 100644
> --- a/Changes.old
> +++ b/Changes.old
> @@ -45224,7 +45224,7 @@ stat.2
>              other than directory, which doesn't make much sense. Just swap
>              the order of sentences.
>      Michael Kerrisk
> -        Add slightly expanded description oif 'st_ino' field
> +        Add slightly expanded description of 'st_ino' field
>      Michael Kerrisk
>          DESCRIPTION: add a list entry for 'st_ino'
>      Michael Kerrisk
> @@ -45246,7 +45246,7 @@ wait.2
>  
>  bzero.3
>      Michael Kerrisk  [Zack Weinberg]
> -        Add correct header file for exlicit_bzero()
> +        Add correct header file for explicit_bzero()
>  
>  cfree.3
>      Michael Kerrisk
> 


-- 
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] 9+ messages in thread

* [PATCH 1/3] Changes.old: tfix
@ 2017-05-13 10:37 Jakub Wilk
       [not found] ` <20170513103747.1341-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Jakub Wilk @ 2017-05-13 10:37 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 8e7195996..75df562cb 100644
--- a/Changes.old
+++ b/Changes.old
@@ -45224,7 +45224,7 @@ stat.2
             other than directory, which doesn't make much sense. Just swap
             the order of sentences.
     Michael Kerrisk
-        Add slightly expanded description oif 'st_ino' field
+        Add slightly expanded description of 'st_ino' field
     Michael Kerrisk
         DESCRIPTION: add a list entry for 'st_ino'
     Michael Kerrisk
@@ -45246,7 +45246,7 @@ wait.2
 
 bzero.3
     Michael Kerrisk  [Zack Weinberg]
-        Add correct header file for exlicit_bzero()
+        Add correct header file for explicit_bzero()
 
 cfree.3
     Michael Kerrisk
-- 
2.13.0.rc2.291.g57267f2277

--
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] 9+ messages in thread

end of thread, other threads:[~2021-09-10 20:04 UTC | newest]

Thread overview: 9+ 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)
  -- strict thread matches above, loose matches on Subject: below --
2021-09-10 20:04 Jakub Wilk
2017-05-13 10:37 Jakub Wilk
     [not found] ` <20170513103747.1341-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-05-13 11:13   ` 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).