summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_ctrl.pod
AgeCommit message (Collapse)Author
2000-09-18Clarify the BIO_seek() mess and related issues.Dr. Stephen Henson
Buffering BIO docs.
2000-09-16Add BIO_seek() and BIO_tell() to the BIO control functions manual.Richard Levitte
2000-09-16ispell and some other nit-pickingUlf Möller
2000-09-16BIO_f_ssl() docs.Dr. Stephen Henson
2000-09-14BIO_seed() and BIO_tell() were documented in two other documents,Richard Levitte
which is redundant. They are now in their own document. Also, in the name section, all the functions described shoud be enumerated. This will also make it much simpler to generate softlinks name like each function to man-pages containing the info.
2000-09-14Remove indentation in the NAME section. There's really no need toRichard Levitte
indent there, especially since the pod2* scripts will regard that as preformated text. In one case, indent a code section one step.
2000-09-12More BIO docs.Dr. Stephen Henson