]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
provider-storemgmt.pod: fix nits (unclosed '<' around name)
authorDr. David von Oheimb <dev@ddvo.net>
Fri, 27 Oct 2023 06:58:48 +0000 (08:58 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 12 Dec 2023 18:52:02 +0000 (19:52 +0100)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22942)

doc/man7/provider-storemgmt.pod

index 81d407a4b8b91051bd2a2801c911d5a77c940bf7..221060021721bed2161a638889ca6ac522dcd6df 100644 (file)
@@ -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.