cosmetic change
authorUlf Möller <ulf@openssl.org>
Wed, 18 Oct 2000 22:01:47 +0000 (22:01 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 18 Oct 2000 22:01:47 +0000 (22:01 +0000)
doc/crypto/BIO_s_socket.pod

index 253185185c7f1b87e7ee683507c48cddd0eec3bc..92b6448e335c187bb05c761cbb7dc03cff8fa626 100644 (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>.