summaryrefslogtreecommitdiffstats
path: root/po/fr/man3/setbuf.3.po
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--po/fr/man3/setbuf.3.po84
1 files changed, 47 insertions, 37 deletions
diff --git a/po/fr/man3/setbuf.3.po b/po/fr/man3/setbuf.3.po
index 65083003..774b21aa 100644
--- a/po/fr/man3/setbuf.3.po
+++ b/po/fr/man3/setbuf.3.po
@@ -16,12 +16,12 @@
# Denis Barbier <barbier@debian.org>, 2006, 2010.
# David Prévot <david@tilapin.org>, 2010-2014.
# Frédéric Hantrais <fhantrais@gmail.com>, 2013, 2014.
-# Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>, 2023.
+# Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>, 2023-2024.
msgid ""
msgstr ""
-"Project-Id-Version: perkamon\n"
-"POT-Creation-Date: 2024-03-01 17:07+0100\n"
-"PO-Revision-Date: 2023-04-13 23:35+0200\n"
+"Project-Id-Version: manpages-l10n 4.22.0\n"
+"POT-Creation-Date: 2024-06-01 06:20+0200\n"
+"PO-Revision-Date: 2024-05-20 12:25+0200\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"Language: fr\n"
@@ -29,7 +29,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 22.12.1\n"
+"X-Generator: Lokalize 22.12.3\n"
#. type: TH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -39,16 +39,16 @@ msgid "setbuf"
msgstr "setbuf"
#. 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
@@ -409,18 +409,16 @@ msgstr "STANDARDS"
#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<setns>(2)"
+#, no-wrap
msgid "B<setbuf>()"
-msgstr "B<setns>(2)"
+msgstr "B<setbuf>()"
#. type: TQ
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<setns>(2)"
+#, no-wrap
msgid "B<setvbuf>()"
-msgstr "B<setns>(2)"
+msgstr "B<setvbuf>()"
#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -446,7 +444,7 @@ msgstr "C89, POSIX.1-2001."
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "CAVEATS"
-msgstr ""
+msgstr "AVERTISSEMENTS"
#. https://www.austingroupbugs.net/view.php?id=397#c799
#. 0000397: setbuf and errno
@@ -506,7 +504,7 @@ msgstr "BOGUES"
#. On 4.2BSD and 4.3BSD systems,
#. .BR setbuf ()
#. always uses a suboptimal buffer size and should be avoided.
-#. .PP
+#. .P
#. type: Plain text
#. #-#-#-#-# fedora-40: setbuf.3.pot (PACKAGE VERSION) #-#-#-#-#
#. The
@@ -566,7 +564,7 @@ msgstr "BOGUES"
#. On 4.2BSD and 4.3BSD systems,
#. .BR setbuf ()
#. always uses a suboptimal buffer size and should be avoided.
-#. .PP
+#. .P
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -582,16 +580,7 @@ msgstr ""
#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid ""
-#| "int\n"
-#| "main(void)\n"
-#| "{\n"
-#| " char buf[BUFSIZ];\n"
-#| " setbuf(stdin, buf);\n"
-#| " printf(\"Hello, world!\\en\");\n"
-#| " return 0;\n"
-#| "}\n"
+#, no-wrap
msgid ""
"#include E<lt>stdio.hE<gt>\n"
"\\&\n"
@@ -605,11 +594,14 @@ msgid ""
" return 0;\n"
"}\n"
msgstr ""
+"#include E<lt>stdio.hE<gt>\n"
+"\\&\n"
"int\n"
"main(void)\n"
"{\n"
" char buf[BUFSIZ];\n"
-" setbuf(stdin, buf);\n"
+"\\&\n"
+" setbuf(stdout, buf);\n"
" printf(\"Bonjour le monde !\\en\");\n"
" return 0;\n"
"}\n"
@@ -690,16 +682,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 "2023-07-20"
-msgstr "20 juillet 2023"
+msgid "Linux man-pages 6.06"
+msgstr "Pages du manuel de Linux 6.06"
#. 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 "2024-02-26"
+msgstr "26 février 2024"
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "Linux man-pages 6.7"
+msgstr "Pages du manuel de Linux 6.7"
#. type: TH
#: opensuse-leap-15-6
@@ -712,3 +716,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)"