All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix mention of comma-separated pkey query strings
@ 2020-05-16  0:23 Ben Boeckel
  2020-05-16  0:23 ` [PATCH 1/1] man: the info strings are actually space or tab separated Ben Boeckel
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Boeckel @ 2020-05-16  0:23 UTC (permalink / raw)
  To: keyrings

From: Ben Boeckel <mathstuf@gmail.com>

I'm not sure where this comes from, but the code in the library and the
kernel only supports space- and tab-separated parameters.

Ben Boeckel (1):
  man: the info strings are actually space or tab separated

 man/keyctl_pkey_encrypt.3 | 4 ++--
 man/keyctl_pkey_query.3   | 2 +-
 man/keyctl_pkey_sign.3    | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)


base-commit: 704802463dd1fd74000132d4325300c718a4b474
-- 
2.25.4

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

* [PATCH 1/1] man: the info strings are actually space or tab separated
  2020-05-16  0:23 [PATCH 0/1] Fix mention of comma-separated pkey query strings Ben Boeckel
@ 2020-05-16  0:23 ` Ben Boeckel
  2020-05-18 14:06   ` David Howells
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Boeckel @ 2020-05-16  0:23 UTC (permalink / raw)
  To: keyrings; +Cc: Ben Boeckel, dhowells

From: Ben Boeckel <mathstuf@gmail.com>

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
---
 man/keyctl_pkey_encrypt.3 | 4 ++--
 man/keyctl_pkey_query.3   | 2 +-
 man/keyctl_pkey_sign.3    | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/man/keyctl_pkey_encrypt.3 b/man/keyctl_pkey_encrypt.3
index 44c640e..5a5b71b 100644
--- a/man/keyctl_pkey_encrypt.3
+++ b/man/keyctl_pkey_encrypt.3
@@ -40,8 +40,8 @@ When invoking the function,
 .I key
 indicates the key that will provide the cryptographic material and
 .I info
-points to a comma-separated string of "key[=value]" parameters that indicate
-things like encoding forms and passwords to unlock the key; see
+points to a space- or tab-separated string of "key[=value]" parameters that
+indicate things like encoding forms and passwords to unlock the key; see
 asymmetric-key(7) for more information.
 .PP
 .IR data " and " datalen
diff --git a/man/keyctl_pkey_query.3 b/man/keyctl_pkey_query.3
index dbeb0fd..e70665f 100644
--- a/man/keyctl_pkey_query.3
+++ b/man/keyctl_pkey_query.3
@@ -32,7 +32,7 @@ When invoking the function,
 .I key
 indicates the key to be queried,
 .I info
-points to a comma-separated string of "key[=value]" parameters and
+points to a space- or tab-separated string of "key[=value]" parameters and
 .I result
 points to a buffer in which the result will be placed.
 .PP
diff --git a/man/keyctl_pkey_sign.3 b/man/keyctl_pkey_sign.3
index 2f17e73..4fb6a14 100644
--- a/man/keyctl_pkey_sign.3
+++ b/man/keyctl_pkey_sign.3
@@ -44,8 +44,8 @@ When invoking the function,
 .I key
 indicates the key that will provide the cryptographic material and
 .I info
-points to a comma-separated string of "key[=value]" parameters that indicate
-things like encoding forms and passwords to unlock the key; see
+points to a space- or tab-separated string of "key[=value]" parameters that
+indicate things like encoding forms and passwords to unlock the key; see
 asymmetric-key(7) for more information.
 .PP
 .IR data " and " datalen
-- 
2.25.4

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

* Re: [PATCH 1/1] man: the info strings are actually space or tab separated
  2020-05-16  0:23 ` [PATCH 1/1] man: the info strings are actually space or tab separated Ben Boeckel
@ 2020-05-18 14:06   ` David Howells
  0 siblings, 0 replies; 3+ messages in thread
From: David Howells @ 2020-05-18 14:06 UTC (permalink / raw)
  To: keyrings

Ben Boeckel <me@benboeckel.net> wrote:

> From: Ben Boeckel <mathstuf@gmail.com>
> 
> Signed-off-by: Ben Boeckel <mathstuf@gmail.com>

Applied.

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

end of thread, other threads:[~2020-05-18 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16  0:23 [PATCH 0/1] Fix mention of comma-separated pkey query strings Ben Boeckel
2020-05-16  0:23 ` [PATCH 1/1] man: the info strings are actually space or tab separated Ben Boeckel
2020-05-18 14:06   ` David Howells

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.