summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_fd.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-09-14 12:44:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-09-14 12:44:34 +0000
commitbace21247493eb38870d2585f0e643bdc550f60a (patch)
treef040f3102d839cc2762e13cebb285ea7e7f60f91 /doc/crypto/BIO_s_fd.pod
parente117a890caecc402ea57fb5ea26bcfddbedee6ce (diff)
Initial connect BIO docs.
Diffstat (limited to 'doc/crypto/BIO_s_fd.pod')
-rw-r--r--doc/crypto/BIO_s_fd.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_s_fd.pod b/doc/crypto/BIO_s_fd.pod
index 6f0341e1ed..e5b9c811a6 100644
--- a/doc/crypto/BIO_s_fd.pod
+++ b/doc/crypto/BIO_s_fd.pod
@@ -20,7 +20,7 @@ BIO_s_fd - file descriptor BIO
=head1 DESCRIPTION
-BIO_f_fd() returns the file descriptor BIO method. This is a wrapper
+BIO_s_fd() returns the file descriptor BIO method. This is a wrapper
round the platforms file descriptor routines such as read() and write().
BIO_read() and BIO_write() read or write the underlying descriptor.