projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36f554d
)
c&p error spotted by Martin Forssen
author
Ulf Möller
<ulf@openssl.org>
Wed, 13 Dec 2000 23:00:33 +0000
(23:00 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 13 Dec 2000 23:00:33 +0000
(23:00 +0000)
doc/ssl/SSL_write.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_write.pod
b/doc/ssl/SSL_write.pod
index 01e3d2c5961407459fa6ba2b4ecb2692707517b3..8110161522a3ddea8657b5165692fb519f4444b8 100644
(file)
--- 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<ret> to find out, whether an error occurred.
=item E<lt>0
-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<ret> to find out the reason.