summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-03-09 14:59:20 +0100
committerTomas Mraz <tomas@openssl.org>2021-03-10 17:12:48 +0100
commitc8511e89804749e82d1212fba1dc06c86a266ee4 (patch)
treeb49850f0f83c575b5e26204ab03c45daa3577ac6
parent762970bd686c4aa8ea7169e7f76d5a4ce665da93 (diff)
Fix formatting error of HISTORY section in some manual pages.
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/14450)
-rw-r--r--doc/man3/CMS_EncryptedData_encrypt.pod2
-rw-r--r--doc/man3/CMS_EnvelopedData_create.pod2
-rw-r--r--doc/man3/CMS_data_create.pod2
-rw-r--r--doc/man3/CMS_digest_create.pod2
-rw-r--r--doc/man3/EVP_VerifyInit.pod2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/man3/CMS_EncryptedData_encrypt.pod b/doc/man3/CMS_EncryptedData_encrypt.pod
index b3a2c75720..1e7d3a49ba 100644
--- a/doc/man3/CMS_EncryptedData_encrypt.pod
+++ b/doc/man3/CMS_EncryptedData_encrypt.pod
@@ -53,7 +53,7 @@ allocated structure.
L<ERR_get_error(3)>, L<CMS_final(3)>, L<CMS_EncryptedData_decrypt(3)>
-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 8044583256..d88046236b 100644
--- a/doc/man3/CMS_EnvelopedData_create.pod
+++ b/doc/man3/CMS_EnvelopedData_create.pod
@@ -64,7 +64,7 @@ allocated structure.
L<ERR_get_error(3)>, L<CMS_encrypt(3)>, L<CMS_decrypt(3)>, L<CMS_final(3)>
-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 15c718d808..54ec71bb40 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<ERR_get_error(3)>, L<CMS_final(3)>
-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 41992499ea..c61cc15f32 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<ERR_get_error(3)>, L<CMS_final(3)>>
-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 6cba8c6a5e..288cc18857 100644
--- a/doc/man3/EVP_VerifyInit.pod
+++ b/doc/man3/EVP_VerifyInit.pod
@@ -91,7 +91,7 @@ L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
L<SHA1(3)>, L<openssl-dgst(1)>
-head1 HISTORY
+=head1 HISTORY
The function EVP_VerifyFinal_ex() was added in OpenSSL 3.0.