Fixes for newer versions of pod2man
authorMatt Caswell <matt@openssl.org>
Sat, 5 Jul 2014 23:00:46 +0000 (00:00 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 5 Jul 2014 23:05:29 +0000 (00:05 +0100)
17 files changed:
doc/apps/smime.pod
doc/ssl/SSL_COMP_add_compression_method.pod
doc/ssl/SSL_CTX_add_session.pod
doc/ssl/SSL_CTX_load_verify_locations.pod
doc/ssl/SSL_CTX_set_client_CA_list.pod
doc/ssl/SSL_CTX_set_session_id_context.pod
doc/ssl/SSL_CTX_set_ssl_version.pod
doc/ssl/SSL_accept.pod
doc/ssl/SSL_clear.pod
doc/ssl/SSL_connect.pod
doc/ssl/SSL_do_handshake.pod
doc/ssl/SSL_read.pod
doc/ssl/SSL_session_reused.pod
doc/ssl/SSL_set_fd.pod
doc/ssl/SSL_set_session.pod
doc/ssl/SSL_shutdown.pod
doc/ssl/SSL_write.pod

index bc8f05908575ca080c52e5ebf7f1e6066c55530e..ae84883b08ae590e894f5bbfba0c1ac60b3b41c6 100644 (file)
@@ -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<>
 
 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.
index 42fa66b1975179192dc7a9a23d5afc7323525b98..f4d191c9b6bdc57c81de9388b8e8f831f760a725 100644 (file)
@@ -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.
 
index 050b44e3fd83b9c9b32bd34404b0c60bdf10dfdf..c660a18fc2a1afb207a54d4be9620e554cf1ffad 100644 (file)
@@ -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.
 
index 84a799fc71dd33bf8748ad249ecf1ff4da5fb280..d1d897719531ed95bbb668cd992644e6d63742fb 100644 (file)
@@ -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.
 
index bdf7bd0b6ec8b6726b9c75e10cf034c78383e481..4965385e97ae1f087bbd28a4d763725e806ff839 100644 (file)
@@ -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.
 
index 58fc685506ebb84fc9fc0cfc73252ae27b8df362..7c9e5153360a51ad83ef314830af186f27b97b50 100644 (file)
@@ -64,13 +64,13 @@ return the following values:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The length B<sid_ctx_len> of the session id context B<sid_ctx> exceeded
 the maximum allowed length of B<SSL_MAX_SSL_SESSION_ID_LENGTH>. The error
 is logged to the error stack.
 
-=item 1
+=item Z<>1
 
 The operation succeeded.
 
index 002018096551b9eec08269ffcb972d3ab03ac926..aa40ea9504882f4e5109a68e8d7f37b56a0a0cd5 100644 (file)
@@ -42,11 +42,11 @@ and SSL_set_ssl_method():
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The new choice failed, check the error stack to find out the reason.
 
-=item 1
+=item Z<>1
 
 The operation succeeded.
 
index b1c34d15b6e88b2b973af8424c870f015c8e323e..22394441741f19bf1ab8497613c7bd5c8e3ca684 100644 (file)
@@ -44,13 +44,13 @@ The following return values can occur:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The TLS/SSL handshake was not successful but was shut down controlled and
 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
 return value B<ret> to find out the reason.
 
-=item 1
+=item Z<>1
 
 The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
 established.
index d4df1bfac316f5d4e4f5aed173a58612d2dfcb2b..ba192bd518aebed9e3a4089be7b5cab49ef6371d 100644 (file)
@@ -56,12 +56,12 @@ The following return values can occur:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The SSL_clear() operation could not be performed. Check the error stack to
 find out the reason.
 
-=item 1
+=item Z<>1
 
 The SSL_clear() operation was successful.
 
index 946ca89d7b7d7e604fd7253bbb7f71a2976706a0..68e2b82b8dbbb98ebb1b2dd1d0e4596947eb0cde 100644 (file)
@@ -41,13 +41,13 @@ The following return values can occur:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The TLS/SSL handshake was not successful but was shut down controlled and
 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
 return value B<ret> to find out the reason.
 
-=item 1
+=item Z<>1
 
 The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
 established.
index 7f8cf249ec046fa12b483418f867bfbffeff65e4..b35ddf5f14e1491e33116f6ea6e2838132d7f261 100644 (file)
@@ -45,13 +45,13 @@ The following return values can occur:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The TLS/SSL handshake was not successful but was shut down controlled and
 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
 return value B<ret> to find out the reason.
 
-=item 1
+=item Z<>1
 
 The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
 established.
index 7038cd2d7520da033eff5a3527252a676394b67f..8ca0ce5058da0e5f1299e16d559067e5983737d8 100644 (file)
@@ -86,7 +86,7 @@ The following return values can occur:
 The read operation was successful; the return value is the number of
 bytes actually read from the TLS/SSL connection.
 
-=item 0
+=item Z<>0
 
 The read operation was not successful. The reason may either be a clean
 shutdown due to a "close notify" alert sent by the peer (in which case
index da7d06264d04d47cbf99a0e200d17dfe8db20532..b09d8a71b0622fa3d4537e0ed53999b402b9293c 100644 (file)
@@ -27,11 +27,11 @@ The following return values can occur:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 A new session was negotiated.
 
-=item 1
+=item Z<>1
 
 A session was reused.
 
index 70291128fcec08ed036b85e009a398ceb66d9f3f..14808716055dc8c223758aa5e2eb845935f443a9 100644 (file)
@@ -35,11 +35,11 @@ The following return values can occur:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The operation failed. Check the error stack to find out why.
 
-=item 1
+=item Z<>1
 
 The operation succeeded.
 
index 5f54714ad86a633c4f0540357ffcb2593c17a174..197b5218305b69673f83d1cca3eda4ce4aab7d31 100644 (file)
@@ -37,11 +37,11 @@ The following return values can occur:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The operation failed; check the error stack to find out the reason.
 
-=item 1
+=item Z<>1
 
 The operation succeeded.
 
index 42a89b7c6b979e3e96bde7badccbda9ee011d319..b7a0278dc9c56830b6a8e4fa263c4f7f3d603c6f 100644 (file)
@@ -92,19 +92,19 @@ The following return values can occur:
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The shutdown is not yet finished. Call SSL_shutdown() for a second time,
 if a bidirectional shutdown shall be performed.
 The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an
 erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred.
 
-=item 1
+=item Z<>1
 
 The shutdown was successfully completed. The "close notify" alert was sent
 and the peer's "close notify" alert was received.
 
-=item -1
+=item Z<>-1
 
 The shutdown was not successful because a fatal error occurred either
 at the protocol level or a connection failure occurred. It can also occur if
index e013c12d5254b0d4d08bb0d6ef47972994b72ada..a57617f3ee9aa1fa195e7c8b61e69318aab4e041 100644 (file)
@@ -79,7 +79,7 @@ The following return values can occur:
 The write operation was successful, the return value is the number of
 bytes actually written to the TLS/SSL connection.
 
-=item 0
+=item Z<>0
 
 The write operation was not successful. Probably the underlying connection
 was closed. Call SSL_get_error() with the return value B<ret> to find out,