Improve SSL_shutdown() documentation
[openssl.git] / doc / man3 / SSL_get_error.pod
index 01446a24a1e1cd40d9e17de9d6dd6df60faf58b9..b3ab50568731593058ba39a81168d5da09240a1f 100644 (file)
@@ -39,7 +39,7 @@ if and only if B<ret E<gt> 0>.
 =item SSL_ERROR_ZERO_RETURN
 
 The TLS/SSL peer has closed the connection for writing by sending the
-"close notify" alert.
+close_notify alert.
 No more data can be read.
 Note that B<SSL_ERROR_ZERO_RETURN> does not necessarily
 indicate that the underlying transport has been closed.