projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ef0ab7f
)
cosmetic change
author
Ulf Möller
<ulf@openssl.org>
Wed, 18 Oct 2000 22:01:47 +0000
(22:01 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 18 Oct 2000 22:01:47 +0000
(22:01 +0000)
doc/crypto/BIO_s_socket.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BIO_s_socket.pod
b/doc/crypto/BIO_s_socket.pod
index 253185185c7f1b87e7ee683507c48cddd0eec3bc..92b6448e335c187bb05c761cbb7dc03cff8fa626 100644
(file)
--- a/
doc/crypto/BIO_s_socket.pod
+++ b/
doc/crypto/BIO_s_socket.pod
@@
-30,7
+30,7
@@
BIO_set_fd() sets the socket of BIO B<b> to B<fd> and the close
flag to B<c>.
BIO_get_fd() places the socket in B<c> if it is not NULL, it also
-returns the socket
. If B<c> is not NULL it should be of type (int *).
+returns the socket. If B<c> is not NULL it should be of type (int *).
BIO_new_socket() returns a socket BIO using B<sock> and B<close_flag>.