Correct two errors in the manual page.

This commit is contained in:
John Polstra 1996-05-28 18:57:31 +00:00
parent 8a4078c35e
commit 228a10153e

View File

@ -66,13 +66,13 @@ ascii string which represents the 128 bits in hexadecimal.
.Fn MDXFile .Fn MDXFile
calculates the digest of a file, and uses calculates the digest of a file, and uses
.Fn MDXFinal .Fn MDXEnd
to return the result. to return the result.
In case the file cannot be opened, NULL is returned. In case the file cannot be opened, NULL is returned.
.Fn MDXData .Fn MDXData
calculates the digest of a chunk of data in memory, and uses calculates the digest of a chunk of data in memory, and uses
.Fn MDXFinal .Fn MDXEnd
to return the result. to return the result.
When using When using