From: Benjamin Kaduk Date: Wed, 5 Jul 2017 16:51:45 +0000 (-0500) Subject: Remove trailing whitespace from store-related man pages X-Git-Tag: OpenSSL_1_1_1-pre1~958 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d3b58b953c25b781bb4582a174dbe1e8ac68cfa3;p=oweals%2Fopenssl.git Remove trailing whitespace from store-related man pages Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/3860) --- diff --git a/doc/man3/OSSL_STORE_INFO.pod b/doc/man3/OSSL_STORE_INFO.pod index 9b9e93b609..a1822f1917 100644 --- a/doc/man3/OSSL_STORE_INFO.pod +++ b/doc/man3/OSSL_STORE_INFO.pod @@ -8,10 +8,10 @@ OSSL_STORE_INFO_get0_PKEY, OSSL_STORE_INFO_get0_CERT, OSSL_STORE_INFO_get0_CRL, OSSL_STORE_INFO_get1_NAME, OSSL_STORE_INFO_get1_NAME_description, OSSL_STORE_INFO_get1_PARAMS, OSSL_STORE_INFO_get1_PKEY, OSSL_STORE_INFO_get1_CERT, -OSSL_STORE_INFO_get1_CRL, OSSL_STORE_INFO_type_string, OSSL_STORE_INFO_free, +OSSL_STORE_INFO_get1_CRL, OSSL_STORE_INFO_type_string, OSSL_STORE_INFO_free, OSSL_STORE_INFO_new_NAME, OSSL_STORE_INFO_set0_NAME_description, OSSL_STORE_INFO_new_PARAMS, OSSL_STORE_INFO_new_PKEY, OSSL_STORE_INFO_new_CERT, -OSSL_STORE_INFO_new_CRL - Functions to manipulate OSSL_STORE_INFO objects +OSSL_STORE_INFO_new_CRL - Functions to manipulate OSSL_STORE_INFO objects =head1 SYNOPSIS diff --git a/doc/man7/ossl_store.pod b/doc/man7/ossl_store.pod index cda5ce47d6..71cb27d07f 100644 --- a/doc/man7/ossl_store.pod +++ b/doc/man7/ossl_store.pod @@ -64,7 +64,7 @@ only). /* * OSSL_STORE_eof() simulates file semantics for any repository to signal * that no more data can be expected - */ + */ while (!OSSL_STORE_eof(ctx)) { OSSL_STORE_INFO *info = OSSL_STORE_load(ctx);