Additional updates to SSL_CTX_sess_set_get_cb.pod
[openssl.git] / doc / man3 / SSL_write.pod
index a1ceb202500c5e571efa885bb25208e24244d9c0..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
@@ -141,7 +141,7 @@ L<ssl(7)>, L<bio(7)>
 =head1 HISTORY
 
 The SSL_write_ex() function was added in OpenSSL 1.1.1.
-The SSL_sendfile() function was added in OpenSSL 3.0.0.
+The SSL_sendfile() function was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT