projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a8ac4
)
add missing word
author
Bodo Möller
<bodo@openssl.org>
Fri, 10 Nov 2000 07:46:11 +0000
(07:46 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 10 Nov 2000 07:46:11 +0000
(07:46 +0000)
doc/crypto/BIO_new_bio_pair.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BIO_new_bio_pair.pod
b/doc/crypto/BIO_new_bio_pair.pod
index 2256ba9d341077d7d03aaf5e9e4431da4361af1f..ad7aac66ab2296f1e0cf146beb1c77d3ade59666 100644
(file)
--- a/
doc/crypto/BIO_new_bio_pair.pod
+++ b/
doc/crypto/BIO_new_bio_pair.pod
@@
-12,7
+12,7
@@
BIO_new_bio_pair - create a new BIO pair
=head1 DESCRIPTION
-BIO_new_bio_pair() creates a buffering BIO pair. It has two endpoints between
+BIO_new_bio_pair() creates a buffering BIO pair. It has two endpoints between
which
data can be buffered. Its typical use is to connect one endpoint as underlying
input/output BIO to an SSL and access the other one controlled by the program
instead of accessing the network connection directly.