Diff for /rpl/src/instructions_u1.c between versions 1.64 and 1.65

version 1.64, 2017/07/02 22:28:20 version 1.65, 2017/07/03 12:29:13
Line 710  instruction_use(struct_processus *s_etat Line 710  instruction_use(struct_processus *s_etat
         if ((*s_etat_processus).langue == 'F')          if ((*s_etat_processus).langue == 'F')
         {          {
             printf("(insertion d'une bibliothèque dynamique)\n\n");              printf("(insertion d'une bibliothèque dynamique)\n\n");
             printf("Si le chemin ne comprend pas de '/', la bibliothèque "              printf("Si le chemin ne commence pas par '/', la bibliothèque "
                     "est recherchée\n");                      "est recherchée\n");
             printf("successivement dans le répertoire courant puis dans %s."              printf("successivement dans le répertoire courant puis dans %s."
                     "\n\n", d_exec_path);                      "\n\n", d_exec_path);
Line 718  instruction_use(struct_processus *s_etat Line 718  instruction_use(struct_processus *s_etat
         else          else
         {          {
             printf("(insert a shared library)\n\n");              printf("(insert a shared library)\n\n");
             printf("If this path does not include '/', RPL/2 tries to find "              printf("If this path does not begin with '/', RPL/2 tries to find "
                     "it in current\n");                      "it in current\n");
             printf("directory or %s in this order.\n\n", d_exec_path);              printf("directory or %s in this order.\n\n", d_exec_path);
         }          }

Removed from v.1.64  
changed lines
  Added in v.1.65


CVSweb interface <joel.bertrand@systella.fr>