All of lore.kernel.org
 help / color / mirror / Atom feed
* [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; 6+ 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] 6+ messages in thread

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

Remove duplicated word.

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man2/keyctl.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/keyctl.2 b/man2/keyctl.2
index 3da3489d5..a9bc4d571 100644
--- a/man2/keyctl.2
+++ b/man2/keyctl.2
@@ -136,7 +136,7 @@ does not exist depends on the value of
 If
 .I arg3
 contains a non-zero value, then\(emif it is appropriate to do so
-(e.g., when looking up the the user, user-session, or session key)\(ema new key is created and its real key ID returned as the function result.
+(e.g., when looking up the user, user-session, or session key)\(ema new key is created and its real key ID returned as the function result.
 .\" The keyctl_get_keyring_ID.3 page says that a new key
 .\" "will be created *if it is appropriate to do so**. What is the
 .\" determiner for appropriate?
-- 
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] 6+ messages in thread

* Re: [PATCH 1/2] Changes.old: tfix
       [not found] ` <20170316233101.1343-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-03-16 23:31   ` [PATCH 2/2] keyctl.2: tfix Jakub Wilk
@ 2017-03-17 20:38   ` Michael Kerrisk (man-pages)
       [not found]     ` <912d29ad-7940-b414-5c30-192697104065-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  1 sibling, 1 reply; 6+ 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] 6+ messages in thread

* Re: [PATCH 2/2] keyctl.2: tfix
       [not found]     ` <20170316233101.1343-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-03-17 20:39       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-03-17 20:39 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/17/2017 12:31 AM, Jakub Wilk wrote:
> Remove duplicated word.

Thanks, Jakub! Patch applied.

Cheers,

Michael

> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
>  man2/keyctl.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/keyctl.2 b/man2/keyctl.2
> index 3da3489d5..a9bc4d571 100644
> --- a/man2/keyctl.2
> +++ b/man2/keyctl.2
> @@ -136,7 +136,7 @@ does not exist depends on the value of
>  If
>  .I arg3
>  contains a non-zero value, then\(emif it is appropriate to do so
> -(e.g., when looking up the the user, user-session, or session key)\(ema new key is created and its real key ID returned as the function result.
> +(e.g., when looking up the user, user-session, or session key)\(ema new key is created and its real key ID returned as the function result.
>  .\" The keyctl_get_keyring_ID.3 page says that a new key
>  .\" "will be created *if it is appropriate to do so**. What is the
>  .\" determiner for appropriate?
> 


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

end of thread, other threads:[~2017-04-28  8:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 23:31 [PATCH 1/2] Changes.old: tfix Jakub Wilk
     [not found] ` <20170316233101.1343-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-03-16 23:31   ` [PATCH 2/2] keyctl.2: tfix Jakub Wilk
     [not found]     ` <20170316233101.1343-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-03-17 20:39       ` Michael Kerrisk (man-pages)
2017-03-17 20:38   ` [PATCH 1/2] Changes.old: tfix 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)

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.