aboutsummaryrefslogtreecommitdiff
path: root/doc/man3
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2018-01-03 01:07:57 +0800
committerMatt Caswell <matt@openssl.org>2018-01-16 17:34:08 +0000
commita085f43fc47cbc38567a0141af1c0718b1885de1 (patch)
treeea751396507514596687a4b8c38640f394c9661b /doc/man3
parent1f13ad311367c07fe71c9f911195cd25948184d7 (diff)
downloadopenssl-a085f43fc47cbc38567a0141af1c0718b1885de1.zip
openssl-a085f43fc47cbc38567a0141af1c0718b1885de1.tar.gz
openssl-a085f43fc47cbc38567a0141af1c0718b1885de1.tar.bz2
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 <appro@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4976)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/OPENSSL_Applink.pod4
-rw-r--r--doc/man3/OPENSSL_ia32cap.pod4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/man3/OPENSSL_Applink.pod b/doc/man3/OPENSSL_Applink.pod
index d3a461b..5c97d59 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<applink.c>, 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 e4f5037..b90eb32 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.