From a085f43fc47cbc38567a0141af1c0718b1885de1 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Wed, 3 Jan 2018 01:07:57 +0800 Subject: Enforce return values section check To avoid check failure, make dummy RETURN VALUES sections in the docs which have no real functions decribed inside... Reviewed-by: Andy Polyakov Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/4976) --- doc/man3/OPENSSL_Applink.pod | 4 ++++ doc/man3/OPENSSL_ia32cap.pod | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/man3/OPENSSL_Applink.pod b/doc/man3/OPENSSL_Applink.pod index d3a461ba39..5c97d59279 100644 --- a/doc/man3/OPENSSL_Applink.pod +++ b/doc/man3/OPENSSL_Applink.pod @@ -19,6 +19,10 @@ compiler of their choice and link it into the target application. The referred module is available as F, located alongside the public header files (only on the platforms where applicable). +=head1 RETURN VALUES + +Not available. + =head1 COPYRIGHT Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. diff --git a/doc/man3/OPENSSL_ia32cap.pod b/doc/man3/OPENSSL_ia32cap.pod index e4f5037588..b90eb3257c 100644 --- a/doc/man3/OPENSSL_ia32cap.pod +++ b/doc/man3/OPENSSL_ia32cap.pod @@ -151,6 +151,10 @@ the problem by making build procedure use following script: instead of real clang. In which case it doesn't matter which clang version is used, as it is GNU assembler version that will be checked. +=head1 RETURN VALUES + +Not available. + =head1 COPYRIGHT Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. -- cgit v1.2.1