From 76792de36e884c638fc5d483d2c0c45fe946170b Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 17 Dec 2018 08:18:06 +0000 Subject: [PATCH] Use An in AUTHORS section. --- lib/libc/hash/md2/md2.3 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/libc/hash/md2/md2.3 b/lib/libc/hash/md2/md2.3 index e77ec98db7fd..11a71f4a149d 100644 --- a/lib/libc/hash/md2/md2.3 +++ b/lib/libc/hash/md2/md2.3 @@ -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 least 33 characters of buffer space. 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.