From 5072aa04413d1c77e382cccb00996ba1f6006c39 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Thu, 19 Dec 2002 11:21:47 +0000 Subject: [PATCH] Added comment for buffer-size argument in md5-digest-for-port --- doc/scsh-manual/miscprocs.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/scsh-manual/miscprocs.tex b/doc/scsh-manual/miscprocs.tex index 2aa5a80..5b8e2cd 100644 --- a/doc/scsh-manual/miscprocs.tex +++ b/doc/scsh-manual/miscprocs.tex @@ -372,6 +372,8 @@ C library written by Colin Plum. \defun{md5-digest-for-port}{port [buffer-size]}{md5-digest} \begin{desc} Reads the contents of the port and calculates the MD5 digest for it. + The optional argument \var{buffer-size} determines the size of the + port's input buffer in bytes. It defaults to 1024 bytes. \end{desc} \defun{md5-digest?}{thing}{boolean}