summaryrefslogtreecommitdiffstats
path: root/doc/internal
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-04 17:09:19 -0400
committerTomas Mraz <tmraz@fedoraproject.org>2019-10-31 14:26:34 +0100
commit6e4618a0d7e84e70703d546a194df887fd624727 (patch)
tree5f1297d73c92eb486c5570dbf7fa9297765ec440 /doc/internal
parent9fcb9702fba8aa135945f96aefddf050a6f4f11d (diff)
Fix L<> entries without sections
Add sections (almost always "(3)" to L<> references that were missing them. Among other things, this Fixes: #10226 Also remove two references to non-existant manpages that have never existed, and with the 3.0 structure, are unlikely to do so. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10240)
Diffstat (limited to 'doc/internal')
-rw-r--r--doc/internal/man3/evp_generic_fetch.pod2
-rw-r--r--doc/internal/man3/ossl_param_bld_init.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/internal/man3/evp_generic_fetch.pod b/doc/internal/man3/evp_generic_fetch.pod
index c4734394bb..4cff97def8 100644
--- a/doc/internal/man3/evp_generic_fetch.pod
+++ b/doc/internal/man3/evp_generic_fetch.pod
@@ -252,7 +252,7 @@ And finally, the library functions:
=head1 SEE ALSO
-L<ossl_method_construct>
+L<ossl_method_construct(3)>
=head1 HISTORY
diff --git a/doc/internal/man3/ossl_param_bld_init.pod b/doc/internal/man3/ossl_param_bld_init.pod
index 062e2c293c..2fb7c4f359 100644
--- a/doc/internal/man3/ossl_param_bld_init.pod
+++ b/doc/internal/man3/ossl_param_bld_init.pod
@@ -178,7 +178,7 @@ public key.
=head1 SEE ALSO
-L<OSSL_PARAM_int>, L<OSSL_PARAM>
+L<OSSL_PARAM_int(3)>, L<OSSL_PARAM(3)>
=head1 HISTORY