doc/man3: reformat the function prototypes in the synopses
[openssl.git] / doc / man3 / CMS_sign.pod
index 396deef7728b072150cd84437770f158418b402c..79446b1298894ab4d91f93be4442624133ba5c45 100644 (file)
@@ -8,7 +8,8 @@ CMS_sign - create a CMS SignedData structure
 
  #include <openssl/cms.h>
 
- CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags);
+ CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
+                           BIO *data, unsigned int flags);
 
 =head1 DESCRIPTION