From: Lutz Jänicke Date: Wed, 30 Jan 2008 08:26:18 +0000 (+0000) Subject: Add missing colon in manpage X-Git-Tag: OpenSSL_0_9_8h~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1502cda142ec3333f55cd28abc72cf989ceae6f0;p=openssl Add missing colon in manpage Submitted by: Richard Hartmann --- diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod index ea5c29c150..ff2629d2cf 100644 --- a/doc/apps/verify.pod +++ b/doc/apps/verify.pod @@ -169,7 +169,7 @@ the operation was successful. the issuer certificate could not be found: this occurs if the issuer certificate of an untrusted certificate cannot be found. -=item B<3 X509_V_ERR_UNABLE_TO_GET_CRL unable to get certificate CRL> +=item B<3 X509_V_ERR_UNABLE_TO_GET_CRL: unable to get certificate CRL> the CRL of a certificate could not be found. Unused.