Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Add cross references to the openssl man pages.



details:   https://anonhg.NetBSD.org/src/rev/e9ad56b8de99
branches:  trunk
changeset: 319257:e9ad56b8de99
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 23 02:08:40 2018 +0000

description:
Add cross references to the openssl man pages.

diffstat:

 lib/libc/hash/hmac.3 |  8 ++++++--
 lib/libc/md/mdX.3    |  9 ++++++---
 2 files changed, 12 insertions(+), 5 deletions(-)

diffs (59 lines):

diff -r c052a7768ca9 -r e9ad56b8de99 lib/libc/hash/hmac.3
--- a/lib/libc/hash/hmac.3      Wed May 23 02:06:03 2018 +0000
+++ b/lib/libc/hash/hmac.3      Wed May 23 02:08:40 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: hmac.3,v 1.5 2016/07/02 16:04:47 wiz Exp $
+.\" $NetBSD: hmac.3,v 1.6 2018/05/23 02:08:40 christos Exp $
 .\"
 .\" Copyright (c) 2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 1, 2016
+.Dd May 22, 2018
 .Dt HMAC 3
 .Os
 .Sh NAME
@@ -69,6 +69,10 @@
 .Xr md2 3 ,
 .Xr md4 3 ,
 .Xr md5 3 ,
+.Xr openssl_HMAC 3 ,
+.Xr openssl_MD2 3 ,
+.Xr openssl_MD4 3 ,
+.Xr openssl_MD5 3 ,
 .Xr rmd160 3 ,
 .Xr sha1 3 ,
 .Xr sha2 3
diff -r c052a7768ca9 -r e9ad56b8de99 lib/libc/md/mdX.3
--- a/lib/libc/md/mdX.3 Wed May 23 02:06:03 2018 +0000
+++ b/lib/libc/md/mdX.3 Wed May 23 02:08:40 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mdX.3,v 1.10 2003/06/13 01:28:41 lukem Exp $
+.\"    $NetBSD: mdX.3,v 1.11 2018/05/23 02:08:40 christos Exp $
 .\"
 .\" ----------------------------------------------------------------------------
 .\" "THE BEER-WARE LICENSE" (Revision 42):
@@ -9,7 +9,7 @@
 .\"
 .\"    from FreeBSD Id: mdX.3,v 1.7 1996/10/22 16:28:56 phk Exp
 .\"
-.Dd June 13, 2003
+.Dd May 22, 2018
 .Dt MDX 3
 .Os
 .Sh NAME
@@ -105,7 +105,10 @@
 .Sh SEE ALSO
 .Xr md2 3 ,
 .Xr md4 3 ,
-.Xr md5 3
+.Xr md5 3 ,
+.Xr openssl_MD2 3 ,
+.Xr openssl_MD4 3 ,
+.Xr openssl_MD5 3 ,
 .Rs
 .%A B. Kaliski
 .%T The MD2 Message-Digest Algorithm



Home | Main Index | Thread Index | Old Index