diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-06-06 01:07:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-06-06 01:07:00 +0000 |
commit | cdf7c044bd31ff8e2e91fdfd8d8a7494ed142692 (patch) | |
tree | ab22c9568f880585779cf597077de044672316d4 /lib/libcrypto/man/RSA_print.3 | |
parent | 5d880a949ae702b358ca91ecbecf730fde75236c (diff) |
Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@
Diffstat (limited to 'lib/libcrypto/man/RSA_print.3')
-rw-r--r-- | lib/libcrypto/man/RSA_print.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/RSA_print.3 b/lib/libcrypto/man/RSA_print.3 index 1a8dc86f0cb..767241ce1cd 100644 --- a/lib/libcrypto/man/RSA_print.3 +++ b/lib/libcrypto/man/RSA_print.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_print.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: RSA_print.3,v 1.9 2019/06/06 01:06:59 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: June 6 2019 $ .Dt RSA_PRINT 3 .Os .Sh NAME @@ -124,6 +124,7 @@ These functions return 1 on success or 0 on error. .Sh SEE ALSO .Xr BN_bn2bin 3 , .Xr DH_get0_pqg 3 , +.Xr DH_new 3 , .Xr DSA_get0_pqg 3 , .Xr RSA_get0_key 3 , .Xr RSA_new 3 |