From 0bf340e1350e2a3a4671ad422b37fa7aef4975c2 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 13 Dec 2017 15:41:02 +0100 Subject: [PATCH] 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) --- doc/man7/x509.pod | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 -- 2.34.1