From: Richard Levitte Date: Wed, 25 Sep 2002 13:11:20 +0000 (+0000) Subject: It makes more sense to refer to specific function manuals than the concept X-Git-Tag: OpenSSL_0_9_6h~91 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d836e3679acc17992a3ad23d750d82979836e82e;p=oweals%2Fopenssl.git It makes more sense to refer to specific function manuals than the concept manual when the specific function is refered to in the current manual text. This correction was originally introduced in OpenBSD's tracking of OpenSSL. --- diff --git a/doc/crypto/BN_add.pod b/doc/crypto/BN_add.pod index 0541d45643..7baed2d492 100644 --- a/doc/crypto/BN_add.pod +++ b/doc/crypto/BN_add.pod @@ -86,7 +86,7 @@ The error codes can be obtained by L. =head1 SEE ALSO -L, L, L, +L, L, L, L, L =head1 HISTORY diff --git a/doc/crypto/BN_add_word.pod b/doc/crypto/BN_add_word.pod index 66bedfb924..94244adea4 100644 --- a/doc/crypto/BN_add_word.pod +++ b/doc/crypto/BN_add_word.pod @@ -46,7 +46,7 @@ BN_mod_word() and BN_div_word() return B%B. =head1 SEE ALSO -L, L, L +L, L, L =head1 HISTORY