summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-10-18 22:01:47 +0000
committerUlf Möller <ulf@openssl.org>2000-10-18 22:01:47 +0000
commit8d3f155a6618114c10eb7afda9c61b27bfffa168 (patch)
treefe373c09f60d9235bed3eb25e0a806682817bbce /doc
parentef0ab7f94f29ae82c409a8c090d5787e8351be27 (diff)
downloadopenssl-new-8d3f155a6618114c10eb7afda9c61b27bfffa168.tar.gz
cosmetic change
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BIO_s_socket.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_s_socket.pod b/doc/crypto/BIO_s_socket.pod
index 253185185c..92b6448e33 100644
--- 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>.