From: Ulf Möller Date: Wed, 18 Oct 2000 22:01:47 +0000 (+0000) Subject: cosmetic change X-Git-Tag: BEFORE_engine~32 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=8d3f155a6618114c10eb7afda9c61b27bfffa168 cosmetic change --- 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 to B and the close flag to B. BIO_get_fd() places the socket in B if it is not NULL, it also -returns the socket . If B is not NULL it should be of type (int *). +returns the socket. If B is not NULL it should be of type (int *). BIO_new_socket() returns a socket BIO using B and B.