summaryrefslogtreecommitdiffstats
path: root/po/ru/man3/getline.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru/man3/getline.3.po')
-rw-r--r--po/ru/man3/getline.3.po596
1 files changed, 596 insertions, 0 deletions
diff --git a/po/ru/man3/getline.3.po b/po/ru/man3/getline.3.po
new file mode 100644
index 00000000..9fa24cd0
--- /dev/null
+++ b/po/ru/man3/getline.3.po
@@ -0,0 +1,596 @@
+# Russian translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Azamat Hackimov <azamat.hackimov@gmail.com>, 2013-2014, 2017.
+# Dmitry Bolkhovskikh <d20052005@yandex.ru>, 2017.
+# Vladislav <ivladislavefimov@gmail.com>, 2015.
+# Yuri Kozlov <yuray@komyakino.ru>, 2011-2019.
+# Иван Павлов <pavia00@gmail.com>, 2017, 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:57+0100\n"
+"PO-Revision-Date: 2019-10-05 08:06+0300\n"
+"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
+"Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
+"(n%100>=11 && n%100<=14)? 2 : 3);\n"
+"X-Generator: Lokalize 2.0\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "Newline."
+msgid "getline"
+msgstr "Новая строка"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 октября 2023 г."
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "ИМЯ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "getline, getdelim - delimited string input"
+msgstr "getline, getdelim - разделяет входные данные на строки"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "СИНТАКСИС"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>stdio.hE<gt>>\n"
+msgstr "B<#include E<lt>stdio.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<ssize_t getline(char **restrict >I<lineptr>B<, size_t *restrict >I<n>B<,>\n"
+"B< FILE *restrict >I<stream>B<);>\n"
+"B<ssize_t getdelim(char **restrict >I<lineptr>B<, size_t *restrict >I<n>B<,>\n"
+"B< int >I<delim>B<, FILE *restrict >I<stream>B<);>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgstr ""
+"Требования макроса тестирования свойств для glibc (см. "
+"B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<getline>(), B<getdelim>():"
+msgstr "B<getline>(), B<getdelim>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" Since glibc 2.10:\n"
+" _POSIX_C_SOURCE E<gt>= 200809L\n"
+" Before glibc 2.10:\n"
+" _GNU_SOURCE\n"
+msgstr ""
+" Начиная с glibc 2.10:\n"
+" _POSIX_C_SOURCE E<gt>= 200809L\n"
+" До glibc 2.10:\n"
+" _BSD_SOURCE\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "ОПИСАНИЕ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<getline>() reads an entire line from I<stream>, storing the address of "
+"the buffer containing the text into I<*lineptr>. The buffer is null-"
+"terminated and includes the newline character, if one was found."
+msgstr ""
+"Функция B<getline>() считывает целую строку из I<stream>, сохраняет адрес "
+"буфера с текстом в I<*lineptr>. Буфер завершается null и включает символ "
+"новой строки, если был найден разделитель для новой строки."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "If I<*lineptr> is set to NULL and I<*n> is set 0 before the call, then "
+#| "B<getline>() will allocate a buffer for storing the line. This buffer "
+#| "should be freed by the user program even if B<getline>() failed."
+msgid ""
+"If I<*lineptr> is set to NULL before the call, then B<getline>() will "
+"allocate a buffer for storing the line. This buffer should be freed by the "
+"user program even if B<getline>() failed."
+msgstr ""
+"Если I<*lineptr> равно NULL и I<*n> равно 0 перед вызовом, то B<getline>() "
+"выделит буфер для хранения строки. Этот буфер должен быть высвобожден "
+"программой пользователя, даже если B<getline>() завершилась с ошибкой."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Alternatively, before calling B<getline>(), I<*lineptr> can contain a "
+"pointer to a B<malloc>(3)-allocated buffer I<*n> bytes in size. If the "
+"buffer is not large enough to hold the line, B<getline>() resizes it with "
+"B<realloc>(3), updating I<*lineptr> and I<*n> as necessary."
+msgstr ""
+"Как альтернатива, перед вызовом B<getline>(), I<*lineptr> может содержать "
+"указатель на буфер, выделенный с помощью B<malloc>(3) размером I<*n> байтов. "
+"Если буфер недостаточно велик для размещения строки, то B<getline>() "
+"изменяет размер буфера с помощью B<realloc>(3), обновляя I<*lineptr> и I<*n> "
+"при необходимости."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"In either case, on a successful call, I<*lineptr> and I<*n> will be updated "
+"to reflect the buffer address and allocated size respectively."
+msgstr ""
+"В любом случае при успешном выполнении вызова I<*lineptr> и I<*n> будут "
+"содержать правильный адрес буфера и его размер, соответственно."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<getdelim>() works like B<getline>(), except that a line delimiter other "
+"than newline can be specified as the I<delimiter> argument. As with "
+"B<getline>(), a delimiter character is not added if one was not present in "
+"the input before end of file was reached."
+msgstr ""
+"Функция B<getdelim>() работает аналогично B<getline>(), за исключением того, "
+"что в аргументе I<delimiter> можно задать разделитель строки, отличный от "
+"символа новой строки. Как и с B<getline>(), символ-разделитель не "
+"добавляется, если его было в входных данных до конца файла."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "ВОЗВРАЩАЕМОЕ ЗНАЧЕНИЕ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success, B<getline>() and B<getdelim>() return the number of "
+#| "characters read, including the delimiter character, but not including the "
+#| "terminating null byte (\\(aq\\e0\\(aq). This value can be used to handle "
+#| "embedded null bytes in the line read."
+msgid ""
+"On success, B<getline>() and B<getdelim>() return the number of characters "
+"read, including the delimiter character, but not including the terminating "
+"null byte (\\[aq]\\e0\\[aq]). This value can be used to handle embedded "
+"null bytes in the line read."
+msgstr ""
+"При успешном выполнении B<getline>() и B<getdelim>() возвращают количество "
+"считанных символов, включая символ разделителя, но не включая завершающий "
+"байт null (\\(aq\\e0\\(aq). Это значение может использоваться для обработки "
+"встроенных байтов null при чтении строки."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Both functions return -1 on failure to read a line (including end-of-file "
+#| "condition). In the event of an error, I<errno> is set to indicate the "
+#| "cause."
+msgid ""
+"Both functions return -1 on failure to read a line (including end-of-file "
+"condition). In the event of a failure, I<errno> is set to indicate the "
+"error."
+msgstr ""
+"Обе функции возвращают -1 при ошибках чтения строки (включая условие "
+"достижения конца файла). При возникновении ошибки в I<errno> сохраняется её "
+"значение."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "If I<*lineptr> is set to NULL and I<*n> is set 0 before the call, then "
+#| "B<getline>() will allocate a buffer for storing the line. This buffer "
+#| "should be freed by the user program even if B<getline>() failed."
+msgid ""
+"If I<*lineptr> was set to NULL before the call, then the buffer should be "
+"freed by the user program even on failure."
+msgstr ""
+"Если I<*lineptr> равно NULL и I<*n> равно 0 перед вызовом, то B<getline>() "
+"выделит буфер для хранения строки. Этот буфер должен быть высвобожден "
+"программой пользователя, даже если B<getline>() завершилась с ошибкой."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "ОШИБКИ"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Bad arguments (I<n> or I<lineptr> is NULL, or I<stream> is not valid)."
+msgstr ""
+"Некорректные параметры (I<n> или I<lineptr> равно NULL или неправильное "
+"значение I<stream>)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOMEM>"
+msgstr "B<ENOMEM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Allocation or reallocation of the line buffer failed."
+msgstr "Не удалось выделить или переместить строчный буфер."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr "АТРИБУТЫ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For an explanation of the terms used in this section, see B<attributes>(7)."
+msgstr "Описание терминов данного раздела смотрите в B<attributes>(7)."
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Interface"
+msgstr "Интерфейс"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Attribute"
+msgstr "Атрибут"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Value"
+msgstr "Значение"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".na\n"
+msgstr ".na\n"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".nh\n"
+msgstr ".nh\n"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<getline>(),\n"
+"B<getdelim>()"
+msgstr ""
+"B<getline>(),\n"
+"B<getdelim>()"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Thread safety"
+msgstr "Безвредность в нитях"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe"
+msgstr "MT-Safe"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "СТАНДАРТЫ"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "ИСТОРИЯ"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "POSIX.1-2008."
+msgid "GNU, POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "ПРИМЕРЫ"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"#define _GNU_SOURCE\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"\\&\n"
+"int\n"
+"main(int argc, char *argv[])\n"
+"{\n"
+" FILE *stream;\n"
+" char *line = NULL;\n"
+" size_t len = 0;\n"
+" ssize_t nread;\n"
+"\\&\n"
+" if (argc != 2) {\n"
+" fprintf(stderr, \"Usage: %s E<lt>fileE<gt>\\en\", argv[0]);\n"
+" exit(EXIT_FAILURE);\n"
+" }\n"
+"\\&\n"
+" stream = fopen(argv[1], \"r\");\n"
+" if (stream == NULL) {\n"
+" perror(\"fopen\");\n"
+" exit(EXIT_FAILURE);\n"
+" }\n"
+"\\&\n"
+" while ((nread = getline(&line, &len, stream)) != -1) {\n"
+" printf(\"Retrieved line of length %zd:\\en\", nread);\n"
+" fwrite(line, nread, 1, stdout);\n"
+" }\n"
+"\\&\n"
+" free(line);\n"
+" fclose(stream);\n"
+" exit(EXIT_SUCCESS);\n"
+"}\n"
+msgstr ""
+
+#. SRC END
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "СМ. ТАКЖЕ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<read>(2), B<fgets>(3), B<fopen>(3), B<fread>(3), B<scanf>(3)"
+msgstr "B<read>(2), B<fgets>(3), B<fopen>(3), B<fread>(3), B<scanf>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 февраля 2023 г."
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"Both B<getline>() and B<getdelim>() were originally GNU extensions. They "
+"were standardized in POSIX.1-2008."
+msgstr ""
+"Изначально, функции B<getline>() и B<getdelim>() были расширениями GNU. "
+"Позднее они были стандартизированы в POSIX.1-2008."
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"#define _GNU_SOURCE\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+msgstr ""
+"#define _GNU_SOURCE\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"int\n"
+"main(int argc, char *argv[])\n"
+"{\n"
+" FILE *stream;\n"
+" char *line = NULL;\n"
+" size_t len = 0;\n"
+" ssize_t nread;\n"
+msgstr ""
+"int\n"
+"main(int argc, char *argv[])\n"
+"{\n"
+" FILE *stream;\n"
+" char *line = NULL;\n"
+" size_t len = 0;\n"
+" ssize_t nread;\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" if (argc != 2) {\n"
+" fprintf(stderr, \"Usage: %s E<lt>fileE<gt>\\en\", argv[0]);\n"
+" exit(EXIT_FAILURE);\n"
+" }\n"
+msgstr ""
+" if (argc != 2) {\n"
+" fprintf(stderr, \"Использование: %s E<lt>файлE<gt>\\en\", argv[0]);\n"
+" exit(EXIT_FAILURE);\n"
+" }\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" stream = fopen(argv[1], \"r\");\n"
+" if (stream == NULL) {\n"
+" perror(\"fopen\");\n"
+" exit(EXIT_FAILURE);\n"
+" }\n"
+msgstr ""
+" stream = fopen(argv[1], \"r\");\n"
+" if (stream == NULL) {\n"
+" perror(\"fopen\");\n"
+" exit(EXIT_FAILURE);\n"
+" }\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid ""
+#| " while ((nread = getline(&line, &len, stream)) != -1) {\n"
+#| " printf(\"Retrieved line of length %zu:\\en\", nread);\n"
+#| " fwrite(line, nread, 1, stdout);\n"
+#| " }\n"
+msgid ""
+" while ((nread = getline(&line, &len, stream)) != -1) {\n"
+" printf(\"Retrieved line of length %zd:\\en\", nread);\n"
+" fwrite(line, nread, 1, stdout);\n"
+" }\n"
+msgstr ""
+" while ((nread = getline(&line, &len, stream)) != -1) {\n"
+" printf(\"Retrieved line of length %zu:\\en\", nread);\n"
+" fwrite(line, nread, 1, stdout);\n"
+" }\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" free(line);\n"
+" fclose(stream);\n"
+" exit(EXIT_SUCCESS);\n"
+"}\n"
+msgstr ""
+" free(line);\n"
+" fclose(stream);\n"
+" exit(EXIT_SUCCESS);\n"
+"}\n"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-20"
+msgstr "20 июля 2023 г."
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 марта 2023 г."
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"