Description: |
On 24 Mar 2006, at 11:01, Ratering, Ralf wrote:
Hi Michel&Donal,
I just noticed a minor copy/paste bug in the
JSDL specs.
In the examples for the Posix extensions -51)
there is:
page 50:
<jsdl-posix:Input filesystemName="HOME">
output.txt
</jsdl-posix:Input>
page 51:
<jsdl-posix:Input filesystemName="HOME">
error.txt
</jsdl-posix:Input>
it should obviously be:
<jsdl-posix:Output filesystemName="HOME">
output.txt
</jsdl-posix:Output>
and
<jsdl-posix:Error filesystemName="HOME">
error.txt
</jsdl-posix:Error>
|