From: jsg Date: Fri, 18 Feb 2022 01:41:17 +0000 (+0000) Subject: grammar/reword X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b7eeb60b24bb247f1aee2892db1776ff9d01e44c;p=openbsd grammar/reword ok jmc@ --- diff --git a/lib/libcrypto/man/X509_check_ca.3 b/lib/libcrypto/man/X509_check_ca.3 index 70b0d20ff6a..b78e3490841 100644 --- a/lib/libcrypto/man/X509_check_ca.3 +++ b/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