diff options
author | schwarze <> | 2019-06-06 01:06:59 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-06 01:06:59 +0000 |
commit | 73fea5ffb44d03ccada5456dd77c78c652913272 (patch) | |
tree | 4c3063e0f18ec3090d09c0b1174b8c2760e32d6e /src/lib/libcrypto/man/BIO_f_md.3 | |
parent | 47eafa9f3ab473cf14319312cf30f3c8400f0b78 (diff) | |
download | openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.gz openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.bz2 openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.zip |
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 'src/lib/libcrypto/man/BIO_f_md.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_f_md.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_md.3 b/src/lib/libcrypto/man/BIO_f_md.3 index 792d64abce..d1519bb079 100644 --- a/src/lib/libcrypto/man/BIO_f_md.3 +++ b/src/lib/libcrypto/man/BIO_f_md.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_f_md.3,v 1.10 2018/05/02 16:04:35 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_md.3,v 1.11 2019/06/06 01:06:58 schwarze Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: May 2 2018 $ | 52 | .Dd $Mdocdate: June 6 2019 $ |
53 | .Dt BIO_F_MD 3 | 53 | .Dt BIO_F_MD 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -244,7 +244,8 @@ do { | |||
244 | BIO_free_all(bio); | 244 | BIO_free_all(bio); |
245 | .Ed | 245 | .Ed |
246 | .Sh SEE ALSO | 246 | .Sh SEE ALSO |
247 | .Xr BIO_new 3 | 247 | .Xr BIO_new 3 , |
248 | .Xr EVP_DigestInit 3 | ||
248 | .Sh HISTORY | 249 | .Sh HISTORY |
249 | .Fn BIO_f_md , | 250 | .Fn BIO_f_md , |
250 | .Fn BIO_set_md , | 251 | .Fn BIO_set_md , |