From eec85a076f0e708a7477afdf244781d8ea5a08eb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 7 Nov 2016 17:12:17 +0100 Subject: [PATCH] keyrings.7: Fix notable wording error in description of key search algorithm "If valid matching key" ==> If no valid matching key" Signed-off-by: Michael Kerrisk --- man7/keyrings.7 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man7/keyrings.7 b/man7/keyrings.7 index 94174a9ba..695de58de 100644 --- a/man7/keyrings.7 +++ b/man7/keyrings.7 @@ -428,8 +428,7 @@ then the search terminates and that key is returned. If a matching key is found that has an error state attached, that error state is noted and the search continues. .IP (6) -.\" FIXME Is the word "no" missing from the next sentence? -If valid matching key is found, +If no valid matching key is found, then the first noted error state is returned; otherwise, an .B ENOKEY error is returned.