Commit c8919dde authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Dr. Stephen Henson
Browse files

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
parent 5fdeb58c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -463,28 +463,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 CMS 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.
+6 −6
Original line number Diff line number Diff line
@@ -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.
+2 −2
Original line number Diff line number Diff line
@@ -53,11 +53,11 @@ SSL_COMP_add_compression_method() may return the following values:

=over 4

=item 0
=item Z<>0

The operation succeeded.

=item 1
=item Z<>1

The operation failed. Check the error queue to find out the reason.

+2 −2
Original line number Diff line number Diff line
@@ -52,13 +52,13 @@ The following values are returned by all functions:

=over 4

=item 0
=item Z<>0

 The operation failed. In case of the add operation, it was tried to add
 the same (identical) session twice. In case of the remove operation, the
 session was not found in the cache.

=item 1
=item Z<>1
 
 The operation succeeded.

+2 −2
Original line number Diff line number Diff line
@@ -100,13 +100,13 @@ The following return values can occur:

=over 4

=item 0
=item Z<>0

The operation failed because B<CAfile> and B<CApath> are NULL or the
processing at one of the locations specified failed. Check the error
stack to find out the reason.

=item 1
=item Z<>1

The operation succeeded.

Loading