Merge of main trunk, no conflicts this time

This commit is contained in:
Richard Levitte
2000-09-11 10:18:56 +00:00
parent 166e1f304b
commit 0fc7c5010d
5 changed files with 30 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ if it is being read from.
BIOs can be joined together to form a chain (a single BIO is a chain
with one component). A chain normally consist of one source/sink
BIO and one or more filter BIOs. Data read from or written to the
end BIO then traverses the chain to the end (normally a source/sink
first BIO then traverses the chain to the end (normally a source/sink
BIO).
=head1 SEE ALSO