--- rpl/src/instructions_h1.c 2013/12/03 09:36:13 1.50 +++ rpl/src/instructions_h1.c 2018/12/22 10:13:11 1.66 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.17 - Copyright (C) 1989-2013 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.29 + Copyright (C) 1989-2018 Dr. BERTRAND Joël This file is part of RPL/2. @@ -982,6 +982,7 @@ instruction_help(struct_processus *s_eta printf(" %s : connexion à une base de données SQL\n", d_SQL); printf(" %s : mutex\n", d_MTX); printf(" %s : sémaphore nommé\n", d_SPH); + printf(" %s : enregistrement\n", d_REC); } else { @@ -1009,6 +1010,7 @@ instruction_help(struct_processus *s_eta printf(" %s : connection to SQL database\n", d_SQL); printf(" %s : mutex\n", d_MTX); printf(" %s : named semaphore\n", d_SPH); + printf(" %s : record\n", d_REC); } /*