summaryrefslogtreecommitdiffstats
path: root/templates/man3/stailq.3.pot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/man3/stailq.3.pot')
-rw-r--r--templates/man3/stailq.3.pot58
1 files changed, 35 insertions, 23 deletions
diff --git a/templates/man3/stailq.3.pot b/templates/man3/stailq.3.pot
index 2fe4bb9e..fdd9263c 100644
--- a/templates/man3/stailq.3.pot
+++ b/templates/man3/stailq.3.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-01 17:09+0100\n"
+"POT-Creation-Date: 2024-06-01 06:23+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 "STAILQ"
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
@@ -165,7 +165,7 @@ msgstr ""
#. #-#-#-#-# debian-unstable: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
#. .BI "STAILQ_FOREACH_FROM(struct TYPE *" var ", STAILQ_HEAD *" head ,
#. .BI " STAILQ_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "STAILQ_FOREACH_SAFE(struct TYPE *" var ", STAILQ_HEAD *" head ,
#. .BI " STAILQ_ENTRY " NAME ", struct TYPE *" temp_var );
#. .BI "STAILQ_FOREACH_FROM_SAFE(struct TYPE *" var ", STAILQ_HEAD *" head ,
@@ -210,7 +210,7 @@ msgstr ""
#. #-#-#-#-# opensuse-tumbleweed: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
#. .BI "STAILQ_FOREACH_FROM(struct TYPE *" var ", STAILQ_HEAD *" head ,
#. .BI " STAILQ_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "STAILQ_FOREACH_SAFE(struct TYPE *" var ", STAILQ_HEAD *" head ,
#. .BI " STAILQ_ENTRY " NAME ", struct TYPE *" temp_var );
#. .BI "STAILQ_FOREACH_FROM_SAFE(struct TYPE *" var ", STAILQ_HEAD *" head ,
@@ -405,7 +405,7 @@ msgstr ""
#. If the tail queue is empty the return value is NULL .
#. type: Plain text
#. #-#-#-#-# debian-unstable: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR STAILQ_LAST ()
#. returns the last item on the tail queue.
#. If the tail queue is empty the return value is NULL .
@@ -435,7 +435,7 @@ msgstr ""
#. If the tail queue is empty the return value is NULL .
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR STAILQ_LAST ()
#. returns the last item on the tail queue.
#. If the tail queue is empty the return value is NULL .
@@ -534,7 +534,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# debian-unstable: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR STAILQ_FOREACH_FROM ()
#. behaves identically to
#. .BR STAILQ_FOREACH ()
@@ -546,7 +546,7 @@ msgstr ""
#. .I var
#. instead of the first element in the STAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR STAILQ_FOREACH_SAFE ()
#. traverses the tail queue referenced by
#. .I head
@@ -559,7 +559,7 @@ msgstr ""
#. .I var
#. as well as free it from within the loop safely without interfering with the
#. traversal.
-#. .PP
+#. .P
#. .BR STAILQ_FOREACH_FROM_SAFE ()
#. behaves identically to
#. .BR STAILQ_FOREACH_SAFE ()
@@ -729,7 +729,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR STAILQ_FOREACH_FROM ()
#. behaves identically to
#. .BR STAILQ_FOREACH ()
@@ -741,7 +741,7 @@ msgstr ""
#. .I var
#. instead of the first element in the STAILQ referenced by
#. .IR head .
-#. .PP
+#. .P
#. .BR STAILQ_FOREACH_SAFE ()
#. traverses the tail queue referenced by
#. .I head
@@ -754,7 +754,7 @@ msgstr ""
#. .I var
#. as well as free it from within the loop safely without interfering with the
#. traversal.
-#. .PP
+#. .P
#. .BR STAILQ_FOREACH_FROM_SAFE ()
#. behaves identically to
#. .BR STAILQ_FOREACH_SAFE ()
@@ -808,7 +808,7 @@ msgstr ""
#. this macro does not traverse the entire tail queue.
#. type: Plain text
#. #-#-#-#-# debian-unstable: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR STAILQ_REMOVE_AFTER ()
#. removes the element after
#. .I elm
@@ -858,7 +858,7 @@ msgstr ""
#. this macro does not traverse the entire tail queue.
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR STAILQ_REMOVE_AFTER ()
#. removes the element after
#. .I elm
@@ -900,7 +900,7 @@ msgstr ""
#. .IR head2 .
#. type: Plain text
#. #-#-#-#-# debian-unstable: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR STAILQ_SWAP ()
#. swaps the contents of
#. .I head1
@@ -940,7 +940,7 @@ msgstr ""
#. .IR head2 .
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: stailq.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR STAILQ_SWAP ()
#. swaps the contents of
#. .I head1
@@ -1277,15 +1277,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
@@ -1299,3 +1305,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""