doc/man3: reformat the function prototypes in the synopses
[openssl.git] / doc / man3 / X509_check_ca.pod
index b79efb5b5aa8374c5bfec0dafe7164317f43583d..0954055ddacaf03eb32e3787090809c438f599bb 100644 (file)
@@ -6,9 +6,9 @@ X509_check_ca - check if given certificate is CA certificate
 
 =head1 SYNOPSIS
 
  #include <openssl/x509v3.h>
+ #include <openssl/x509v3.h>
 
  int X509_check_ca(X509 *cert);
+ int X509_check_ca(X509 *cert);
 
 =head1 DESCRIPTION