Add missing space between No macro and "authority".
authortb <tb@openbsd.org>
Thu, 19 May 2022 07:04:41 +0000 (07:04 +0000)
committertb <tb@openbsd.org>
Thu, 19 May 2022 07:04:41 +0000 (07:04 +0000)
lib/libcrypto/man/X509_STORE_CTX_get_error.3

index bf9a7e3..dda35ac 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.22 2022/02/03 18:05:31 tb Exp $
+.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.23 2022/05/19 07:04:41 tb Exp $
 .\" full merge up to:
 .\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100
 .\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100
@@ -68,7 +68,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: February 3 2022 $
+.Dd $Mdocdate: May 19 2022 $
 .Dt X509_STORE_CTX_GET_ERROR 3
 .Os
 .Sh NAME
@@ -466,7 +466,7 @@ status notification and is
 .Sy not
 in itself an error.
 .It Dv X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH : \
- Noauthority and issuer serial number mismatch
+ No authority and issuer serial number mismatch
 The current candidate issuer certificate was rejected because its issuer
 name and serial number was present and did not match the authority key
 identifier of the current certificate.