aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/ripemd.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/ripemd.3')
-rw-r--r--lib/libmd/ripemd.310
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libmd/ripemd.3 b/lib/libmd/ripemd.3
index d868ae12827b..fcd2ea308791 100644
--- a/lib/libmd/ripemd.3
+++ b/lib/libmd/ripemd.3
@@ -7,7 +7,6 @@
.\" ----------------------------------------------------------------------------
.\"
.\" From: Id: mdX.3,v 1.14 1999/02/11 20:31:49 wollman Exp
-.\" $FreeBSD$
.\"
.Dd July 20, 2018
.Dt RIPEMD 3
@@ -75,8 +74,7 @@ function is a wrapper for
.Fn RIPEMD160_Final
which converts the return value to a 41-character
(including the terminating '\e0')
-.Tn ASCII
-string which represents the 160 bits in hexadecimal.
+ASCII string which represents the 160 bits in hexadecimal.
.Pp
The
.Fn RIPEMD160_File
@@ -142,7 +140,7 @@ may return NULL when underlying
.Xr fstat 2 ,
.Xr lseek 2 ,
or
-.Xr RIPEMD160_End 2
+.Xr RIPEMD160_End 3
fail.
.Sh SEE ALSO
.Xr md4 3 ,
@@ -156,9 +154,7 @@ These functions appeared in
.Fx 4.0 .
.Sh AUTHORS
The core hash routines were implemented by Eric Young based on the
-published
-.Tn RIPEMD160
-specification.
+published RIPEMD160 specification.
.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.