Added comment for buffer-size argument in md5-digest-for-port
This commit is contained in:
parent
e2557c7200
commit
5072aa0441
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue