From: Ulf Möller Date: Wed, 13 Dec 2000 23:00:33 +0000 (+0000) Subject: c&p error spotted by Martin Forssen X-Git-Tag: OpenSSL_0_9_6a-beta1~81^2~148 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ce7894c4ab87d7c635e45bf5ff8d1d729b79527;p=oweals%2Fopenssl.git c&p error spotted by Martin Forssen --- diff --git a/doc/ssl/SSL_write.pod b/doc/ssl/SSL_write.pod index 01e3d2c596..8110161522 100644 --- a/doc/ssl/SSL_write.pod +++ b/doc/ssl/SSL_write.pod @@ -2,7 +2,7 @@ =head1 NAME -SSL_read - write bytes to a TLS/SSL connection. +SSL_write - write bytes to a TLS/SSL connection. =head1 SYNOPSIS @@ -62,7 +62,7 @@ value B to find out, whether an error occurred. =item E0 -The read operation was not successful, because either an error occurred +The write operation was not successful, because either an error occurred or action must be taken by the calling process. Call SSL_get_error() with the return value B to find out the reason.