summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1996-05-28 19:06:24 +0000
committerJohn Polstra <jdp@FreeBSD.org>1996-05-28 19:06:24 +0000
commit6e0323e4cf97ba20be52f1b54a39e1acf63f585c (patch)
tree37f188d1ee41d6581e85757b6bf11fb10f77fd00
parente46d49258d6180eb6d8cab565d717be386781964 (diff)
Notes
-rw-r--r--lib/libmd/mdX.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3
index 1c0794b9d6f56..fc37f1173407b 100644
--- a/lib/libmd/mdX.3
+++ b/lib/libmd/mdX.3
@@ -17,7 +17,7 @@
.Nm MDXFinal ,
.Nm MDXEnd ,
.Nm MDXFile ,
-.Nm MDXData .
+.Nm MDXData
.Nd calculate ``MDX'' cryptographic checksum
.Sh SYNOPSIS
.Fd #include <mdX.h>
@@ -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