From 932e4432596447eb9331cc2a2bb74a26a35b4efc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 12:52:03 +0200 Subject: Merging upstream version 4.23.0. Signed-off-by: Daniel Baumann --- po/fr/man2/shmop.2.po | 135 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 102 insertions(+), 33 deletions(-) (limited to 'po/fr/man2/shmop.2.po') diff --git a/po/fr/man2/shmop.2.po b/po/fr/man2/shmop.2.po index 1ab6cf55..3e995311 100644 --- a/po/fr/man2/shmop.2.po +++ b/po/fr/man2/shmop.2.po @@ -18,9 +18,9 @@ # Jean-Philippe MENGUAL , 2022-2024. msgid "" msgstr "" -"Project-Id-Version: manpages-l10n 4.21.0\n" -"POT-Creation-Date: 2024-03-01 17:08+0100\n" -"PO-Revision-Date: 2024-03-15 19:37+0100\n" +"Project-Id-Version: manpages-l10n 4.22.0\n" +"POT-Creation-Date: 2024-06-01 06:21+0200\n" +"PO-Revision-Date: 2024-06-02 11:15+0200\n" "Last-Translator: Jean-Philippe MENGUAL \n" "Language-Team: French \n" "Language: fr\n" @@ -38,16 +38,16 @@ msgid "SHMOP" msgstr "SHMOP" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31 octobre 2023" +msgid "2024-05-02" +msgstr "2 mai 2024" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable #, no-wrap -msgid "Linux man-pages 6.06" -msgstr "Pages du manuel de Linux 6.06" +msgid "Linux man-pages 6.8" +msgstr "Pages du manuel de Linux 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -710,61 +710,62 @@ msgstr "" "« writer » :" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-tumbleweed +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "" "/* svshm_string.h\n" "\\&\n" " Licensed under GNU General Public License v2 or later.\n" "*/\n" -"#include Esys/types.hE\n" -"#include Esys/ipc.hE\n" -"#include Esys/shm.hE\n" -"#include Esys/sem.hE\n" +"#ifndef SVSHM_STRING_H\n" +"#define SVSHM_STRING_H\n" +"\\&\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" -"#include Estring.hE\n" +"#include Esys/sem.hE\n" "\\&\n" "#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\e\n" " } while (0)\n" "\\&\n" "union semun { /* Used in calls to semctl() */\n" " int val;\n" -" struct semid_ds * buf;\n" -" unsigned short * array;\n" +" struct semid_ds *buf;\n" +" unsigned short *array;\n" "#if defined(__linux__)\n" -" struct seminfo * __buf;\n" +" struct seminfo *__buf;\n" "#endif\n" "};\n" "\\&\n" "#define MEM_SIZE 4096\n" +"\\&\n" +"#endif // include guard\n" msgstr "" "/* svshm_string.h\n" "\\&\n" " Sous licence GNU General Public v2 ou postérieure.\n" "*/\n" -"#include Esys/types.hE\n" -"#include Esys/ipc.hE\n" -"#include Esys/shm.hE\n" -"#include Esys/sem.hE\n" +"#ifndef SVSHM_STRING_H\n" +"#define SVSHM_STRING_H\n" +"\\&\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" -"#include Estring.hE\n" +"#include Esys/sem.hE\n" "\\&\n" "#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\e\n" " } while (0)\n" "\\&\n" "union semun { /* Utilisé dans les appels semctl() */\n" " int val;\n" -" struct semid_ds * buf;\n" -" unsigned short * array;\n" +" struct semid_ds *buf;\n" +" unsigned short *array;\n" "#if defined(__linux__)\n" -" struct seminfo * __buf;\n" +" struct seminfo *__buf;\n" "#endif\n" "};\n" "\\&\n" "#define MEM_SIZE 4096\n" +"\\&\n" +"#endif // include guard\n" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -1514,16 +1515,78 @@ msgstr "" " sop.sem_flg = 0;\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 octobre 2023" + +#. type: TH +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-05-03" -msgstr "3 mai 2023" +msgid "Linux man-pages 6.06" +msgstr "Pages du manuel de Linux 6.06" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "" +"/* svshm_string.h\n" +"\\&\n" +" Licensed under GNU General Public License v2 or later.\n" +"*/\n" +"#include Esys/types.hE\n" +"#include Esys/ipc.hE\n" +"#include Esys/shm.hE\n" +"#include Esys/sem.hE\n" +"#include Estdio.hE\n" +"#include Estdlib.hE\n" +"#include Estring.hE\n" +"\\&\n" +"#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\e\n" +" } while (0)\n" +"\\&\n" +"union semun { /* Used in calls to semctl() */\n" +" int val;\n" +" struct semid_ds * buf;\n" +" unsigned short * array;\n" +"#if defined(__linux__)\n" +" struct seminfo * __buf;\n" +"#endif\n" +"};\n" +"\\&\n" +"#define MEM_SIZE 4096\n" +msgstr "" +"/* svshm_string.h\n" +"\\&\n" +" Sous licence GNU General Public v2 ou postérieure.\n" +"*/\n" +"#include Esys/types.hE\n" +"#include Esys/ipc.hE\n" +"#include Esys/shm.hE\n" +"#include Esys/sem.hE\n" +"#include Estdio.hE\n" +"#include Estdlib.hE\n" +"#include Estring.hE\n" +"\\&\n" +"#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\e\n" +" } while (0)\n" +"\\&\n" +"union semun { /* Utilisé dans les appels semctl() */\n" +" int val;\n" +" struct semid_ds * buf;\n" +" unsigned short * array;\n" +"#if defined(__linux__)\n" +" struct seminfo * __buf;\n" +"#endif\n" +"};\n" +"\\&\n" +"#define MEM_SIZE 4096\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-rawhide #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Pages du manuel de Linux 6.05.01" +msgid "Linux man-pages 6.7" +msgstr "Pages du manuel de Linux 6.7" #. type: TH #: opensuse-leap-15-6 @@ -1536,3 +1599,9 @@ msgstr "30 mars 2023" #, no-wrap msgid "Linux man-pages 6.04" msgstr "Pages du manuel de Linux 6.04" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Pages du manuel de Linux (non publiées)" -- cgit v1.2.3