From: Daniel Bevenius Date: Wed, 13 Dec 2017 14:41:02 +0000 (+0100) Subject: Suggestion for improvements to x509.pod X-Git-Tag: OpenSSL_1_1_1-pre1~257 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=0bf340e1350e2a3a4671ad422b37fa7aef4975c2;ds=inline Suggestion for improvements to x509.pod This commit is a suggestion to hopefully improve x509.pod. I had to re-read it the first time through and with these changes it reads a little easier, and wondering if others agree. Reviewed-by: Rich Salz Reviewed-by: Paul Dale Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/4924) --- diff --git a/doc/man7/x509.pod b/doc/man7/x509.pod index 06584e3ae7..065dcb14fb 100644 --- a/doc/man7/x509.pod +++ b/doc/man7/x509.pod @@ -30,20 +30,20 @@ extension) and a few more. Finally, there's the supertype X509_INFO, which can contain a CRL, a certificate and a corresponding private key. -BI<...>, BI<...> and BI<...> handle X.509 -certificates, with some exceptions, shown below. +BI, BI, and BI functions +handle X.509 certificates, with some exceptions, shown below. -BI<...>, BI<...> and BI<...> -handle X.509 CRLs. +BI, BI, and BI +functions handle X.509 CRLs. -BI<...>, BI<...> and BI<...> -handle PKCS#10 certificate requests. +BI, BI, and BI +functions handle PKCS#10 certificate requests. -BI<...> handle certificate names. +BI functions handle certificate names. -BI<...> handle certificate attributes. +BI functions handle certificate attributes. -BI<...> handle certificate extensions. +BI functions handle certificate extensions. =head1 SEE ALSO