summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorDr. David von Oheimb <dev@ddvo.net>2023-10-27 08:58:48 +0200
committerTomas Mraz <tomas@openssl.org>2023-12-12 19:52:02 +0100
commita149e8e108263718daede1858d2855d68dde5652 (patch)
treee63f338a27482fe1c55a74e42820465cb75df562 /doc/man7
parentd6688e45fa2f987f3ffd324e19922468beee5ddc (diff)
provider-storemgmt.pod: fix nits (unclosed '<' around name)
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22942)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/provider-storemgmt.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/provider-storemgmt.pod b/doc/man7/provider-storemgmt.pod
index 81d407a4b8..2210600217 100644
--- a/doc/man7/provider-storemgmt.pod
+++ b/doc/man7/provider-storemgmt.pod
@@ -184,12 +184,12 @@ fingerprint, computed with the given digest.
Indicates that the caller wants to search for an object with the given
alias (some call it a "friendly name").
-=item "properties" (B<OSSL_STORE_PARAM_PROPERTIES) <utf8 string>
+=item "properties" (B<OSSL_STORE_PARAM_PROPERTIES>) <utf8 string>
Property string to use when querying for algorithms such as the B<OSSL_DECODER>
decoder implementations.
-=item "input-type" (B<OSSL_STORE_PARAM_INPUT_TYPE) <utf8 string>
+=item "input-type" (B<OSSL_STORE_PARAM_INPUT_TYPE>) <utf8 string>
Type of the input format as a hint to use when decoding the objects in the
store.