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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-07 17:12:17 +01:00
parent 2651b688de
commit eec85a076f
1 changed files with 1 additions and 2 deletions

View File

@ -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.