summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_mem.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-20 20:52:46 -0400
committerRich Salz <rsalz@openssl.org>2016-05-20 20:54:00 -0400
commit05ea606a2536590e1ef74020056665345f39efa8 (patch)
tree58dc911e8abe04becb6f1d0a876624073950d911 /doc/crypto/BIO_s_mem.pod
parentfcb318c64b8c3ff24ec36f99797880386bed5867 (diff)
Doc nits cleanup, round 2
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>
Diffstat (limited to 'doc/crypto/BIO_s_mem.pod')
-rw-r--r--doc/crypto/BIO_s_mem.pod7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/crypto/BIO_s_mem.pod b/doc/crypto/BIO_s_mem.pod
index 9348747aea..56d10bd8dd 100644
--- a/doc/crypto/BIO_s_mem.pod
+++ b/doc/crypto/BIO_s_mem.pod
@@ -111,13 +111,6 @@ Extract the BUF_MEM structure from a memory BIO and then free up the BIO:
BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */
BIO_free(mem);
-
-=head1 SEE ALSO
-
-TBA
-
-=cut
-
=head1 COPYRIGHT
Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.