Commit 357f6d8a authored by Matt Caswell's avatar Matt Caswell
Browse files

Fixes for newer versions of pod2man

parent 19a71e8c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -265,28 +265,28 @@ encrypted data is used for other purposes.

=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.

+2 −2
Original line number Diff line number Diff line
@@ -66,13 +66,13 @@ values:

=over 4

=item 0
=item Z<>0

A failure while manipulating the STACK_OF(X509_NAME) object occurred or
the X509_NAME could not be extracted from B<cacert>. Check the error stack
to find out the reason.

=item 1
=item Z<>1

The operation succeeded.

Loading