Docs fixup: some man3 pages had unindented code in SYNOPSIS
authorRichard Levitte <levitte@openssl.org>
Mon, 3 Dec 2018 09:57:01 +0000 (10:57 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 3 Dec 2018 10:48:48 +0000 (11:48 +0100)
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7744)

(cherry picked from commit 7b4a3515a4ddb567d48000e61d7cb640d0c5f261)

doc/man3/PKCS12_parse.pod

index 747a36f5ed0488b705358e6c62729450baba09c2..208644c019bf0bc123332c5f3a3f83c05aac3888 100644 (file)
@@ -8,7 +8,8 @@ PKCS12_parse - parse a PKCS#12 structure
 
  #include <openssl/pkcs12.h>
 
-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