diff mbox series

persistent-keyring.7: wfix

Message ID 20230207214004.6013-1-jwilk@jwilk.net (mailing list archive)
State New
Headers show
Series persistent-keyring.7: wfix | expand

Commit Message

Jakub Wilk Feb. 7, 2023, 9:40 p.m. UTC
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---

I have no idea what I'm doing, but the original text was confusing,
and changing "key" to "keyring" seems consistent with other
documentation (keyrings.7, keyctl_get_persistent.3).

 man7/persistent-keyring.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Alejandro Colomar Feb. 7, 2023, 11:42 p.m. UTC | #1
Hi Jakub!

On 2/7/23 22:40, Jakub Wilk wrote:
> Reported-by: Helge Kreutzmann <debian@helgefjell.de>
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Thanks for the patch!  Applied.

Cheers,

Alex

> ---
> 
> I have no idea what I'm doing, but the original text was confusing,
> and changing "key" to "keyring" seems consistent with other
> documentation (keyrings.7, keyctl_get_persistent.3).
> 
>  man7/persistent-keyring.7 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man7/persistent-keyring.7 b/man7/persistent-keyring.7
> index 2a7fe49c2..bf3e33ef5 100644
> --- a/man7/persistent-keyring.7
> +++ b/man7/persistent-keyring.7
> @@ -33,7 +33,7 @@ operation, it will be automatically created.
>  Each time the
>  .BR keyctl_get_persistent (3)
>  operation is performed,
> -the persistent key's expiration timer is reset to the value in:
> +the persistent keyring's expiration timer is reset to the value in:
>  .PP
>  .in +4n
>  .EX
> @@ -44,7 +44,7 @@ the persistent key's expiration timer is reset to the value in:
>  Should the timeout be reached,
>  the persistent keyring will be removed and
>  everything it pins can then be garbage collected.
> -The key will then be re-created on a subsequent call to
> +The keyring will then be re-created on a subsequent call to
>  .BR keyctl_get_persistent (3).
>  .PP
>  The persistent keyring is not directly searched by
diff mbox series

Patch

diff --git a/man7/persistent-keyring.7 b/man7/persistent-keyring.7
index 2a7fe49c2..bf3e33ef5 100644
--- a/man7/persistent-keyring.7
+++ b/man7/persistent-keyring.7
@@ -33,7 +33,7 @@  operation, it will be automatically created.
 Each time the
 .BR keyctl_get_persistent (3)
 operation is performed,
-the persistent key's expiration timer is reset to the value in:
+the persistent keyring's expiration timer is reset to the value in:
 .PP
 .in +4n
 .EX
@@ -44,7 +44,7 @@  the persistent key's expiration timer is reset to the value in:
 Should the timeout be reached,
 the persistent keyring will be removed and
 everything it pins can then be garbage collected.
-The key will then be re-created on a subsequent call to
+The keyring will then be re-created on a subsequent call to
 .BR keyctl_get_persistent (3).
 .PP
 The persistent keyring is not directly searched by