From bb82531f6592f0e9af28d3502346191a465374a3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 29 Sep 2019 17:10:59 +0200 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/10048) --- doc/man7/bio.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man7/bio.pod') diff --git a/doc/man7/bio.pod b/doc/man7/bio.pod index 63380bce57..bb23e56961 100644 --- a/doc/man7/bio.pod +++ b/doc/man7/bio.pod @@ -6,7 +6,7 @@ bio - Basic I/O abstraction =head1 SYNOPSIS -=for comment generic +=for openssl generic #include -- cgit v1.2.3