From: Richard Levitte Date: Mon, 3 Dec 2018 09:57:01 +0000 (+0100) Subject: Docs fixup: some man3 pages had unindented code in SYNOPSIS X-Git-Tag: OpenSSL_1_1_1b~152 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2561eeb6b9cea581d4bbbc0d2574998f0590f53c;p=oweals%2Fopenssl.git Docs fixup: some man3 pages had unindented code in SYNOPSIS Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7744) (cherry picked from commit 7b4a3515a4ddb567d48000e61d7cb640d0c5f261) --- diff --git a/doc/man3/PKCS12_parse.pod b/doc/man3/PKCS12_parse.pod index 747a36f5ed..208644c019 100644 --- a/doc/man3/PKCS12_parse.pod +++ b/doc/man3/PKCS12_parse.pod @@ -8,7 +8,8 @@ PKCS12_parse - parse a PKCS#12 structure #include -int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca); + int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, + STACK_OF(X509) **ca); =head1 DESCRIPTION