summaryrefslogtreecommitdiffstats
path: root/lib/libmd
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1996-05-28 18:57:31 +0000
committerjdp <jdp@FreeBSD.org>1996-05-28 18:57:31 +0000
commita0b884c2521ad83c4ac7ec124bac00f7e6c6300b (patch)
tree538d7a8f35ffb756de610a0b6a56e442cd7f9584 /lib/libmd
parenta912abf585a32639edcf9a6149c122e81563212f (diff)
downloadFreeBSD-src-a0b884c2521ad83c4ac7ec124bac00f7e6c6300b.zip
FreeBSD-src-a0b884c2521ad83c4ac7ec124bac00f7e6c6300b.tar.gz
Correct two errors in the manual page.
Diffstat (limited to 'lib/libmd')
-rw-r--r--lib/libmd/mdX.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3
index ca53340..fc37f11 100644
--- a/lib/libmd/mdX.3
+++ b/lib/libmd/mdX.3
@@ -66,13 +66,13 @@ ascii string which represents the 128 bits in hexadecimal.
.Fn MDXFile
calculates the digest of a file, and uses
-.Fn MDXFinal
+.Fn MDXEnd
to return the result.
In case the file cannot be opened, NULL is returned.
.Fn MDXData
calculates the digest of a chunk of data in memory, and uses
-.Fn MDXFinal
+.Fn MDXEnd
to return the result.
When using
OpenPOWER on IntegriCloud