cosmetic change

This commit is contained in:
Ulf Möller 2000-10-18 22:01:47 +00:00
parent ef0ab7f94f
commit 8d3f155a66

View File

@ -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>.