summaryrefslogtreecommitdiffstats
path: root/po/fr/man2/shmop.2.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /po/fr/man2/shmop.2.po
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/fr/man2/shmop.2.po')
-rw-r--r--po/fr/man2/shmop.2.po135
1 files changed, 102 insertions, 33 deletions
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 <jpmengual@debian.org>, 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 <jpmengual@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\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 E<lt>sys/types.hE<gt>\n"
-"#include E<lt>sys/ipc.hE<gt>\n"
-"#include E<lt>sys/shm.hE<gt>\n"
-"#include E<lt>sys/sem.hE<gt>\n"
+"#ifndef SVSHM_STRING_H\n"
+"#define SVSHM_STRING_H\n"
+"\\&\n"
"#include E<lt>stdio.hE<gt>\n"
"#include E<lt>stdlib.hE<gt>\n"
-"#include E<lt>string.hE<gt>\n"
+"#include E<lt>sys/sem.hE<gt>\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 E<lt>sys/types.hE<gt>\n"
-"#include E<lt>sys/ipc.hE<gt>\n"
-"#include E<lt>sys/shm.hE<gt>\n"
-"#include E<lt>sys/sem.hE<gt>\n"
+"#ifndef SVSHM_STRING_H\n"
+"#define SVSHM_STRING_H\n"
+"\\&\n"
"#include E<lt>stdio.hE<gt>\n"
"#include E<lt>stdlib.hE<gt>\n"
-"#include E<lt>string.hE<gt>\n"
+"#include E<lt>sys/sem.hE<gt>\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 E<lt>sys/types.hE<gt>\n"
+"#include E<lt>sys/ipc.hE<gt>\n"
+"#include E<lt>sys/shm.hE<gt>\n"
+"#include E<lt>sys/sem.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>string.hE<gt>\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 E<lt>sys/types.hE<gt>\n"
+"#include E<lt>sys/ipc.hE<gt>\n"
+"#include E<lt>sys/shm.hE<gt>\n"
+"#include E<lt>sys/sem.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>string.hE<gt>\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)"