summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-signature.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-10 18:05:57 +1000
committerPauli <paul.dale@oracle.com>2019-09-27 16:21:51 +1000
commit0c452a51a5dfe061e5080ae484f1cd06772d8f47 (patch)
tree6c5e4ebed39bbcfebf0cc0c10eb7d44ec1c52216 /doc/man7/provider-signature.pod
parentd56eba1fd109faa2c25fcb7cb2d9ee85e62b827f (diff)
Reformat param description lines
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10024)
Diffstat (limited to 'doc/man7/provider-signature.pod')
-rw-r--r--doc/man7/provider-signature.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod
index 81b6feb0a2..777b991cc6 100644
--- a/doc/man7/provider-signature.pod
+++ b/doc/man7/provider-signature.pod
@@ -194,12 +194,12 @@ algorithms:
=over 4
-=item B<OSSL_SIGNATURE_PARAM_DIGEST> ("digest") <UTF8 string>
+=item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
Get or sets the name of the digest algorithm used for the input to the signature
functions.
-=item B<OSSL_SIGNATURE_PARAM_DIGEST_SIZE> ("digest-size") <unsigned integer>
+=item "digest-size" (B<OSSL_SIGNATURE_PARAM_DIGEST_SIZE>) <unsigned integer>
Gets or sets the output size of the digest algorithm used for the input to the
signature functions.