aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_load_verify_locations.pod
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2013-10-21 11:03:01 +0200
committerDr. Stephen Henson <steve@openssl.org>2013-10-22 07:38:25 +0100
commitc8919dde09d56f03615a52031964bc9a77b26e90 (patch)
treec35f9c9f4a5a9f3b5b84c28a3cba163e341451f4 /doc/ssl/SSL_CTX_load_verify_locations.pod
parent5fdeb58ccdfdaa675ae9db18c03bba70860916f4 (diff)
downloadopenssl-c8919dde09d56f03615a52031964bc9a77b26e90.tar.gz
POD: Fix item numbering
Newer pod2man considers =item [1-9] part of a numbered list, while =item 0 starts an unnumbered list. Add a zero effect formatting mark to override this. doc/apps/smime.pod around line 315: Expected text after =item, not a number ... PR#3146
Diffstat (limited to 'doc/ssl/SSL_CTX_load_verify_locations.pod')
-rw-r--r--doc/ssl/SSL_CTX_load_verify_locations.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_CTX_load_verify_locations.pod b/doc/ssl/SSL_CTX_load_verify_locations.pod
index 84a799fc71..d1d8977195 100644
--- a/doc/ssl/SSL_CTX_load_verify_locations.pod
+++ b/doc/ssl/SSL_CTX_load_verify_locations.pod
@@ -100,13 +100,13 @@ The following return values can occur:
=over 4
-=item 0
+=item Z<>0
The operation failed because B<CAfile> and B<CApath> are NULL or the
processing at one of the locations specified failed. Check the error
stack to find out the reason.
-=item 1
+=item Z<>1
The operation succeeded.