From b46788f47b350c7590f9511485362d2ac83c5e9b Mon Sep 17 00:00:00 2001 From: jsg <> Date: Fri, 18 Feb 2022 01:41:17 +0000 Subject: grammar/reword ok jmc@ --- src/lib/libcrypto/man/X509_check_ca.3 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/X509_check_ca.3 b/src/lib/libcrypto/man/X509_check_ca.3 index 70b0d20ff6..b78e349084 100644 --- a/src/lib/libcrypto/man/X509_check_ca.3 +++ b/src/lib/libcrypto/man/X509_check_ca.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_check_ca.3,v 1.5 2019/06/06 01:06:59 schwarze Exp $ +.\" $OpenBSD: X509_check_ca.3,v 1.6 2022/02/18 01:41:17 jsg Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Victor B. Wagner . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 6 2019 $ +.Dd $Mdocdate: February 18 2022 $ .Dt X509_CHECK_CA 3 .Os .Sh NAME @@ -61,12 +61,14 @@ .Fa "X509 *cert" .Fc .Sh DESCRIPTION -This function checks whether the given certificate is a CA certificate, +The +.Fn X509_check_ca +function checks whether the given certificate is a CA certificate, that is, whether it can be used to sign other certificates. .Sh RETURN VALUES -This functions returns non-zero if +If .Fa cert -is a CA certificate or 0 otherwise. +is a CA certificate, a non-zero value is returned; 0 otherwise. .Pp The following return values identify specific kinds of CA certificates: .Bl -tag -width 2n -- cgit v1.2.3-55-g6feb