summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_file.pod
AgeCommit message (Collapse)Author
2016-10-26Move manpages to man[1357] structure.Rich Salz
Move manpages to manX directories Add Windows/VMS install fix from Richard Levitte Update README Fix typo's Remove some duplicates Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-07-20Fix if/for/while( in docsFdaSilvaYY
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1292)
2016-07-19RT4593: Add space after comma (doc nits)Rich Salz
Update find-doc-nits to find errors in SYNOPSIS (the most common place where they were missing). Reviewed-by: Matt Caswell <matt@openssl.org>
2016-06-29Whitespace cleanup in docsFdaSilvaYY
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1264)
2016-05-20Doc nits cleanup, round 2Rich Salz
Fix some code examples, trailing whitespace Fix TBA sections in verify, remove others. Remove empty sections Use Mixed Case not ALL CAPS in head2 Enhance doc-nits script. Remove extra =cut line Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-20Fix nits in pod files.Rich Salz
Add doc-nit-check to help find future issues. Make podchecker be almost clean. Remove trailing whitespace. Tab expansion Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-19Add copyright to manpagesRich Salz
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-19Ensure =cut is last line in every file.Rich Salz
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
BIO_new, etc., don't need a non-const BIO_METHOD. This allows all the built-in method tables to live in .rodata. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-08-21Fix L<> content in manpagesRich Salz
L<foo|foo> is sub-optimal If the xref is the same as the title, which is what we do, then you only need L<foo>. This fixes all 1457 occurrences in 349 files. Approximately. (And pod used to need both.) Reviewed-by: Richard Levitte <levitte@openssl.org>
2010-04-28bss_file.c: refine UTF-8 logic on Windows.Andy Polyakov
2000-09-18Clarify the BIO_seek() mess and related issues.Dr. Stephen Henson
Buffering BIO docs.
2000-09-17Restore the descriptions to conform with the rest of theRichard Levitte
documentation. We'll work on better documents after the release of 0.9.6.
2000-09-16Move text that isn't really descriptions of the functions in the pageRichard Levitte
to the NOTES section, and add references to the functions mentioned (and perhaps a few more).
2000-09-16Change spelling back to "behaviour" and "flavour" instead of theBodo Möller
American variants.
2000-09-16ispell and some other nit-pickingUlf Möller
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-10More preliminary BIO docs...Dr. Stephen Henson
Incomplete and possibly inaccurate. Hope somone is checking these :-)