aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man7/bio.pod
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-09-21 10:59:56 +1000
committerPauli <pauli@openssl.org>2021-09-22 16:22:50 +1000
commit57cd10dd1ee9659b94cfa8a8e74c5a151632975e (patch)
tree997fb6956513e2a161a032e4abfa7e11a1bf96c8 /doc/man7/bio.pod
parent52dcc011191ad1a40fd52ae92ef009309deaca52 (diff)
downloadopenssl-57cd10dd1ee9659b94cfa8a8e74c5a151632975e.tar.gz
doc: remove end of line whitespace
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/16641)
Diffstat (limited to 'doc/man7/bio.pod')
-rw-r--r--doc/man7/bio.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/bio.pod b/doc/man7/bio.pod
index e2c11665b9..9b86e9493d 100644
--- a/doc/man7/bio.pod
+++ b/doc/man7/bio.pod
@@ -49,7 +49,7 @@ BIO_free() on it other than the discarded return value.
Normally the I<type> argument is supplied by a function which returns a
pointer to a BIO_METHOD. There is a naming convention for such functions:
-a source/sink BIO typically starts with I<BIO_s_> and
+a source/sink BIO typically starts with I<BIO_s_> and
a filter BIO with I<BIO_f_>.
=head1 EXAMPLES