Initial connect BIO docs.
[openssl.git] / doc / crypto / BIO_s_socket.pod
index b8e25db22e3753a335a061d54129a807b616ca2e..54f2b2343b2648f73097f7975b066c9d61dd1c83 100644 (file)
@@ -17,7 +17,7 @@ BIO_s_socket - socket BIO
 
 =head1 DESCRIPTION
 
-BIO_f_socket() returns the socket BIO method. This is a wrapper
+BIO_s_socket() returns the socket BIO method. This is a wrapper
 round the platform's socket routines.
 
 BIO_read() and BIO_write() read or write the underlying socket.
@@ -50,8 +50,8 @@ BIO_s_socket() returns the socket BIO method.
 
 BIO_set_fd() always returns 1.
 
-BIO_get_fd() returns the file descriptor or -1 if the BIO has not
-been initialised.
+BIO_get_fd() returns the socket or -1 if the BIO has not been
+initialised.
 
 BIO_new_socket() returns the newly allocated BIO or NULL is an error
 occurred.