summaryrefslogtreecommitdiffstats
path: root/po/ru/man7/thread-keyring.7.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru/man7/thread-keyring.7.po')
-rw-r--r--po/ru/man7/thread-keyring.7.po164
1 files changed, 164 insertions, 0 deletions
diff --git a/po/ru/man7/thread-keyring.7.po b/po/ru/man7/thread-keyring.7.po
new file mode 100644
index 00000000..65576263
--- /dev/null
+++ b/po/ru/man7/thread-keyring.7.po
@@ -0,0 +1,164 @@
+# 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>, 2014, 2016-2017.
+# Dmitry Bolkhovskikh <d20052005@yandex.ru>, 2017.
+# 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 17:12+0100\n"
+"PO-Revision-Date: 2019-09-16 18:46+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
+#, no-wrap
+msgid "thread-keyring"
+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 "thread-keyring - per-thread keyring"
+msgstr "thread-keyring - связка ключей нити"
+
+#. 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 ""
+"The thread keyring is a keyring used to anchor keys on behalf of a process. "
+"It is created only when a thread requests it. The thread keyring has the "
+"name (description) I<_tid>."
+msgstr ""
+"Связка ключей нити — это связка ключей, используемая для привязки ключей "
+"нити. Она создаётся только по запросу нити. Связка ключей нити имеет имя "
+"(описание) I<_tid>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A special serial number value, B<KEY_SPEC_THREAD_KEYRING>, is defined that "
+"can be used in lieu of the actual serial number of the calling thread's "
+"thread keyring."
+msgstr ""
+"Существует специальный серийный номер, B<KEY_SPEC_THREAD_KEYRING>, который "
+"можно указывать вместо реального серийного номера связки ключей сеанса "
+"вызывающей нити."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"From the B<keyctl>(1) utility, 'B<@t>' can be used instead of a numeric key "
+"ID in much the same way, but as B<keyctl>(1) is a program run after "
+"forking, this is of no utility."
+msgstr ""
+"В утилите B<keyctl>(1) подобным образом можно использовать «B<@t>» вместо "
+"числового ID ключа, но так как B<keyctl>(1) выполняется после разветвления, "
+"это не используется."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Thread keyrings are not inherited across B<clone>(2) and B<fork>(2) and "
+"are cleared by B<execve>(2). A thread keyring is destroyed when the thread "
+"that refers to it terminates."
+msgstr ""
+"Связка ключей нити не наследуется при B<clone>(2) и B<fork>(2) и очищается "
+"при B<execve>(2). Связка ключей нити уничтожается по завершению ссылающейся "
+"на неё нити."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Initially, a thread does not have a thread keyring. If a thread doesn't "
+"have a thread keyring when it is accessed, then it will be created if it is "
+"to be modified; otherwise the operation fails with the error B<ENOKEY>."
+msgstr ""
+"Первоначально, нить не имеет связки ключей нити. Если нить не имеет связки "
+"ключей нити при обращении, то связка создаётся, если выполняется её "
+"изменение; в противном случает операция завершается ошибкой B<ENOKEY>."
+
+#. 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<keyctl>(1), B<keyctl>(3), B<keyrings>(7), B<persistent-keyring>(7), "
+"B<process-keyring>(7), B<session-keyring>(7), B<user-keyring>(7), B<user-"
+"session-keyring>(7)"
+msgstr ""
+"B<keyctl>(1), B<keyctl>(3), B<keyrings>(7), B<persistent-keyring>(7), "
+"B<process-keyring>(7), B<session-keyring>(7), B<user-keyring>(7), B<user-"
+"session-keyring>(7)"
+
+#. type: TH
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2022-10-30"
+msgstr "30 октября 2022 г."
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. 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 "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"