Accept BIO docs.
[openssl.git] / doc / crypto / BIO_s_socket.pod
index cf4b47880c87bf9f5ebfdcdbf3ba0a8851ca323a..ec450e11f1b7fd98e57027da37e734d300bba347 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-       BIO_s_socket - socket BIO
+BIO_s_socket, BIO_new_socket - socket BIO
 
 =head1 SYNOPSIS
 
@@ -17,7 +17,7 @@
 
 =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.