From: Tomas Mraz Date: Tue, 9 Mar 2021 13:59:20 +0000 (+0100) Subject: Fix formatting error of HISTORY section in some manual pages. X-Git-Tag: openssl-3.0.0-alpha13~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8511e89804749e82d1212fba1dc06c86a266ee4;p=thirdparty%2Fopenssl.git Fix formatting error of HISTORY section in some manual pages. Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/14450) --- diff --git a/doc/man3/CMS_EncryptedData_encrypt.pod b/doc/man3/CMS_EncryptedData_encrypt.pod index b3a2c757200..1e7d3a49baa 100644 --- a/doc/man3/CMS_EncryptedData_encrypt.pod +++ b/doc/man3/CMS_EncryptedData_encrypt.pod @@ -53,7 +53,7 @@ allocated structure. L, L, L -head1 HISTORY +=head1 HISTORY The CMS_EncryptedData_encrypt_ex() method was added in OpenSSL 3.0. diff --git a/doc/man3/CMS_EnvelopedData_create.pod b/doc/man3/CMS_EnvelopedData_create.pod index 80445832565..d88046236b5 100644 --- a/doc/man3/CMS_EnvelopedData_create.pod +++ b/doc/man3/CMS_EnvelopedData_create.pod @@ -64,7 +64,7 @@ allocated structure. L, L, L, L -head1 HISTORY +=head1 HISTORY The CMS_EnvelopedData_create_ex() method was added in OpenSSL 3.0. diff --git a/doc/man3/CMS_data_create.pod b/doc/man3/CMS_data_create.pod index 15c718d8082..54ec71bb402 100644 --- a/doc/man3/CMS_data_create.pod +++ b/doc/man3/CMS_data_create.pod @@ -38,7 +38,7 @@ Otherwise they return a pointer to the newly allocated structure. L, L -head1 HISTORY +=head1 HISTORY The CMS_data_create_ex() method was added in OpenSSL 3.0. diff --git a/doc/man3/CMS_digest_create.pod b/doc/man3/CMS_digest_create.pod index 41992499eab..c61cc15f325 100644 --- a/doc/man3/CMS_digest_create.pod +++ b/doc/man3/CMS_digest_create.pod @@ -42,7 +42,7 @@ Otherwise they return a pointer to the newly allocated structure. L, L> -head1 HISTORY +=head1 HISTORY The CMS_digest_create_ex() method was added in OpenSSL 3.0. diff --git a/doc/man3/EVP_VerifyInit.pod b/doc/man3/EVP_VerifyInit.pod index 6cba8c6a5e0..288cc18857e 100644 --- a/doc/man3/EVP_VerifyInit.pod +++ b/doc/man3/EVP_VerifyInit.pod @@ -91,7 +91,7 @@ L, L, L, L, L, L, L, L -head1 HISTORY +=head1 HISTORY The function EVP_VerifyFinal_ex() was added in OpenSSL 3.0.