Branch: Tag:

2003-04-01

2003-04-01 18:58:28 by Martin Stjernholm <mast@lysator.liu.se>

Small spelling fix.

Rev: src/modules/files/file.c:1.266

804:      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Seek to a specified offset in a file.</p> - <p> If <code>mult</code> or <code>add</code> are specified, <code>pos</code> will be claculated as + <p> If <code>mult</code> or <code>add</code> are specified, <code>pos</code> will be calculated as    <code class='expr'><code>pos</code>&nbsp;=&nbsp;<code>unit</code>*<code>mult</code>&nbsp;+&nbsp;<code>add</code></code>.</p>   <p> If <code>pos</code> is negative it will be relative to the start of the file,    otherwise it will be an absolute offset from the start of the file.</p>