diff options
author | Paul Yang <yang.yang@baishancloud.com> | 2018-01-02 18:07:57 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-01-16 18:34:08 +0100 |
commit | a085f43fc47cbc38567a0141af1c0718b1885de1 (patch) | |
tree | ea751396507514596687a4b8c38640f394c9661b /doc/man3/OPENSSL_ia32cap.pod | |
parent | Add missing 'RETURN VALUES' sections in doc (diff) | |
download | openssl-a085f43fc47cbc38567a0141af1c0718b1885de1.tar.xz openssl-a085f43fc47cbc38567a0141af1c0718b1885de1.zip |
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/OPENSSL_ia32cap.pod')
-rw-r--r-- | doc/man3/OPENSSL_ia32cap.pod | 4 |
1 files changed, 4 insertions, 0 deletions
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. |