Use WARNINGS heading not WARNING
[openssl.git] / doc / man3 / SSL_write.pod
index 04cc46b27a5c3b7ec5f0bb8e1262de867d87f0f5..56a8c8b172074515d84dccadb64e24fff4676a78 100644 (file)
@@ -66,7 +66,7 @@ operation is considered completed. The bytes are sent and a new write call with
 a new buffer (with the already sent bytes removed) must be started. A partial
 write is performed with the size of a message block, which is 16kB.
 
-=head1 WARNING
+=head1 WARNINGS
 
 When a write function call has to be repeated because L<SSL_get_error(3)>
 returned B<SSL_ERROR_WANT_READ> or B<SSL_ERROR_WANT_WRITE>, it must be repeated