~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to doc/interpreter/HTML/Hashing-Functions.html

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-04-28 15:17:35 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090428151735-gm59wmfcmwec3f9e
Tags: 1:3.0.5-3
debian/in/PACKAGE.postinst: Add -verbose option when calling 'pkg
rebuild' in octave and redirect stdin from /dev/null.  This is just to
help debugging the hang up on the mipsel buildd when installing
octave3.0 for building other packages (Bug#524745).

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
   <p><a name="doc_002dmd5sum"></a>
58
58
 
59
59
<div class="defun">
60
 
&mdash; Loadable Function:  <b>md5sum</b> (<var>file</var>)<var><a name="index-md5sum-2093"></a></var><br>
61
 
&mdash; Loadable Function:  <b>md5sum</b> (<var>str, opt</var>)<var><a name="index-md5sum-2094"></a></var><br>
 
60
&mdash; Loadable Function:  <b>md5sum</b> (<var>file</var>)<var><a name="index-md5sum-2156"></a></var><br>
 
61
&mdash; Loadable Function:  <b>md5sum</b> (<var>str, opt</var>)<var><a name="index-md5sum-2157"></a></var><br>
62
62
<blockquote><p>Calculates the MD5 sum of the file <var>file</var>. If the second parameter
63
63
<var>opt</var> exists and is true, then calculate the MD5 sum of the
64
64
string <var>str</var>.