CVS commit: src/lib/libc/md

2018-05-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed May 23 06:08:01 UTC 2018

Modified Files:
src/lib/libc/md: mdX.3

Log Message:
Use .An in authors section. Remove empty section.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/md/mdX.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/md/mdX.3
diff -u src/lib/libc/md/mdX.3:1.11 src/lib/libc/md/mdX.3:1.12
--- src/lib/libc/md/mdX.3:1.11	Wed May 23 02:08:40 2018
+++ src/lib/libc/md/mdX.3	Wed May 23 06:08:01 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mdX.3,v 1.11 2018/05/23 02:08:40 christos Exp $
+.\"	$NetBSD: mdX.3,v 1.12 2018/05/23 06:08:01 wiz Exp $
 .\"
 .\" 
 .\" "THE BEER-WARE LICENSE" (Revision 42):
@@ -108,7 +108,7 @@ argument is non-null it must point to at
 .Xr md5 3 ,
 .Xr openssl_MD2 3 ,
 .Xr openssl_MD4 3 ,
-.Xr openssl_MD5 3 ,
+.Xr openssl_MD5 3
 .Rs
 .%A B. Kaliski
 .%T The MD2 Message-Digest Algorithm
@@ -132,15 +132,15 @@ argument is non-null it must point to at
 These functions appeared in
 .Nx 1.3 .
 .Sh AUTHORS
+.An -nosplit
 The original MDX routines were developed by
-.Tn RSA
-Data Security, Inc., and published in the above references.
-This code is derived directly from these implementations by Poul-Henning Kamp
-.Aq Li p...@login.dkuug.dk
+.An RSA Data Security, Inc. ,
+and published in the above references.
+This code is derived directly from these implementations by
+.An Poul-Henning Kamp Aq Mt p...@login.dkuug.dk .
 .Pp
 Phk ristede runen.
 .Sh BUGS
 No method is known to exist which finds two files having the same hash value,
 nor to find a file with a specific hash value.
 There is on the other hand no guarantee that such a method doesn't exist.
-.Sh COPYRIGHT



CVS commit: src/lib/libc/md

2018-05-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed May 23 06:08:01 UTC 2018

Modified Files:
src/lib/libc/md: mdX.3

Log Message:
Use .An in authors section. Remove empty section.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/md/mdX.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.