summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2014-07-11 15:00:39 +0000
committerBob Beck <beck@cvs.openbsd.org>2014-07-11 15:00:39 +0000
commit91b5d436d1ffd3a5c2f2ea5176125004ae1b0411 (patch)
tree360a9500b6e5b918e048278301c133bbb6d0b3c3 /lib
parent32755fe9398c9371ac4e4ed5c373941f6199939f (diff)
Also make these files parsable by pod2man..
ok bcook@
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/src/doc/apps/smime.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libssl/src/doc/apps/smime.pod b/lib/libssl/src/doc/apps/smime.pod
index 3bc5c4fde1c..65090fda954 100644
--- a/lib/libssl/src/doc/apps/smime.pod
+++ b/lib/libssl/src/doc/apps/smime.pod
@@ -308,28 +308,28 @@ remains DER.
=over 4
-=item 0
+=item "0"
the operation was completely successfully.
-=item 1
+=item "1"
an error occurred parsing the command options.
-=item 2
+=item "2"
one of the input files could not be read.
-=item 3
+=item "3"
an error occurred creating the PKCS#7 file or when reading the MIME
message.
-=item 4
+=item "4"
an error occurred decrypting or verifying the message.
-=item 5
+=item "5"
the message was verified correctly but an error occurred writing out
the signers certificates.