evp_generic_fetch.pod: fix documentation error
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Sun, 21 Jun 2020 10:37:58 +0000 (12:37 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Wed, 24 Jun 2020 20:01:22 +0000 (22:01 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12222)

doc/internal/man3/evp_generic_fetch.pod

index 34f157e3536b70d2031474c9cd8d3c82d9f24782..ea72b193e5c0585ba01bead36593109643d2a37c 100644 (file)
@@ -38,7 +38,7 @@ it to create an EVP method with the help of the functions
 I<new_method>, I<up_ref_method>, and I<free_method>.
 
 evp_generic_fetch_by_number() does the same thing as evp_generic_fetch(), 
-but takes a I<name_id> instead of a number.
+but takes a numeric I<name_id> instead of a name.
 I<name_id> must always be nonzero; as a matter of fact, it being zero
 is considered a programming error.
 This is meant to be used when one method needs to fetch an associated