summaryrefslogtreecommitdiffstats
path: root/doc/internal
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-05 18:14:30 -0400
committerTomas Mraz <tmraz@fedoraproject.org>2019-12-12 16:55:02 +0100
commitd2b194d78f16493d2eb12bcce285537fcb538bfb (patch)
tree64aa49d876ec1a20cabe3e33f32ecd2e686e4a66 /doc/internal
parentdc7aa029007da3849a04291a4c258587228daac8 (diff)
Various missing-link fixes
Also, turn missing L<foo(3)> into foo(3) Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10104)
Diffstat (limited to 'doc/internal')
-rw-r--r--doc/internal/man3/ossl_algorithm_do_all.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/internal/man3/ossl_algorithm_do_all.pod b/doc/internal/man3/ossl_algorithm_do_all.pod
index 6ef85a7259..ce925d3295 100644
--- a/doc/internal/man3/ossl_algorithm_do_all.pod
+++ b/doc/internal/man3/ossl_algorithm_do_all.pod
@@ -41,11 +41,11 @@ The function described here are mainly useful for discovery, and
possibly display of what has been discovered, for example an
application that wants to display the loaded providers and what they
may offer, but also for constructors, such as
-L<ossl_construct_method(3)>.
+L<ossl_method_construct(3)>.
=head1 SEE ALSO
-L<ossl_construct_method(3)>, L<EVP_MAC_do_all(3)>
+L<ossl_method_construct(3)>, L<EVP_MAC_do_all_provided(3)>
=head1 HISTORY