Diff for /rpl/src/instructions_p8.c between versions 1.2 and 1.3

version 1.2, 2011/12/05 19:46:41 version 1.3, 2011/12/05 19:49:41
Line 77  instruction_poll(struct_processus *s_eta Line 77  instruction_poll(struct_processus *s_eta
             printf("  Usage:\n\n");              printf("  Usage:\n\n");
         }          }
   
         printf("    FILE { \"POLLIN\" \"POLLOUT\" } TIMEOUT POLL\n");          printf("    FILE { \"POLLIN\" \"POLLOUT\" } TIMEOUT POLL\n\n");
         printf("    3: %s, %s\n", d_SCK, d_FCH);          printf("    3: %s, %s\n", d_SCK, d_FCH);
         printf("    2: %s\n", d_LST);          printf("    2: %s\n", d_LST);
         printf("    1: %s, %s\n", d_INT, d_REL);          printf("    1: %s, %s\n", d_INT, d_REL);

Removed from v.1.2  
changed lines
  Added in v.1.3


CVSweb interface <joel.bertrand@systella.fr>