From c8919dde09d56f03615a52031964bc9a77b26e90 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 21 Oct 2013 11:03:01 +0200 Subject: 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 --- doc/apps/smime.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/apps/smime.pod') 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. -- cgit v1.2.3