Index: docs/book/ch10_opcode_reference.pod =================================================================== --- docs/book/ch10_opcode_reference.pod (révision 39051) +++ docs/book/ch10_opcode_reference.pod (copie de travail) @@ -846,7 +846,7 @@ fdopen R, R, R -Get a ParrotIO object for handle R with open mode R. +Get a FileHandle object for handle R with open mode R. I @@ -1124,7 +1124,7 @@ getstdin R getstdout R -Get a ParrotIO object for the given standard handle. +Get a FileHandle object for the given standard handle. I @@ -1787,7 +1787,7 @@ peek R peek R, R -Read the next byte from the given ParrotIO object or from C but +Read the next byte from the given FileHandle object or from C but don't remove it. I @@ -2235,11 +2235,13 @@ X X +X setstderr R setstdout R + setstdin R -Set a ParrotIO object for the given standard handle. +Set a FileHandle object for the given standard handle. I @@ -2714,7 +2716,7 @@ tell R, R tell R, R, R -Return the file position of the given ParrotIO object. +Return the file position of the given FileHandle object. I