summaryrefslogtreecommitdiffstats
path: root/templates/man3/mbsrtowcs.3.pot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/man3/mbsrtowcs.3.pot')
-rw-r--r--templates/man3/mbsrtowcs.3.pot87
1 files changed, 61 insertions, 26 deletions
diff --git a/templates/man3/mbsrtowcs.3.pot b/templates/man3/mbsrtowcs.3.pot
index ee710418..a1b863be 100644
--- a/templates/man3/mbsrtowcs.3.pot
+++ b/templates/man3/mbsrtowcs.3.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-01 17:01+0100\n"
+"POT-Creation-Date: 2024-06-01 06:02+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 "mbsrtowcs"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
-msgid "2023-11-19"
+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
@@ -43,7 +43,8 @@ msgid "NAME"
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"mbsrtowcs - convert a multibyte string to a wide-character string "
"(restartable)"
@@ -77,10 +78,11 @@ msgid "B<#include E<lt>wchar.hE<gt>>\n"
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid ""
-"B<size_t mbsrtowcs(wchar_t >I<dest>B<[restrict .>I<dsize>B<], const char **restrict >I<src>B<,>\n"
+"B<size_t mbsrtowcs(wchar_t >I<dest>B<[restrict .>I<dsize>B<],>\n"
+"B< const char **restrict >I<src>B<,>\n"
"B< size_t >I<dsize>B<, mbstate_t *restrict >I<ps>B<);>\n"
msgstr ""
@@ -92,7 +94,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 ""
"If I<dest> is not NULL, convert the multibyte string I<*src> to a wide-"
"character string starting at I<dest>. At most I<dsize> wide characters are "
@@ -120,7 +123,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 ""
"I<dsize> non-L\\[aq]\\e0\\[aq] wide characters have been stored at I<dest>. "
"In this case, I<*src> is left pointing to the next multibyte sequence to be "
@@ -139,7 +143,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 ""
"If I<dest> is NULL, I<dsize> is ignored, and the conversion proceeds as "
"above, except that the converted wide characters are not written out to "
@@ -155,21 +160,24 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"In order to avoid the case 2 above, the programmer should make sure I<dsize> "
"is greater than or equal to I<mbsrtowcs(NULL,src,0,ps)+1>."
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The programmer must ensure that there is room for at least I<dsize> wide "
"characters at I<dest>."
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "This function is a restartable version of B<mbstowcs>(3)."
msgstr ""
@@ -181,7 +189,8 @@ msgid "RETURN VALUE"
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The number of wide characters that make up the converted part of the wide-"
"character string, not including the terminating null wide character. If an "
@@ -333,12 +342,12 @@ 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 "mbsrtowcs - convert a multibyte string to a wide-character string"
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid ""
"B<size_t mbsrtowcs(wchar_t >I<dest>B<[restrict .>I<len>B<], const char **restrict >I<src>B<,>\n"
@@ -346,7 +355,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"If I<dest> is not NULL, the B<mbsrtowcs>() function converts the multibyte "
"string I<*src> to a wide-character string starting at I<dest>. At most "
@@ -358,7 +367,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"I<len> non-L\\[aq]\\e0\\[aq] wide characters have been stored at I<dest>. "
"In this case, I<*src> is left pointing to the next multibyte sequence to be "
@@ -366,7 +375,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"If I<dest> is NULL, I<len> is ignored, and the conversion proceeds as above, "
"except that the converted wide characters are not written out to memory, and "
@@ -374,14 +383,14 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The programmer must ensure that there is room for at least I<len> wide "
"characters at I<dest>."
msgstr ""
#. type: Plain text
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The B<mbsrtowcs>() function returns the number of wide characters that make "
"up the converted part of the wide-character string, not including the "
@@ -395,15 +404,35 @@ msgid "POSIX.1-2001, POSIX.1-2008, C99."
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "2023-07-20"
+msgid "2023-11-19"
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "Linux man-pages 6.05.01"
+msgid "Linux man-pages 6.06"
+msgstr ""
+
+#. type: Plain text
+#: fedora-40 mageia-cauldron
+#, no-wrap
+msgid ""
+"B<size_t mbsrtowcs(wchar_t >I<dest>B<[restrict .>I<dsize>B<], const char **restrict >I<src>B<,>\n"
+"B< size_t >I<dsize>B<, mbstate_t *restrict >I<ps>B<);>\n"
+msgstr ""
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "2024-02-26"
+msgstr ""
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "Linux man-pages 6.7"
msgstr ""
#. type: TH
@@ -417,3 +446,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""