diff options
author | Richard Levitte <levitte@openssl.org> | 2016-11-11 09:33:09 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-11-11 13:06:43 +0100 |
commit | b97fdb57a269656fa20024a4404d3f543f06ac61 (patch) | |
tree | 4c4901f44bdc497922530f7c3eeb257bac7ae7da /doc/man3/BN_cmp.pod | |
parent | Add util/check-doc-links.pl, to be used to check referenses in manuals (diff) | |
download | openssl-b97fdb57a269656fa20024a4404d3f543f06ac61.tar.xz openssl-b97fdb57a269656fa20024a4404d3f543f06ac61.zip |
Fix referenses in section 3 manuals
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1900)
Diffstat (limited to 'doc/man3/BN_cmp.pod')
-rw-r--r-- | doc/man3/BN_cmp.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BN_cmp.pod b/doc/man3/BN_cmp.pod index ec005718a1..2ad29008de 100644 --- a/doc/man3/BN_cmp.pod +++ b/doc/man3/BN_cmp.pod @@ -37,7 +37,7 @@ the condition is true, 0 otherwise. =head1 SEE ALSO -L<bn(3)> +L<bn(7)> =head1 COPYRIGHT |