X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FOSSL_STORE_INFO.pod;h=9b9e93b609ba7eaf75c2ab3b7d026e2fa059292c;hp=22ab6665727345dca09bd91d96326814bf2ceac3;hb=1fb2993d9e3db38c7c681ea3eecaad458e956f80;hpb=e2e603fe7c5b35d8dadb1eec4696307d16665731 diff --git a/doc/man3/OSSL_STORE_INFO.pod b/doc/man3/OSSL_STORE_INFO.pod index 22ab666572..9b9e93b609 100644 --- a/doc/man3/OSSL_STORE_INFO.pod +++ b/doc/man3/OSSL_STORE_INFO.pod @@ -16,7 +16,7 @@ OSSL_STORE_INFO_new_CRL - Functions to manipulate OSSL_STORE_INFO objects =head1 SYNOPSIS #include - + typedef struct ossl_store_info_st OSSL_STORE_INFO; int OSSL_STORE_INFO_get_type(const OSSL_STORE_INFO *store_info); @@ -117,10 +117,10 @@ used by the application to get the objects in that file. This can be applied to all schemes that can somehow support a listing of object URIs. -For C URIs that are used without the explicit scheme, or paths -given to L, the returned name will be the path of -each object, so if C was given and that path has the file -C, the name C will be returned. +For C URIs that are used without the explicit scheme, the +returned name will be the path of each object, so if C was +given and that path has the file C, the name +C will be returned. At the discretion of the loader that was used to get these names, an extra description may be attached as well.