--- rpl/src/instructions_u1.c 2017/07/02 22:28:20 1.64 +++ rpl/src/instructions_u1.c 2020/01/10 11:15:49 1.72 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.27 - Copyright (C) 1989-2017 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.32 + Copyright (C) 1989-2020 Dr. BERTRAND Joël This file is part of RPL/2. @@ -710,7 +710,7 @@ instruction_use(struct_processus *s_etat if ((*s_etat_processus).langue == 'F') { 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"); printf("successivement dans le répertoire courant puis dans %s." "\n\n", d_exec_path); @@ -718,7 +718,7 @@ instruction_use(struct_processus *s_etat else { 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"); printf("directory or %s in this order.\n\n", d_exec_path); }