BIO_s_connect.pod: Improve doc of BIO_set_conn_hostname() etc.
[openssl.git] / doc / man3 / BIO_s_fd.pod
index f4f4239fe97839199cbab115c618b1995d85d393..40a223b61d8cf451d9326b09fb40bfbe1f2fbbba 100644 (file)
@@ -38,8 +38,8 @@ B<lseek(fd, 0, 1)>.
 BIO_set_fd() sets the file descriptor of BIO B<b> to B<fd> and the close
 flag to B<c>.
 
-BIO_get_fd() places the file descriptor in B<c> if it is not NULL, it also
-returns the file descriptor.
+BIO_get_fd() places the file descriptor of BIO B<b> in B<c> if it is not NULL.
+It also returns the file descriptor.
 
 BIO_new_fd() returns a file descriptor BIO using B<fd> and B<close_flag>.