# Russian translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Azamat Hackimov , 2016. # Konstantin Shvaykovskiy , 2012. # Yuri Kozlov , 2011-2019. # Иван Павлов , 2017. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-01 06:07+0200\n" "PO-Revision-Date: 2019-10-06 09:05+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \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 "openpty" msgstr "" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2 мая 2024 г." #. type: TH #: archlinux debian-unstable #, fuzzy, no-wrap #| msgid "Linux man-pages 6.7" msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.7" #. 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 "openpty, login_tty, forkpty - terminal utility functions" msgstr "openpty, login_tty, forkpty - функции для работы с терминалом" #. 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 "System utilities library (I, I<-lutil>)" 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 Epty.hE>\n" msgstr "B<#include Epty.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "" #| "BIB<, int *>IB<, char *>IB<,>\n" #| "B< const struct termios *>IB<,>\n" #| "B< const struct winsize *>IB<);>\n" msgid "" "BIB<, int *>IB<, char *>IB<,>\n" "B< const struct termios *>IB<,>\n" "B< const struct winsize *>IB<);>\n" "BIB<, char *>IB<,>\n" "B< const struct termios *>IB<,>\n" "B< const struct winsize *>IB<);>\n" msgstr "" "BIB<, int *>IB<, char *>IB<,>\n" "B< const struct termios *>IB<,>\n" "B< const struct winsize *>IB<);>\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<#include Eutmp.hE>\n" msgstr "B<#include Eutmp.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BIB<);>\n" msgstr "BIB<);>\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 "" "The B() function finds an available pseudoterminal and returns " "file descriptors for the master and slave in I and I. If " "I is not NULL, the filename of the slave is returned in I. If " "I is not NULL, the terminal parameters of the slave will be set to " "the values in I. If I is not NULL, the window size of the " "slave will be set to the values in I." msgstr "" "Функция B() ищет доступный псевдотерминал и возвращает файловые " "дескрипторы для его основного и подчинённого устройств в I и " "I. Если I не равно NULL, то имя файла подчинённого устройства " "возвращается в I. Если I не равно NULL, то параметры терминала " "подчинённого устройства будут установлены в значения, указанные в I. " "Если I не равно NULL, то размер окна подчинённого устройства будет " "установлен согласно значениям, указанным в I." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The B() function prepares for a login on the terminal I " #| "(which may be a real terminal device, or the slave of a pseudoterminal as " #| "returned by B()) by creating a new session, making I the " #| "controlling terminal for the calling process, setting I to be the " #| "standard input, output, and error streams of the current process, and " #| "closing I." msgid "" "The B() function prepares for a login on the terminal referred " "to by the file descriptor I (which may be a real terminal device, or the " "slave of a pseudoterminal as returned by B()) by creating a new " "session, making I the controlling terminal for the calling process, " "setting I to be the standard input, output, and error streams of the " "current process, and closing I." msgstr "" "Функция B() подготавливает терминал I (который может быть " "реальным устройством терминала или подчинённым псевдотерминала, возвращаемым " "B()) таким образом, чтобы через него можно было войти в систему; " "для этого создаётся новый сеанс, I делается управляющим терминалом для " "вызывающего процесса (при этом I служит в качестве стандартных ввода, " "вывода и потока ошибок текущего процесса) и закрывает I." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The B() function combines B(), B(2), and " #| "B() to create a new process operating in a pseudoterminal. " #| "The file descriptor of the master side of the pseudoterminal is returned " #| "in I. If I is not NULL, the buffer it points to is used " #| "to return the filename of the slave. The I and I arguments, " #| "if not NULL, will determine the terminal attributes and window size of " #| "the slave side of the pseudoterminal." msgid "" "The B() function combines B(), B(2), and " "B() to create a new process operating in a pseudoterminal. A " "file descriptor referring to master side of the pseudoterminal is returned " "in I. If I is not NULL, the buffer it points to is used to " "return the filename of the slave. The I and I arguments, if " "not NULL, will determine the terminal attributes and window size of the " "slave side of the pseudoterminal." msgstr "" "Функция B() объединяет B(), B(2) и B() " "для создания нового процесса, работающего в псевдотерминале. Файловый " "дескриптор основной стороны псевдотерминала возвращается в I. Если " "I не равно NULL, то указанный в нём буфер используется для возврата " "имени файла подчинённого устройства. Если аргументы I и I не " "равны NULL, то в них задаются атрибуты терминала и размеры окна подчинённой " "стороны псевдотерминала." #. 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 msgid "" "If a call to B(), B(), or B() is not " "successful, -1 is returned and I is set to indicate the error. " "Otherwise, B(), B(), and the child process of " "B() return 0, and the parent process of B() returns the " "process ID of the child process." msgstr "" "Если вызов B(), B() или B() завершается с " "ошибкой, то возвращается -1 и I указывает на тип ошибки. Иначе, " "B(), B() и дочерний процесс B() возвращают 0, и " "родительский процесс B() возвращает ID дочернего процесса." #. 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: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B() fails if:" msgstr "Вызов B() завершается ошибкой если:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "There are no available terminals." msgstr "Нет доступных терминалов." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() fails if B(2) fails to set I to the controlling " "terminal of the calling process." msgstr "" "Завершается ошибкой функция B(), если B(2) не может " "назначить I управляющему терминалу вызываемого процесса." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B() fails if either B() or B(2) fails." msgstr "" "Завершается ошибкой функция B(), если не сработает хотя бы одна из " "функций B() или B(2)." #. 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(7)." msgstr "Описание терминов данного раздела смотрите в B(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(),\n" "B()" msgstr "" "B(),\n" "B()" #. 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 locale" msgstr "MT-Safe locale" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B()" msgstr "B()" #. 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:ttyname" msgstr "MT-Unsafe race:ttyname" #. 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 "BSD." msgstr "BSD." #. 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-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B modifiers were added to the structure pointer arguments of " "B() and B() in glibc 2.8." msgstr "" "Модификаторы B были добавлены в аргументы указателей на структуры " "B() и B() в glibc 2.8." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "In versions of glibc before 2.0.92, B() returns file " #| "descriptors for a BSD pseudoterminal pair; since glibc 2.0.92, it first " #| "attempts to open a UNIX 98 pseudoterminal pair, and falls back to opening " #| "a BSD pseudoterminal pair if that fails." msgid "" "Before glibc 2.0.92, B() returns file descriptors for a BSD " "pseudoterminal pair; since glibc 2.0.92, it first attempts to open a UNIX 98 " "pseudoterminal pair, and falls back to opening a BSD pseudoterminal pair if " "that fails." msgstr "" "В версиях glibc до 2.0.92, B() возвращает файловые дескрипторы для " "псевдотерминальной пары BSD; начиная с glibc 2.0.92, сначала производится " "попытка открыть псевдотерминальную пару UNIX 98, а если это не удаётся, то " "происходит возвращение к открытию псевдотерминальной пары BSD." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BUGS" msgstr "ОШИБКИ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Nobody knows how much space should be reserved for I. So, calling " "B() or B() with non-NULL I may not be secure." msgstr "" "Невозможно определить сколько места должно быть зарезервировано для I. " "Поэтому, вызов B() или B() со значением I не равным " "NULL может быть небезопасен." #. 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(2), B(3), B(7)" msgstr "B(2), B(3), B(7)" #. 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 are BSD functions, present in glibc. They are not standardized in " "POSIX." msgstr "Данные функции BSD есть в glibc. Они не стандартизированы в POSIX." #. type: SH #: debian-bookworm #, no-wrap msgid "NOTES" msgstr "ПРИМЕЧАНИЯ" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 октября 2023 г." #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.06" #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Linux man-pages 6.7" #. 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" #. type: TH #: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "Linux man-pages 6.7" msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages 6.7"