Malloc() -> OPENSSL_malloc() etc.
[openssl.git] / doc / crypto / BIO_s_mem.pod
index 9eb1fc056a74e70cfe5ac447666e6f778ba12c02..19648acfae0f265b00ced60ee855851fd94d497a 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-       BIO_s_mem - memory BIO
+BIO_s_mem, BIO_set_mem_eof_return, BIO_get_mem_data, BIO_set_mem_buf,
+BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO
 
 =head1 SYNOPSIS
 
@@ -86,9 +87,7 @@ There should be a way to "rewind" a read write BIO without destroying
 its contents.
 
 The copying operation should not occur after every small read of a large BIO
-to improve efficieny.
-
-There shoy
+to improve efficiency.
 
 =head1 EXAMPLE