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:
827dbcb
)
clarification (source/sink BIOs are usually *both* source and sink)
author
Bodo Möller
<bodo@openssl.org>
Thu, 7 Sep 2000 08:07:55 +0000
(08:07 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 7 Sep 2000 08:07:55 +0000
(08:07 +0000)
doc/crypto/bio.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/bio.pod
b/doc/crypto/bio.pod
index d86ce4bc007801ef34a473bd0022679ff20999a7..0214804dcffdaf0a708be825fe37a8caa10a187f 100644
(file)
--- a/
doc/crypto/bio.pod
+++ b/
doc/crypto/bio.pod
@@
-20,7
+20,7
@@
connections and file I/O.
There are two type of BIO, a source/sink BIO and a filter BIO.
-As its name implies a source/sink BIO is a source or sink of data,
+As its name implies a source/sink BIO is a source
and/
or sink of data,
examples include a socket BIO and a file BIO.
A filter BIO takes data from one BIO and passes it through to