It makes more sense to refer to specific function manuals than the concept
authorRichard Levitte <levitte@openssl.org>
Wed, 25 Sep 2002 13:11:20 +0000 (13:11 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 Sep 2002 13:11:20 +0000 (13:11 +0000)
manual when the specific function is refered to in the current manual text.
This correction was originally introduced in OpenBSD's tracking of OpenSSL.

doc/crypto/BN_add.pod
doc/crypto/BN_add_word.pod

index 0541d45643523e821be4f854a0ba3fe2f8fac93a..7baed2d4920e4f2d57545fb746692b1abb7950ee 100644 (file)
@@ -86,7 +86,7 @@ The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>.
 
 =head1 SEE ALSO
 
-L<bn(3)|bn(3)>, L<err(3)|err(3)>, L<BN_CTX_new(3)|BN_CTX_new(3)>,
+L<bn(3)|bn(3)>, L<ERR_get_error(3)|ERR_get_error(3)>, L<BN_CTX_new(3)|BN_CTX_new(3)>,
 L<BN_add_word(3)|BN_add_word(3)>, L<BN_set_bit(3)|BN_set_bit(3)>
 
 =head1 HISTORY
index 66bedfb924422631074daf421b8aeb0117aaaa2e..94244adea4cd973b6e17bce818c6c164f0b778e7 100644 (file)
@@ -46,7 +46,7 @@ BN_mod_word() and BN_div_word() return B<a>%B<w>.
 
 =head1 SEE ALSO
 
-L<bn(3)|bn(3)>, L<err(3)|err(3)>, L<BN_add(3)|BN_add(3)>
+L<bn(3)|bn(3)>, L<ERR_get_error(3)|ERR_get_error(3)>, L<BN_add(3)|BN_add(3)>
 
 =head1 HISTORY