comparison scripts/deprecated/md5sum.m @ 21122:dba88797f69f

doc: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Wed, 20 Jan 2016 21:14:47 -0800
parents 2b8447888e0a
children a4faec57f4c8
comparison
equal deleted inserted replaced
21121:f5b17eb2508b 21122:dba88797f69f
37 ## Calculate the MD5 sum of the file @var{file}. 37 ## Calculate the MD5 sum of the file @var{file}.
38 ## 38 ##
39 ## If the second parameter @var{opt} exists and is true, then calculate the MD5 39 ## If the second parameter @var{opt} exists and is true, then calculate the MD5
40 ## sum of the string @var{str}. 40 ## sum of the string @var{str}.
41 ## 41 ##
42 ## @seealso{hash,fileread} 42 ## @seealso{hash, fileread}
43 ## @end deftypefn 43 ## @end deftypefn
44 44
45 function r = md5sum (str, opt) 45 function r = md5sum (str, opt)
46 46
47 persistent warned = false; 47 persistent warned = false;