From: Daniel Bevenius Date: Tue, 12 Dec 2017 15:56:50 +0000 (+0100) Subject: Fix minor typo in bio.pod X-Git-Tag: OpenSSL_1_1_1-pre1~302 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=631c37be3239aab846c14643d03cf127d8778197;p=oweals%2Fopenssl.git Fix minor typo in bio.pod Reviewed-by: Ben Kaduk Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4917) --- diff --git a/doc/man7/bio.pod b/doc/man7/bio.pod index d2786becd2..45ef2f7704 100644 --- a/doc/man7/bio.pod +++ b/doc/man7/bio.pod @@ -44,8 +44,8 @@ and frequently a utility function exists to create and initialize such BIOs. If BIO_free() is called on a BIO chain it will only free one BIO resulting in a memory leak. -Calling BIO_free_all() a single BIO has the same effect as calling BIO_free() -on it other than the discarded return value. +Calling BIO_free_all() on a single BIO has the same effect as calling +BIO_free() on it other than the discarded return value. Normally the B argument is supplied by a function which returns a pointer to a BIO_METHOD. There is a naming convention for such functions: