From: Richard Levitte Date: Mon, 25 Jan 2021 13:16:05 +0000 (+0100) Subject: DOC: Fix a few minor issues in OSSL_ENCODER / OSSL_DECODER docs X-Git-Tag: openssl-3.0.0-alpha11~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df7858989350e600b81aeb7178a55ea3ac3ead41;p=thirdparty%2Fopenssl.git DOC: Fix a few minor issues in OSSL_ENCODER / OSSL_DECODER docs Partially fixes #13949 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/13954) --- diff --git a/doc/man3/OSSL_DECODER.pod b/doc/man3/OSSL_DECODER.pod index b951d8d0b91..347df85e1bd 100644 --- a/doc/man3/OSSL_DECODER.pod +++ b/doc/man3/OSSL_DECODER.pod @@ -73,12 +73,12 @@ OSSL_DECODER_number() returns the internal dynamic number assigned to the given I. OSSL_DECODER_names_do_all() traverses all names for the given -I, and calls I with each name and I. +I, and calls I with each name and I as arguments. -OSSL_DECODER_do_all_provided() traverses all encoder +OSSL_DECODER_do_all_provided() traverses all decoder implementations by all activated providers in the library context I, and for each of the implementations, calls I with the -implementation method and I as arguments. +implementation method and I as arguments. OSSL_DECODER_gettable_params() returns an L array of parameter descriptors. diff --git a/doc/man3/OSSL_ENCODER.pod b/doc/man3/OSSL_ENCODER.pod index 46e3717276e..15f2a5f9354 100644 --- a/doc/man3/OSSL_ENCODER.pod +++ b/doc/man3/OSSL_ENCODER.pod @@ -73,12 +73,12 @@ OSSL_ENCODER_number() returns the internal dynamic number assigned to the given I. OSSL_ENCODER_names_do_all() traverses all names for the given -I, and calls I with each name and I. +I, and calls I with each name and I as arguments. OSSL_ENCODER_do_all_provided() traverses all encoder implementations by all activated providers in the library context I, and for each of the implementations, calls I with the -implementation method and I as arguments. +implementation method and I as arguments. OSSL_ENCODER_gettable_params() returns an L array of parameter descriptors.