summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_meth_new.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-05-25 14:16:26 -0400
committerRich Salz <rsalz@openssl.org>2017-05-29 19:17:40 -0400
commit2bcb232ebeb155c6f1241deb84a26ab23176f866 (patch)
tree3ed6d703ea7cc1d94b7b6ba3235bc5fb469a26e3 /doc/man3/BIO_meth_new.pod
parente92947d8d93e3623ae9185920f991c3e4d65f77a (diff)
Add stricter checking in NAME section
Require a comma between every name and a single space before the dash Reviewed-by: Kurt Roeckx <kurt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3559)
Diffstat (limited to 'doc/man3/BIO_meth_new.pod')
-rw-r--r--doc/man3/BIO_meth_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_meth_new.pod b/doc/man3/BIO_meth_new.pod
index b1deb2adf6..cd55c78127 100644
--- a/doc/man3/BIO_meth_new.pod
+++ b/doc/man3/BIO_meth_new.pod
@@ -9,7 +9,7 @@ BIO_meth_set_write, BIO_meth_get_read, BIO_meth_set_read, BIO_meth_get_puts,
BIO_meth_set_puts, BIO_meth_get_gets, BIO_meth_set_gets, BIO_meth_get_ctrl,
BIO_meth_set_ctrl, BIO_meth_get_create, BIO_meth_set_create,
BIO_meth_get_destroy, BIO_meth_set_destroy, BIO_meth_get_callback_ctrl,
-BIO_meth_set_callback_ctrl - Routines to build up BIO methods
+BIO_meth_set_callback_ctrl - Routines to build up BIO methods
=head1 SYNOPSIS