diff options
Diffstat (limited to '')
-rw-r--r-- | po/fr/man3/mallopt.3.po | 80 |
1 files changed, 64 insertions, 16 deletions
diff --git a/po/fr/man3/mallopt.3.po b/po/fr/man3/mallopt.3.po index c9511262..31316f28 100644 --- a/po/fr/man3/mallopt.3.po +++ b/po/fr/man3/mallopt.3.po @@ -18,9 +18,9 @@ # Grégoire Scano <gregoire.scano@malloc.fr>, 2020. msgid "" msgstr "" -"Project-Id-Version: perkamon\n" -"POT-Creation-Date: 2024-03-01 17:01+0100\n" -"PO-Revision-Date: 2023-05-26 17:48+0200\n" +"Project-Id-Version: manpages-l10n 4.22.0\n" +"POT-Creation-Date: 2024-06-01 06:01+0200\n" +"PO-Revision-Date: 2024-05-07 17:43+0200\n" "Last-Translator: Grégoire Scano <gregoire.scano@malloc.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" "Language: fr\n" @@ -28,7 +28,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 22.12.3\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -38,16 +38,16 @@ msgid "mallopt" msgstr "mallopt" #. 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 @@ -1393,6 +1393,36 @@ msgid "" " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" +"#include E<lt>malloc.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"\\&\n" +"int\n" +"main(int argc, char *argv[])\n" +"{\n" +" char *p;\n" +"\\&\n" +" if (argc E<gt> 1) {\n" +" if (mallopt(M_CHECK_ACTION, atoi(argv[1])) != 1) {\n" +" fprintf(stderr, \"échec de mallopt()\");\n" +" exit(EXIT_FAILURE);\n" +" }\n" +" }\n" +"\\&\n" +" p = malloc(1000);\n" +" if (p == NULL) {\n" +" fprintf(stderr, \"échec de malloc()\");\n" +" exit(EXIT_FAILURE);\n" +" }\n" +"\\&\n" +" free(p);\n" +" printf(\"%s(): fin du premier appel free()\\en\", __func__);\n" +"\\&\n" +" free(p);\n" +" printf(\"%s(): fin du second appel free()\\en\", __func__);\n" +"\\&\n" +" exit(EXIT_SUCCESS);\n" +"}\n" #. SRC END #. type: SH @@ -1533,16 +1563,28 @@ msgstr "" "}\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 octobre 2023" + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Pages du manuel de Linux 6.06" + +#. type: TH +#: fedora-rawhide #, no-wrap -msgid "2023-05-03" -msgstr "3 mai 2023" +msgid "2024-02-26" +msgstr "26 février 2024" #. 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 @@ -1555,3 +1597,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)" |