Module Name:    src
Committed By:   wiz
Date:           Mon Dec 17 08:18:06 UTC 2018

Modified Files:
        src/lib/libc/hash/md2: md2.3

Log Message:
Use An in AUTHORS section.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/hash/md2/md2.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/hash/md2/md2.3
diff -u src/lib/libc/hash/md2/md2.3:1.2 src/lib/libc/hash/md2/md2.3:1.3
--- src/lib/libc/hash/md2/md2.3:1.2	Sun Dec 16 14:08:48 2018
+++ src/lib/libc/hash/md2/md2.3	Mon Dec 17 08:18:06 2018
@@ -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 @@ and finally extract the result using
 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 @@ argument is non-null it must point to at
 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.

Reply via email to