summaryrefslogtreecommitdiffstats
path: root/templates/man3/slist.3.pot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/man3/slist.3.pot')
-rw-r--r--templates/man3/slist.3.pot60
1 files changed, 38 insertions, 22 deletions
diff --git a/templates/man3/slist.3.pot b/templates/man3/slist.3.pot
index 9c60f6fc..65683a32 100644
--- a/templates/man3/slist.3.pot
+++ b/templates/man3/slist.3.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-01 17:08+0100\n"
+"POT-Creation-Date: 2024-06-01 06:22+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 "SLIST"
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
@@ -149,7 +149,7 @@ msgstr ""
#. #-#-#-#-# debian-unstable: slist.3.pot (PACKAGE VERSION) #-#-#-#-#
#. .BI "SLIST_FOREACH_FROM(struct TYPE *" var ", SLIST_HEAD *" head ,
#. .BI " SLIST_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "SLIST_FOREACH_SAFE(struct TYPE *" var ", SLIST_HEAD *" head ,
#. .BI " SLIST_ENTRY " NAME ", struct TYPE *" temp_var );
#. .BI "SLIST_FOREACH_FROM_SAFE(struct TYPE *" var ", SLIST_HEAD *" head ,
@@ -194,7 +194,7 @@ msgstr ""
#. #-#-#-#-# opensuse-tumbleweed: slist.3.pot (PACKAGE VERSION) #-#-#-#-#
#. .BI "SLIST_FOREACH_FROM(struct TYPE *" var ", SLIST_HEAD *" head ,
#. .BI " SLIST_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "SLIST_FOREACH_SAFE(struct TYPE *" var ", SLIST_HEAD *" head ,
#. .BI " SLIST_ENTRY " NAME ", struct TYPE *" temp_var );
#. .BI "SLIST_FOREACH_FROM_SAFE(struct TYPE *" var ", SLIST_HEAD *" head ,
@@ -223,7 +223,7 @@ msgstr ""
#. #-#-#-#-# debian-unstable: slist.3.pot (PACKAGE VERSION) #-#-#-#-#
#. .BI "void SLIST_REMOVE_AFTER(struct TYPE *" elm ,
#. .BI " SLIST_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "void SLIST_SWAP(SLIST_HEAD *" head1 ", SLIST_HEAD *" head2 ,
#. .BI " SLIST_ENTRY " NAME );
#. type: Plain text
@@ -258,7 +258,7 @@ msgstr ""
#. #-#-#-#-# opensuse-tumbleweed: slist.3.pot (PACKAGE VERSION) #-#-#-#-#
#. .BI "void SLIST_REMOVE_AFTER(struct TYPE *" elm ,
#. .BI " SLIST_ENTRY " NAME );
-#. .PP
+#. .P
#. .BI "void SLIST_SWAP(SLIST_HEAD *" head1 ", SLIST_HEAD *" head2 ,
#. .BI " SLIST_ENTRY " NAME );
#. type: Plain text
@@ -280,9 +280,8 @@ msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "These macros define and operate on doubly linked lists."
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid "These macros define and operate on singly linked lists."
msgstr ""
#. type: Plain text
@@ -496,7 +495,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# debian-unstable: slist.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR SLIST_FOREACH_FROM ()
#. behaves identically to
#. .BR SLIST_FOREACH ()
@@ -521,7 +520,7 @@ msgstr ""
#. .I var
#. as well as free it from within the loop safely without interfering with the
#. traversal.
-#. .PP
+#. .P
#. .BR SLIST_FOREACH_FROM_SAFE ()
#. behaves identically to
#. .BR SLIST_FOREACH_SAFE ()
@@ -691,7 +690,7 @@ msgstr ""
#. .IR head .
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: slist.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR SLIST_FOREACH_FROM ()
#. behaves identically to
#. .BR SLIST_FOREACH ()
@@ -716,7 +715,7 @@ msgstr ""
#. .I var
#. as well as free it from within the loop safely without interfering with the
#. traversal.
-#. .PP
+#. .P
#. .BR SLIST_FOREACH_FROM_SAFE ()
#. behaves identically to
#. .BR SLIST_FOREACH_SAFE ()
@@ -782,7 +781,7 @@ msgstr ""
#. .IR head2 .
#. type: Plain text
#. #-#-#-#-# debian-unstable: slist.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR SLIST_REMOVE_AFTER ()
#. removes the element after
#. .I elm
@@ -862,7 +861,7 @@ msgstr ""
#. .IR head2 .
#. type: Plain text
#. #-#-#-#-# opensuse-tumbleweed: slist.3.pot (PACKAGE VERSION) #-#-#-#-#
-#. .PP
+#. .P
#. .BR SLIST_REMOVE_AFTER ()
#. removes the element after
#. .I elm
@@ -1055,6 +1054,11 @@ msgid "Linux man-pages 6.03"
msgstr ""
#. type: Plain text
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+msgid "These macros define and operate on doubly linked lists."
+msgstr ""
+
+#. type: Plain text
#: debian-bookworm
msgid ""
"Not in POSIX.1, POSIX.1-2001, or POSIX.1-2008. Present on the BSDs (SLIST "
@@ -1179,15 +1183,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
@@ -1201,3 +1211,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""