Author: smash Date: Mon Apr 9 03:46:13 2007 New Revision: 18058 Modified: trunk/src/ops/core.ops trunk/src/ops/experimental.ops
Log: [t] * make t/codingstd/trailing_space.t happy Modified: trunk/src/ops/core.ops ============================================================================== --- trunk/src/ops/core.ops (original) +++ trunk/src/ops/core.ops Mon Apr 9 03:46:13 2007 @@ -95,7 +95,7 @@ =item B<load_bytecode>(in STR) -Load Parrot bytecode from file $1, and +Load Parrot bytecode from file $1, and RT#42381 search the library path to locate the file. =cut Modified: trunk/src/ops/experimental.ops ============================================================================== --- trunk/src/ops/experimental.ops (original) +++ trunk/src/ops/experimental.ops Mon Apr 9 03:46:13 2007 @@ -483,7 +483,7 @@ =item B<add_io_event>(invar PMC, invar PMC, invar PMC, inconst INT) -Call the sub $2 for PIO $1 with user data $3 on ready state of $4. +Call the sub $2 for PIO $1 with user data $3 on ready state of $4. RT#42376 The only handled $4 = IO_THR_MSG_ADD_SELECT_RD aka 2 for now. =cut
