summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2017-07-05 11:51:45 -0500
committerBenjamin Kaduk <kaduk@mit.edu>2017-07-27 14:32:13 -0500
commitd3b58b953c25b781bb4582a174dbe1e8ac68cfa3 (patch)
tree32e0a198a2f5305e84de485bf7ea346ae88b59b6 /doc
parent7af42628c1f2864cd73659245742baabdb1a449f (diff)
Remove trailing whitespace from store-related man pages
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3860)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_STORE_INFO.pod4
-rw-r--r--doc/man7/ossl_store.pod2
2 files changed, 3 insertions, 3 deletions
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);