summaryrefslogtreecommitdiffstats
path: root/po/ru/man3/getfsent.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru/man3/getfsent.3.po')
-rw-r--r--po/ru/man3/getfsent.3.po512
1 files changed, 512 insertions, 0 deletions
diff --git a/po/ru/man3/getfsent.3.po b/po/ru/man3/getfsent.3.po
new file mode 100644
index 00000000..2e92469e
--- /dev/null
+++ b/po/ru/man3/getfsent.3.po
@@ -0,0 +1,512 @@
+# 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 "B<getfsent>(),\n"
+msgid "getfsent"
+msgstr "B<getfsent>(),\n"
+
+#. 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 ""
+"getfsent, getfsspec, getfsfile, setfsent, endfsent - handle fstab entries"
+msgstr ""
+"getfsent, getfsspec, getfsfile, setfsent, endfsent - для работы с записями "
+"fstab"
+
+#. 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
+#, fuzzy, no-wrap
+#| msgid "B<#include E<lt>fstab.hE<gt>>"
+msgid "B<#include E<lt>fstab.hE<gt>>\n"
+msgstr "B<#include E<lt>fstab.hE<gt>>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int setfsent(void);>\n"
+"B<struct fstab *getfsent(void);>\n"
+"B<void endfsent(void);>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<struct fstab *getfsspec(const char *>I<special_file>B<);>"
+msgid ""
+"B<struct fstab *getfsfile(const char *>I<mount_point>B<);>\n"
+"B<struct fstab *getfsspec(const char *>I<special_file>B<);>\n"
+msgstr "B<struct fstab *getfsspec(const char *>I<special_file>B<);>"
+
+#. 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 ""
+"These functions read from the file I</etc/fstab>. The I<struct fstab> is "
+"defined by:"
+msgstr ""
+"Эти функции читают файл I</etc/fstab>. Структура I<struct fstab> определена "
+"следующим образом:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "struct fstab {\n"
+#| " char *fs_spec; /* block device name */\n"
+#| " char *fs_file; /* mount point */\n"
+#| " char *fs_vfstype; /* file-system type */\n"
+#| " char *fs_mntops; /* mount options */\n"
+#| " const char *fs_type; /* rw/rq/ro/sw/xx option */\n"
+#| " int fs_freq; /* dump frequency, in days */\n"
+#| " int fs_passno; /* pass number on parallel dump */\n"
+#| "};\n"
+msgid ""
+"struct fstab {\n"
+" char *fs_spec; /* block device name */\n"
+" char *fs_file; /* mount point */\n"
+" char *fs_vfstype; /* filesystem type */\n"
+" char *fs_mntops; /* mount options */\n"
+" const char *fs_type; /* rw/rq/ro/sw/xx option */\n"
+" int fs_freq; /* dump frequency, in days */\n"
+" int fs_passno; /* pass number on parallel dump */\n"
+"};\n"
+msgstr ""
+"struct fstab {\n"
+" char *fs_spec; /* имя блочного устройства */\n"
+" char *fs_file; /* точка монтирования */\n"
+" char *fs_vfstype; /* тип файловой системы */\n"
+" char *fs_mntops; /* параметры монтирования */\n"
+" const char *fs_type; /* параметр rw/rq/ro/sw/xx */\n"
+" int fs_freq; /* периодичность запуска dump, в днях */\n"
+" int fs_passno; /* номер прохода при параллельном dump */\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Here the field I<fs_type> contains (on a *BSD system) one of the five "
+"strings \"rw\", \"rq\", \"ro\", \"sw\", \"xx\" (read-write, read-write with "
+"quota, read-only, swap, ignore)."
+msgstr ""
+"Здесь поле I<fs_type> содержит (в системах *BSD) одну из пяти строк: «rw», "
+"«rq», «ro», «sw», «xx» (чтение-запись, чтение-запись с квотами, только-"
+"чтение, подкачка, игнорировать)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The function B<setfsent>() opens the file when required and positions it at "
+"the first line."
+msgstr ""
+"Функция B<setfsent>() открывает файл при необходимости и устанавливает "
+"указатель на первую строку."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The function B<getfsent>() parses the next line from the file. (After "
+"opening it when required.)"
+msgstr ""
+"Функция B<getfsent>() обрабатывает следующую строку из файла (открыв файл, "
+"если требуется)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The function B<endfsent>() closes the file when required."
+msgstr "Функция B<endfsent>() закрывает файл, если требуется."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The function B<getfsspec>() searches the file from the start and returns "
+"the first entry found for which the I<fs_spec> field matches the "
+"I<special_file> argument."
+msgstr ""
+"Функция B<getfsspec>() ищет с начала файла запись, для которой поле "
+"I<fs_spec> соответствует аргументу I<special_file> и возвращает её."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The function B<getfsfile>() searches the file from the start and returns "
+"the first entry found for which the I<fs_file> field matches the "
+"I<mount_point> argument."
+msgstr ""
+"Функция B<getfsfile>() ищет с начала файла запись, для которой поле "
+"I<fs_file> соответствует аргументу I<mount_point> и возвращает её."
+
+#. 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 "ВОЗВРАЩАЕМОЕ ЗНАЧЕНИЕ"
+
+#. #-#-#-#-# archlinux: getfsent.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. type: Plain text
+#. #-#-#-#-# debian-bookworm: getfsent.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. .SH HISTORY
+#. The
+#. .BR getfsent ()
+#. function appeared in 4.0BSD; the other four functions appeared in 4.3BSD.
+#. type: Plain text
+#. #-#-#-#-# debian-unstable: getfsent.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. type: Plain text
+#. #-#-#-#-# fedora-40: getfsent.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. type: Plain text
+#. #-#-#-#-# fedora-rawhide: getfsent.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. type: Plain text
+#. #-#-#-#-# mageia-cauldron: getfsent.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. type: Plain text
+#. #-#-#-#-# opensuse-leap-15-6: getfsent.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. type: Plain text
+#. #-#-#-#-# opensuse-tumbleweed: getfsent.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Upon success, the functions B<getfsent>(), B<getfsfile>(), and "
+"B<getfsspec>() return a pointer to a I<struct fstab>, while B<setfsent>() "
+"returns 1. Upon failure or end-of-file, these functions return NULL and 0, "
+"respectively."
+msgstr ""
+"При успешном выполнении функции B<getfsent>(), B<getfsfile>() и "
+"B<getfsspec>() возвращают указатель на структуру I<struct fstab>, а "
+"B<setfsent>() возвращает 1. При ошибке или обнаружении конца файла эти "
+"функции возвращают, соответственно, NULL или 0."
+
+#. 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
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<setgrent>(),\n"
+#| "B<endgrent>()"
+msgid ""
+"B<endfsent>(),\n"
+"B<setfsent>()"
+msgstr ""
+"B<setgrent>(),\n"
+"B<endgrent>()"
+
+#. 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-Unsafe race:fsent"
+msgstr "MT-Unsafe race:fsent"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<getservent_r>(),\n"
+#| "B<getservbyname_r>(),\n"
+#| "B<getservbyport_r>()"
+msgid ""
+"B<getfsent>(),\n"
+"B<getfsspec>(),\n"
+"B<getfsfile>()"
+msgstr ""
+"B<getservent_r>(),\n"
+"B<getservbyname_r>(),\n"
+"B<getservbyport_r>()"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Unsafe race:fsent locale"
+msgstr "MT-Unsafe race:fsent locale"
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "ВЕРСИИ"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "These functions are not in POSIX.1. Several operating systems have them, "
+#| "for example, *BSD, SunOS, Digital UNIX, AIX (which also has a "
+#| "B<getfstype>()). HP-UX has functions of the same names, that however use "
+#| "a I<struct checklist> instead of a I<struct fstab>, and calls these "
+#| "functions obsolete, superseded by B<getmntent>(3)."
+msgid ""
+"Several operating systems have these functions, for example, *BSD, SunOS, "
+"Digital UNIX, AIX (which also has a B<getfstype>()). HP-UX has functions of "
+"the same names, that however use a I<struct checklist> instead of a I<struct "
+"fstab>, and calls these functions obsolete, superseded by B<getmntent>(3)."
+msgstr ""
+"Эти функции не включены в POSIX.1. Они имеются в некоторых операционных "
+"системах, например *BSD, SunOS, Digital UNIX, AIX (в котором также есть "
+"B<getfstype>()). В HP-UX есть функции с тем же именем, но вместо структуры "
+"I<struct fstab> они используют структуру I<struct checklist>, и вызовы этих "
+"функций устарели, они заменены на B<getmntent>(3)."
+
+#. 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
+#, fuzzy
+#| msgid "None"
+msgid "None."
+msgstr "None"
+
+#. 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
+msgid ""
+"The B<getfsent>() function appeared in 4.0BSD; the other four functions "
+"appeared in 4.3BSD."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "ЗАМЕЧАНИЯ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "These functions are not thread-safe."
+msgstr "Эти функции нельзя использовать в нескольких нитях одновременно."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Since Linux allows mounting a block special device in several places, and "
+"since several devices can have the same mount point, where the last device "
+"with a given mount point is the interesting one, while B<getfsfile>() and "
+"B<getfsspec>() only return the first occurrence, these two functions are "
+"not suitable for use under Linux."
+msgstr ""
+"Так как Linux позволяет монтировать специальное блочное устройство в "
+"несколько разных точек, а также так как несколько устройств могут иметь одну "
+"точку монтирования, то неясно, будет ли результат (первая запись), "
+"возвращенный функциями B<getfsfile>() и B<getfsspec>() именно тем, что и "
+"ожидался. Поэтому эти две функции не подходят для использования под Linux."
+
+#. 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<getmntent>(3), B<fstab>(5)"
+msgstr "B<getmntent>(3), B<fstab>(5)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-12-15"
+msgstr "15 декабря 2022 г."
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"These functions are not in POSIX.1. Several operating systems have them, "
+"for example, *BSD, SunOS, Digital UNIX, AIX (which also has a "
+"B<getfstype>()). HP-UX has functions of the same names, that however use a "
+"I<struct checklist> instead of a I<struct fstab>, and calls these functions "
+"obsolete, superseded by B<getmntent>(3)."
+msgstr ""
+"Эти функции не включены в POSIX.1. Они имеются в некоторых операционных "
+"системах, например *BSD, SunOS, Digital UNIX, AIX (в котором также есть "
+"B<getfstype>()). В HP-UX есть функции с тем же именем, но вместо структуры "
+"I<struct fstab> они используют структуру I<struct checklist>, и вызовы этих "
+"функций устарели, они заменены на B<getmntent>(3)."
+
+#. 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"