Replace some boldened types with a corresponding man page link
[openssl.git] / doc / man3 / EVP_KEYMGMT.pod
index 2131694e0b8de364c5b1cbe66124ceaee2eddfd4..da03286a996e4f5fed517d262a08198fd225d7e3 100644 (file)
@@ -88,12 +88,11 @@ of the implementations, calls I<fn> with the implementation method and
 I<data> as arguments.
 
 EVP_KEYMGMT_gettable_params() and EVP_KEYMGMT_settable_params() return a
-constant B<OSSL_PARAM> array that describes the names and types of key
+constant L<OSSL_PARAM(3)> array that describes the names and types of key
 parameters that can be retrieved or set.
 EVP_KEYMGMT_gettable_params() is used by L<EVP_PKEY_gettable_params(3)>.
-See L<OSSL_PARAM(3)> for the use of B<OSSL_PARAM> as a parameter descriptor.
 
-EVP_KEYMGMT_gen_settable_params() returns a constant B<OSSL_PARAM> array that
+EVP_KEYMGMT_gen_settable_params() returns a constant L<OSSL_PARAM(3)> array that
 describes the names and types of key generation parameters that can be set via
 L<EVP_PKEY_CTX_set_params(3)>.
 
@@ -128,7 +127,7 @@ EVP_KEYMGMT_get0_description() returns a pointer to a description, or NULL if
 there isn't one.
 
 EVP_KEYMGMT_gettable_params(), EVP_KEYMGMT_settable_params() and
-EVP_KEYMGMT_gen_settable_params() return a constant B<OSSL_PARAM> array or
+EVP_KEYMGMT_gen_settable_params() return a constant L<OSSL_PARAM(3)> array or
 NULL on error.
 
 =head1 SEE ALSO