aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/smime.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/apps/smime.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/apps/smime.pod')
-rw-r--r--doc/apps/smime.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index e4e89af847..3aa6e848af 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -308,28 +308,28 @@ remains DER.
=over 4
-=item 0
+=item Z<>0
the operation was completely successfully.
-=item 1
+=item Z<>1
an error occurred parsing the command options.
-=item 2
+=item Z<>2
one of the input files could not be read.
-=item 3
+=item Z<>3
an error occurred creating the PKCS#7 file or when reading the MIME
message.
-=item 4
+=item Z<>4
an error occurred decrypting or verifying the message.
-=item 5
+=item Z<>5
the message was verified correctly but an error occurred writing out
the signers certificates.