summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_f_ssl.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-09-29 17:10:59 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-11 15:30:57 +0200
commitbb82531f6592f0e9af28d3502346191a465374a3 (patch)
tree325118a87bacbf708d64ffc252eb8efb8cea260c /doc/man3/BIO_f_ssl.pod
parent59d0e6c8964c07d7e46c9989735cd1486250b330 (diff)
POD: stop abusing comment
OpenSSL uses some POD directives masquerading as 'comment' ('=for comment' etc). This is abusive and confusing. Instead, we use our own keyword. =for openssl whatever =begin openssl whatever =end openssl (we have never used the multiline form, but might start one day) Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10048)
Diffstat (limited to 'doc/man3/BIO_f_ssl.pod')
-rw-r--r--doc/man3/BIO_f_ssl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_f_ssl.pod b/doc/man3/BIO_f_ssl.pod
index 82bb16c5ba..6b896e2a2b 100644
--- a/doc/man3/BIO_f_ssl.pod
+++ b/doc/man3/BIO_f_ssl.pod
@@ -11,7 +11,7 @@ BIO_ssl_shutdown - SSL BIO
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/bio.h>
#include <openssl/ssl.h>