summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-07-02 12:16:38 -0400
committerRich Salz <rsalz@openssl.org>2017-07-03 10:40:33 -0400
commita95d7574dbcd91c734c1542a423e1cac34dc18b5 (patch)
treec150ec2a51694895c9c0cc8adfd3544b4757697d /doc/man7
parentb43c37658600300de485100185eebec8bfa3dbcf (diff)
Various doc fixes
Fix a =head1 section name Fix a typo in POD label Remove a spurious =back Add a missing blank line Avoid 'legacy' -- use 'deprecated' if still needed if we cannot just reword. Always do strict checking Do not warn about missing "RETURN VALUES" unless -s is set. Change OpenSSL version 1.1 -> 1.1.0 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3830)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/ossl_store.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man7/ossl_store.pod b/doc/man7/ossl_store.pod
index b4b76dd503..59cfc7cea7 100644
--- a/doc/man7/ossl_store.pod
+++ b/doc/man7/ossl_store.pod
@@ -89,6 +89,7 @@ only).
OSSL_STORE_close(ctx);
=head1 SEE ALSO
+
L<OSSL_STORE_open(3)>, L<OSSL_STORE_INFO(3)>, L<OSSL_STORE_LOADER(3)>
=head1 COPYRIGHT