Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/hash/md2 Use An in AUTHORS section.



details:   https://anonhg.NetBSD.org/src/rev/0976e52c85bb
branches:  trunk
changeset: 446761:0976e52c85bb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Dec 17 08:18:06 2018 +0000

description:
Use An in AUTHORS section.

diffstat:

 lib/libc/hash/md2/md2.3 |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r b7451d2e7ad0 -r 0976e52c85bb lib/libc/hash/md2/md2.3
--- a/lib/libc/hash/md2/md2.3   Mon Dec 17 07:10:07 2018 +0000
+++ b/lib/libc/hash/md2/md2.3   Mon Dec 17 08:18:06 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: md2.3,v 1.2 2018/12/16 14:08:48 abhinav Exp $
+.\" $NetBSD: md2.3,v 1.3 2018/12/17 08:18:06 wiz Exp $
 .\"
 .\" ----------------------------------------------------------------------------
 .\" "THE BEER-WARE LICENSE" (Revision 42):
@@ -68,8 +68,7 @@
 is a wrapper for
 .Fn MD2Final
 which converts the return value to a 33-character
-(including the terminating '\e0')
-.Tn ASCII
+(including the terminating '\e0') ASCII
 string which represents the 128 bits in hexadecimal.
 .Pp
 .Fn MD2File
@@ -117,10 +116,12 @@
 These functions appeared in
 .Nx 1.3 .
 .Sh AUTHORS
+.An -nosplit
 The original MD2 routines were developed by
-.Tn RSA
-Data Security, Inc., and published in the above references.
-This code is a public domain implementation by Andrew Brown.
+.An RSA Data Security, Inc. ,
+and published in the above references.
+This code is a public domain implementation by
+.An Andrew Brown .
 .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.



Home | Main Index | Thread Index | Old Index