From fddb1847b1d53ead95678cbe21004c03c88d506d Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 17 Sep 2019 08:46:49 +1000 Subject: [PATCH] Change PARAMETER NAMES links to PARAMETERS Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9905) --- doc/man7/EVP_MAC-BLAKE2.pod | 4 ++-- doc/man7/EVP_MAC-CMAC.pod | 4 ++-- doc/man7/EVP_MAC-GMAC.pod | 4 ++-- doc/man7/EVP_MAC-HMAC.pod | 4 ++-- doc/man7/EVP_MAC-KMAC.pod | 4 ++-- doc/man7/EVP_MAC-Poly1305.pod | 4 ++-- doc/man7/EVP_MAC-Siphash.pod | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/man7/EVP_MAC-BLAKE2.pod b/doc/man7/EVP_MAC-BLAKE2.pod index 6ceb65d9e9..21be5223c9 100644 --- a/doc/man7/EVP_MAC-BLAKE2.pod +++ b/doc/man7/EVP_MAC-BLAKE2.pod @@ -25,7 +25,7 @@ properties, to be used with EVP_MAC_fetch(): =head2 Supported parameters The general description of these parameters can be found in -L. +L. All these parameters can be set with EVP_MAC_CTX_set_params(). Furthermore, the "size" parameter can be retrieved with @@ -61,7 +61,7 @@ It is 32 and 64 respectively by default. =head1 SEE ALSO L, L, -L, L +L, L =head1 HISTORY diff --git a/doc/man7/EVP_MAC-CMAC.pod b/doc/man7/EVP_MAC-CMAC.pod index e7675e2f7a..05d198a7a5 100644 --- a/doc/man7/EVP_MAC-CMAC.pod +++ b/doc/man7/EVP_MAC-CMAC.pod @@ -22,7 +22,7 @@ used with EVP_MAC_fetch(): =head2 Supported parameters The general description of these parameters can be found in -L. +L. The following parameter can be set with EVP_MAC_CTX_set_params(): @@ -52,7 +52,7 @@ The "size" parameter can also be retrieved with with EVP_MAC_size(). =head1 SEE ALSO L, L, -L, L +L, L =head1 COPYRIGHT diff --git a/doc/man7/EVP_MAC-GMAC.pod b/doc/man7/EVP_MAC-GMAC.pod index fcd9c9625a..4953221909 100644 --- a/doc/man7/EVP_MAC-GMAC.pod +++ b/doc/man7/EVP_MAC-GMAC.pod @@ -22,7 +22,7 @@ used with EVP_MAC_fetch(): =head2 Supported parameters The general description of these parameters can be found in -L. +L. The following parameter can be set with EVP_MAC_CTX_set_params(): @@ -54,7 +54,7 @@ The "size" parameter can also be retrieved with EVP_MAC_size(). =head1 SEE ALSO L, L, -L, L +L, L =head1 COPYRIGHT diff --git a/doc/man7/EVP_MAC-HMAC.pod b/doc/man7/EVP_MAC-HMAC.pod index 0fb92d329e..6e9e74dd37 100644 --- a/doc/man7/EVP_MAC-HMAC.pod +++ b/doc/man7/EVP_MAC-HMAC.pod @@ -22,7 +22,7 @@ used with EVP_MAC_fetch(): =head2 Supported parameters The general description of these parameters can be found in -L. +L. The following parameter can be set with EVP_MAC_CTX_set_params(): @@ -56,7 +56,7 @@ The "size" parameter can also be retrieved with EVP_MAC_size(). =head1 SEE ALSO L, L, -L, L, L +L, L, L =head1 COPYRIGHT diff --git a/doc/man7/EVP_MAC-KMAC.pod b/doc/man7/EVP_MAC-KMAC.pod index 71a3bf21c2..d241414428 100644 --- a/doc/man7/EVP_MAC-KMAC.pod +++ b/doc/man7/EVP_MAC-KMAC.pod @@ -25,7 +25,7 @@ properties, to be used with EVP_MAC_fetch(): =head2 Supported parameters The general description of these parameters can be found in -L. +L. All these parameters can be set with EVP_MAC_CTX_set_params(). Furthermore, the "size" parameter can be retrieved with @@ -50,7 +50,7 @@ the input stream is set to zero. =head1 SEE ALSO L, L, -L, L +L, L =head1 COPYRIGHT diff --git a/doc/man7/EVP_MAC-Poly1305.pod b/doc/man7/EVP_MAC-Poly1305.pod index 02cbe0e4b4..5f606d66b2 100644 --- a/doc/man7/EVP_MAC-Poly1305.pod +++ b/doc/man7/EVP_MAC-Poly1305.pod @@ -22,7 +22,7 @@ used with EVP_MAC_fetch(): =head2 Supported parameters The general description of these parameters can be found in -L. +L. The following parameter can be set with EVP_MAC_CTX_set_params(): @@ -46,7 +46,7 @@ The "size" parameter can also be retrieved with with EVP_MAC_size(). =head1 SEE ALSO L, L, -L, L +L, L =head1 COPYRIGHT diff --git a/doc/man7/EVP_MAC-Siphash.pod b/doc/man7/EVP_MAC-Siphash.pod index 25e0a8fa38..f82a668851 100644 --- a/doc/man7/EVP_MAC-Siphash.pod +++ b/doc/man7/EVP_MAC-Siphash.pod @@ -23,7 +23,7 @@ used with EVP_MAC_fetch(): =head2 Supported parameters The general description of these parameters can be found in -L. +L. All these parameters can be set with EVP_MAC_CTX_set_params(). Furthermore, the "size" parameter can be retrieved with @@ -40,7 +40,7 @@ EVP_MAC_CTX_get_params(), or with EVP_MAC_size(). =head1 SEE ALSO L, L, -L, L +L, L =head1 COPYRIGHT -- 2.25.1