Ticket #680: doc_update.patch

File doc_update.patch, 1.4 KB (added by flh, 13 years ago)

Change ParrotIO to FileHandle

  • docs/book/ch10_opcode_reference.pod

     
    846846 
    847847  fdopen R<DEST>, R<INT>, R<MODE> 
    848848 
    849 Get a ParrotIO object for handle R<INT> with open mode R<MODE>. 
     849Get a FileHandle object for handle R<INT> with open mode R<MODE>. 
    850850 
    851851I<Arguments: P, I, S> 
    852852 
     
    11241124  getstdin R<DEST> 
    11251125  getstdout R<DEST> 
    11261126 
    1127 Get a ParrotIO object for the given standard handle. 
     1127Get a FileHandle object for the given standard handle. 
    11281128 
    11291129I<Arguments: P> 
    11301130 
     
    17871787  peek R<DEST> 
    17881788  peek R<DEST>, R<PIO> 
    17891789 
    1790 Read the next byte from the given ParrotIO object or from C<stdin> but 
     1790Read the next byte from the given FileHandle object or from C<stdin> but 
    17911791don't remove it. 
    17921792 
    17931793I<Arguments: SR or SR, P> 
     
    22352235 
    22362236X<setstderr opcode (PASM)> 
    22372237X<setstdout opcode (PASM)> 
     2238X<setstdin  opcode (PASM)> 
    22382239 
    22392240  setstderr R<DEST> 
    22402241  setstdout R<DEST> 
     2242  setstdin  R<DEST> 
    22412243 
    2242 Set a ParrotIO object for the given standard handle. 
     2244Set a FileHandle object for the given standard handle. 
    22432245 
    22442246I<Arguments: P> 
    22452247 
     
    27142716  tell R<DEST>, R<PIO> 
    27152717  tell R<UPPER32>, R<LOWER32>, R<PIO> 
    27162718 
    2717 Return the file position of the given ParrotIO object. 
     2719Return the file position of the given FileHandle object. 
    27182720 
    27192721I<Arguments: IR, P or IR, I, P> 
    27202722