summaryrefslogtreecommitdiffstats
path: root/doc/man7/openssl-core.h.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-08-22 10:51:25 +0530
committerTomas Mraz <tmraz@fedoraproject.org>2019-11-15 17:20:33 +0100
commitd7cea0b8f50ee9cc698211f4fbf8ad5fca5812ad (patch)
tree8a4bd79381c2e59a4bbdc7c59eba0398a7780891 /doc/man7/openssl-core.h.pod
parent93863030867ad0331bf7f199f8a266ad99ee4cf2 (diff)
Fix some broken doc links
Replace L<> link to header-file with a C<> reference. Change some broken L<provider(3)> links to L<provider(7)>. For consistency, rename four cipher pages to have a specific mode. Fix up all references to any "generic" names to point to specific names. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10100)
Diffstat (limited to 'doc/man7/openssl-core.h.pod')
-rw-r--r--doc/man7/openssl-core.h.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/openssl-core.h.pod b/doc/man7/openssl-core.h.pod
index 55d53fe262..b5323e9d21 100644
--- a/doc/man7/openssl-core.h.pod
+++ b/doc/man7/openssl-core.h.pod
@@ -10,7 +10,7 @@ openssl/core.h - OpenSSL Core types
=head1 DESCRIPTION
-The <openssl/core.h> header file defines a number of public types that
+The F<< <openssl/core.h> >> header defines a number of public types that
are used to communicate between the OpenSSL libraries and
implementation providers.
These types are designed to minimise the need for intimate knowledge
@@ -30,7 +30,7 @@ Arrays of this type must be terminated with a tuple having function
identity zero and function pointer NULL.
The available function identities and corresponding function
-signatures are defined by L<openssl-core_numbers.h(7)>.
+signatures are defined in L<openssl-core_numbers.h(7)>.
Any function identity not recognised by the recipient of this type
will be ignored.