summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeck <>2014-07-11 15:00:38 +0000
committerbeck <>2014-07-11 15:00:38 +0000
commit97f86964ea94270cc7945c6c2b2620ea676f1b6b (patch)
tree71cd7bdc60e31151f164165871a1743a2c3deb29
parent087942f028b42e2825404aed6e02b0e3355346ca (diff)
downloadopenbsd-97f86964ea94270cc7945c6c2b2620ea676f1b6b.tar.gz
openbsd-97f86964ea94270cc7945c6c2b2620ea676f1b6b.tar.bz2
openbsd-97f86964ea94270cc7945c6c2b2620ea676f1b6b.zip
Also make these files parsable by pod2man..
ok bcook@
-rw-r--r--src/lib/libssl/src/doc/apps/smime.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libssl/src/doc/apps/smime.pod b/src/lib/libssl/src/doc/apps/smime.pod
index 3bc5c4fde1..65090fda95 100644
--- a/src/lib/libssl/src/doc/apps/smime.pod
+++ b/src/lib/libssl/src/doc/apps/smime.pod
@@ -308,28 +308,28 @@ remains DER.
308 308
309=over 4 309=over 4
310 310
311=item 0 311=item "0"
312 312
313the operation was completely successfully. 313the operation was completely successfully.
314 314
315=item 1 315=item "1"
316 316
317an error occurred parsing the command options. 317an error occurred parsing the command options.
318 318
319=item 2 319=item "2"
320 320
321one of the input files could not be read. 321one of the input files could not be read.
322 322
323=item 3 323=item "3"
324 324
325an error occurred creating the PKCS#7 file or when reading the MIME 325an error occurred creating the PKCS#7 file or when reading the MIME
326message. 326message.
327 327
328=item 4 328=item "4"
329 329
330an error occurred decrypting or verifying the message. 330an error occurred decrypting or verifying the message.
331 331
332=item 5 332=item "5"
333 333
334the message was verified correctly but an error occurred writing out 334the message was verified correctly but an error occurred writing out
335the signers certificates. 335the signers certificates.