From ddaf065db519a1dc4ab1962de7a710f3d0d01f08 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 22 Dec 2005 16:15:08 +0000 Subject: [PATCH] [ 1388141 ] Minor error in md5 docs (backport) --- Doc/lib/libmd5.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libmd5.tex b/Doc/lib/libmd5.tex index 6f837b4e89a6..d01cdb66aea5 100644 --- a/Doc/lib/libmd5.tex +++ b/Doc/lib/libmd5.tex @@ -43,7 +43,7 @@ attributes of the md5 objects returned by \function{new()}: \code{16}. \end{datadesc} -md5 objects support the following methods: +The md5 module provides the following functions: \begin{funcdesc}{new}{\optional{arg}} Return a new md5 object. If \var{arg} is present, the method call -- 2.47.3