Enforce return values section check
[openssl.git] / doc / man3 / X509_check_private_key.pod
index c3158c308fdf45b610c4bb2c452fa1e1e9e0afc4..d394290ce748bab00dd50d23fce23090b812edbe 100644 (file)
@@ -4,7 +4,7 @@
 
 X509_check_private_key, X509_REQ_check_private_key - check the consistency
 of a private key with the public key in an X509 certificate or certificate
-request.
+request
 
 =head1 SYNOPSIS
 
@@ -22,7 +22,7 @@ key B<k> with the public key in B<x>.
 X509_REQ_check_private_key() is equivalent to X509_check_private_key()
 except that B<x> represents a certificate request of structure B<X509_REQ>.
 
-=head1 RETURN VALUE
+=head1 RETURN VALUES
 
 X509_check_private_key() and X509_REQ_check_private_key() return 1 if
 the keys match each other, and 0 if not.