summaryrefslogtreecommitdiffstats
path: root/templates/man3/strerror.3.pot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/man3/strerror.3.pot')
-rw-r--r--templates/man3/strerror.3.pot57
1 files changed, 37 insertions, 20 deletions
diff --git a/templates/man3/strerror.3.pot b/templates/man3/strerror.3.pot
index 8abfebfb..fd6313db 100644
--- a/templates/man3/strerror.3.pot
+++ b/templates/man3/strerror.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:24+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 "strerror"
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
@@ -156,7 +156,8 @@ msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The B<strerror>() function returns a pointer to a string that describes the "
"error code passed in the argument I<errnum>, possibly using the "
@@ -180,7 +181,8 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The B<strerrorname_np>() function returns a pointer to a string containing "
"the name of the error code passed in the argument I<errnum>. For example, "
@@ -197,7 +199,8 @@ msgid "strerror_r()"
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"B<strerror_r>() is like B<strerror>(), but might use the supplied buffer "
"I<buf> instead of allocating one internally. This function is available in "
@@ -433,7 +436,8 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Before glibc 2.32, B<strerror>() is not MT-Safe."
msgstr ""
@@ -559,7 +563,8 @@ msgid "SEE ALSO"
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"B<err>(3), B<errno>(3), B<error>(3), B<perror>(3), B<strsignal>(3), "
"B<locale>(7), B<signal-safety>(7)"
@@ -578,7 +583,7 @@ msgid "Linux man-pages 6.03"
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The B<strerror>() function returns a pointer to a string that describes the "
"error code passed in the argument I<errnum>, possibly using the "
@@ -591,7 +596,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The B<strerrorname_np>() function returns a pointer to a string containing "
"the name of the error code passed in the argument I<errnum>. For example, "
@@ -600,7 +605,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The B<strerror_r>() function is similar to B<strerror>(), but is thread "
"safe. This function is available in two versions: an XSI-compliant version "
@@ -632,7 +637,7 @@ msgid ""
msgstr ""
#. type: tbl table
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "MT-Unsafe race:strerror"
msgstr ""
@@ -661,7 +666,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The GNU C Library uses a buffer of 1024 characters for B<strerror>(). This "
"buffer size therefore should be sufficient to avoid an B<ERANGE> error when "
@@ -669,22 +674,28 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"B<err>(3), B<errno>(3), B<error>(3), B<perror>(3), B<strsignal>(3), "
"B<locale>(7)"
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "2023-07-20"
+msgid "2023-10-31"
+msgstr ""
+
+#. type: TH
+#: fedora-40 mageia-cauldron
+#, no-wrap
+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
@@ -698,3 +709,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""