From: Richard Levitte Date: Wed, 25 Sep 2002 13:11:12 +0000 (+0000) Subject: It makes more sense to refer to specific function manuals than the concept X-Git-Tag: OpenSSL-engine-0_9_6h~23^2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=153aecf91a9d11ccbdf7dedc1051cb6c746f7d6e;p=openssl 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 a99fe33808..88c7a799ee 100644 --- a/doc/crypto/BN_add.pod +++ b/doc/crypto/BN_add.pod @@ -111,7 +111,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