--- src/share/man/man9/MD5.9 2003/06/17 04:37:01 1.2 +++ src/share/man/man9/MD5.9 2007/04/07 19:29:52 1.3 @@ -29,7 +29,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/MD5.9,v 1.5.2.3 2001/12/17 11:30:18 ru Exp $ -.\" $DragonFly: src/share/man/man9/MD5.9,v 1.1 2003/06/16 05:36:33 dillon Exp $ +.\" $DragonFly$ .\" .Dd April 17, 1996 .Dt MD5 9 @@ -53,7 +53,7 @@ module implements the RSA Data Security, (MD5). It produces 128-bit MD5 Digest of data. .Pp .Bl -hang -width MD5Transformxxx -.It Pa MD5Init +.It Fn MD5Init must be called just before .Fn MD5Transform will be used to produce a digest. @@ -63,7 +63,7 @@ argument is the storage for the digest b calls to the .Fn MD5Transform routine. -.It Pa MD5Transform +.It Fn MD5Transform is the core of the MD5 algorithm, this alters an existing MD5 hash kept in .Fa buf