POD: Fix item numbering
[openssl.git] / doc / ssl / SSL_write.pod
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,