diff options
author | Richard Levitte <levitte@openssl.org> | 2019-09-29 17:10:59 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-10-11 15:30:57 +0200 |
commit | bb82531f6592f0e9af28d3502346191a465374a3 (patch) | |
tree | 325118a87bacbf708d64ffc252eb8efb8cea260c /doc/man7/bio.pod | |
parent | 59d0e6c8964c07d7e46c9989735cd1486250b330 (diff) | |
download | openssl-new-bb82531f6592f0e9af28d3502346191a465374a3.tar.gz |
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/man7/bio.pod')
-rw-r--r-- | doc/man7/bio.pod | 2 |
1 files changed, 1 insertions, 1 deletions
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 <openssl/bio.h> |