Changeset 22366 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
09/25/08 21:11:03 (2 months ago)
Author:
azawawi
Message:

Fixed pod warnings/errors in Spec/IO.pod

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Spec/IO.pod

    r20097 r22366  
    2929 
    3030=over 4 
    31  
    32 =item :X 
    33  
    34 =over 8 
    3531 
    3632=item IO ~~ :X 
     
    123119 
    124120Or pass multiple tests together in OO style: 
    125   
     121 
    126122  if $filename.TEST(:e,:x) {...} 
     123 
    127124 
    128125=item chown