summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2008-01-30 08:26:18 +0000
committerLutz Jänicke <jaenicke@openssl.org>2008-01-30 08:26:18 +0000
commit1502cda142ec3333f55cd28abc72cf989ceae6f0 (patch)
tree0a8932e220c7dafadaaf2201fc18660c6303846b /doc
parentce2b5d7574e18d271cdbe21c4525d988551ea769 (diff)
Add missing colon in manpage
Submitted by: Richard Hartmann <richih.mailinglist@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/verify.pod2
1 files changed, 1 insertions, 1 deletions
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.