From 1ff030c0a6f0415577b07366861a41b101e6af92 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 19 Jun 2019 13:13:55 +0100 Subject: [PATCH 1/1] Fix a doc-nits failure We need blank lines on each side of a section heading. Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/9192) --- doc/internal/man3/ossl_init_thread_deregister.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/internal/man3/ossl_init_thread_deregister.pod b/doc/internal/man3/ossl_init_thread_deregister.pod index 4481d0c2e2..4d4c716680 100644 --- a/doc/internal/man3/ossl_init_thread_deregister.pod +++ b/doc/internal/man3/ossl_init_thread_deregister.pod @@ -1,10 +1,12 @@ =pod =head1 NAME + OSSL_thread_stop_handler_fn, ossl_init_thread_start, ossl_init_thread_deregister - internal thread routines + =head1 SYNOPSIS #include "internal/cryptlib_int.h" -- 2.34.1