summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2014-07-11 15:00:38 +0000
committerbeck <beck@openbsd.org>2014-07-11 15:00:38 +0000
commitd053dc15f3015299a16a05d064ef68dd9ea1bfbf (patch)
tree036148cba8d37e57c5a67224e768c7a5276959b5
parentMake this file parsable by pod2man without errors. (diff)
downloadwireguard-openbsd-d053dc15f3015299a16a05d064ef68dd9ea1bfbf.tar.xz
wireguard-openbsd-d053dc15f3015299a16a05d064ef68dd9ea1bfbf.zip
Also make these files parsable by pod2man..
ok bcook@
-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.