From dae2218d762bc83a92189189b83966af5932d92d Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Wed, 26 Jul 2017 14:58:58 +0200 Subject: [PATCH] fix OSSL_STORE man pages the man pages have lines that contain nothing but whitespace, clean it up by removing that whitespace Reviewed-by: Richard Levitte Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1334) --- doc/man3/OSSL_STORE_INFO.pod | 2 +- doc/man3/OSSL_STORE_LOADER.pod | 2 +- doc/man3/OSSL_STORE_open.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man3/OSSL_STORE_INFO.pod b/doc/man3/OSSL_STORE_INFO.pod index 22ab666572..1b0f23347a 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); diff --git a/doc/man3/OSSL_STORE_LOADER.pod b/doc/man3/OSSL_STORE_LOADER.pod index 4386c28da3..6a6d3b687b 100644 --- a/doc/man3/OSSL_STORE_LOADER.pod +++ b/doc/man3/OSSL_STORE_LOADER.pod @@ -52,7 +52,7 @@ unregister STORE loaders for different URI schemes int OSSL_STORE_LOADER_set_close(OSSL_STORE_LOADER *store_loader, OSSL_STORE_close_fn store_close_function); void OSSL_STORE_LOADER_free(OSSL_STORE_LOADER *store_loader); - + int OSSL_STORE_register_loader(OSSL_STORE_LOADER *loader); OSSL_STORE_LOADER *OSSL_STORE_unregister_loader(const char *scheme); diff --git a/doc/man3/OSSL_STORE_open.pod b/doc/man3/OSSL_STORE_open.pod index 14ce9d2867..1a2626c944 100644 --- a/doc/man3/OSSL_STORE_open.pod +++ b/doc/man3/OSSL_STORE_open.pod @@ -9,7 +9,7 @@ OSSL_STORE_close - Types and functions to read objects from a URI =head1 SYNOPSIS #include - + typedef struct ossl_store_ctx_st OSSL_STORE_CTX; typedef OSSL_STORE_INFO *(*OSSL_STORE_post_process_info_fn)(OSSL_STORE_INFO *, -- 2.34.1