summaryrefslogtreecommitdiffstats
path: root/templates/man3/tailq.3.pot
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 /templates/man3/tailq.3.pot
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 'templates/man3/tailq.3.pot')
-rw-r--r--templates/man3/tailq.3.pot58
1 files changed, 35 insertions, 23 deletions
diff --git a/templates/man3/tailq.3.pot b/templates/man3/tailq.3.pot
index 50c8727e..afe90509 100644
--- a/templates/man3/tailq.3.pot
+++ b/templates/man3/tailq.3.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-01 17:11+0100\n"
+"POT-Creation-Date: 2024-06-01 06:30+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -24,15 +24,15 @@ msgid "TAILQ"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
-msgid "2023-10-31"
+msgid "2024-05-02"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable
#, no-wrap
-msgid "Linux man-pages 6.06"
+msgid "Linux man-pages 6.8"
msgstr ""
#. type: SH
@@ -180,7 +180,7 @@ msgstr ""
#. .BI " TAILQ_ENTRY " NAME );
#. .BI "TAILQ_FOREACH_REVERSE_FROM(struct TYPE *" var ", TAILQ_HEAD *" head ", HEADNAME,"
#. .BI " TAILQ_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "TAILQ_FOREACH_SAFE(struct TYPE *" var ", TAILQ_HEAD *" head ,
#. .BI " TAILQ_ENTRY " NAME ,
#. .BI " struct TYPE *" temp_var );
@@ -275,7 +275,7 @@ msgstr ""
#. .BI " TAILQ_ENTRY " NAME );
#. .BI "TAILQ_FOREACH_REVERSE_FROM(struct TYPE *" var ", TAILQ_HEAD *" head ", HEADNAME,"
#. .BI " TAILQ_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "TAILQ_FOREACH_SAFE(struct TYPE *" var ", TAILQ_HEAD *" head ,
#. .BI " TAILQ_ENTRY " NAME ,
#. .BI " struct TYPE *" temp_var );
@@ -528,7 +528,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# debian-unstable: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_FROM ()
#. behaves identically to
#. .BR TAILQ_FOREACH ()
@@ -598,7 +598,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_FROM ()
#. behaves identically to
#. .BR TAILQ_FOREACH ()
@@ -730,7 +730,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# debian-unstable: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_REVERSE_FROM ()
#. behaves identically to
#. .BR TAILQ_FOREACH_REVERSE ()
@@ -742,7 +742,7 @@ msgstr ""
#. .I var
#. instead of the last element in the TAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_SAFE ()
#. and
#. .BR TAILQ_FOREACH_REVERSE_SAFE ()
@@ -759,7 +759,7 @@ msgstr ""
#. .I var
#. as well as free it from within the loop safely without interfering with the
#. traversal.
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_FROM_SAFE ()
#. behaves identically to
#. .BR TAILQ_FOREACH_SAFE ()
@@ -771,7 +771,7 @@ msgstr ""
#. .I var
#. instead of the first element in the TAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_REVERSE_FROM_SAFE ()
#. behaves identically to
#. .BR TAILQ_FOREACH_REVERSE_SAFE ()
@@ -1005,7 +1005,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_REVERSE_FROM ()
#. behaves identically to
#. .BR TAILQ_FOREACH_REVERSE ()
@@ -1017,7 +1017,7 @@ msgstr ""
#. .I var
#. instead of the last element in the TAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_SAFE ()
#. and
#. .BR TAILQ_FOREACH_REVERSE_SAFE ()
@@ -1034,7 +1034,7 @@ msgstr ""
#. .I var
#. as well as free it from within the loop safely without interfering with the
#. traversal.
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_FROM_SAFE ()
#. behaves identically to
#. .BR TAILQ_FOREACH_SAFE ()
@@ -1046,7 +1046,7 @@ msgstr ""
#. .I var
#. instead of the first element in the TAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR TAILQ_FOREACH_REVERSE_FROM_SAFE ()
#. behaves identically to
#. .BR TAILQ_FOREACH_REVERSE_SAFE ()
@@ -1108,7 +1108,7 @@ msgstr ""
#. .I head1
#. and
#. .IR head2 .
-#. .PP
+#. .P
#. type: Plain text
#. #-#-#-#-# fedora-40: tailq.3.pot (PACKAGE VERSION) #-#-#-#-#
#. .BR TAILQ_SWAP ()
@@ -1148,7 +1148,7 @@ msgstr ""
#. .I head1
#. and
#. .IR head2 .
-#. .PP
+#. .P
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1448,15 +1448,21 @@ msgid ""
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr ""
+
+#. type: TH
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "2023-05-03"
+msgid "Linux man-pages 6.06"
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-rawhide
#, no-wrap
-msgid "Linux man-pages 6.05.01"
+msgid "Linux man-pages 6.7"
msgstr ""
#. type: TH
@@ -1470,3 +1476,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""