POD: Fix item numbering
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 21 Oct 2013 09:03:01 +0000 (11:03 +0200)
committerMatt Caswell <matt@openssl.org>
Wed, 30 Apr 2014 22:47:29 +0000 (23:47 +0100)
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

19 files changed:
doc/apps/cms.pod
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_CTX_use_psk_identity_hint.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 dd0fd862b41d6704677f608a9afae81ead744c52..a76b3e0fd1c998ccacc6af2a515544710462cf07 100644 (file)
@@ -465,28 +465,28 @@ with caution. For a fuller description see L<CMS_decrypt(3)|CMS_decrypt(3)>).
 
 =over 4
 
-=item 0
+=item Z<>0
 
 the operation was completely successfully.
 
-=item 
+=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.
index e4e89af847ae0dfd15dd271a55dee4d7cffd154c..3aa6e848afd7689260a74898897ffe6d3e09cd43 100644 (file)
@@ -308,28 +308,28 @@ remains DER.
 
 =over 4
 
-=item 0
+=item Z<>0
 
 the operation was completely successfully.
 
-=item 
+=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.
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 82676b26b239cd431bf8b4a75b4c4b1f9e0d5ec5..8e0abd36cd680ec6fe28edd34af6baa2e25da25d 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 5e6613335c608e2e4ac323d55ba95bb2b028c047..5e97392668a22481ef92e86864d5f908787a2989 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 254f2b4397fa6594ffed4cf19f471c47780b2088..e254f9657bd59fc7a418bdd9fc8a78dd57367a62 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 7e60df5ba85c1bb2290d97d755db9e50418ecf89..9da7201a99902ec9c33e12ea5003b8cc870d7c14 100644 (file)
@@ -96,7 +96,7 @@ data to B<psk> and return the length of the random data, so the
 connection will fail with decryption_error before it will be finished
 completely.
 
-=item 0
+=item Z<>0
 
 PSK identity was not found. An "unknown_psk_identity" alert message
 will be sent and the connection setup fails.
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..85d4a64b03f9edce603f593106af6abdac92dfc1 100644 (file)
@@ -92,14 +92,14 @@ 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.
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,