summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BUF_MEM_new.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/BUF_MEM_new.pod b/doc/crypto/BUF_MEM_new.pod
index eb85bed896..29466088a1 100644
--- a/doc/crypto/BUF_MEM_new.pod
+++ b/doc/crypto/BUF_MEM_new.pod
@@ -44,7 +44,7 @@ size.
BUF_MEM_grow_clean() is similar to BUF_MEM_grow() but it sets any free'd
or additionally-allocated memory to zero.
-BUF_reverse() reverses B<size> bytes at B<in> into B<out>. If B<out>
+BUF_reverse() reverses B<size> bytes at B<in> into B<out>. If B<in>
is NULL, the array is reversed in-place.
=head1 RETURN VALUES
@@ -58,7 +58,7 @@ zero on error or the new size (i.e., B<len>).
=head1 SEE ALSO
-L<bio(3)>,
+L<bio(7)>,
L<CRYPTO_secure_malloc(3)>.
=head1 HISTORY