diff options
Diffstat (limited to 'po/ru/man2/ioctl_tty.2.po')
-rw-r--r-- | po/ru/man2/ioctl_tty.2.po | 378 |
1 files changed, 209 insertions, 169 deletions
diff --git a/po/ru/man2/ioctl_tty.2.po b/po/ru/man2/ioctl_tty.2.po index c6100499..76dc198f 100644 --- a/po/ru/man2/ioctl_tty.2.po +++ b/po/ru/man2/ioctl_tty.2.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-03-01 16:59+0100\n" +"POT-Creation-Date: 2024-06-01 05:57+0200\n" "PO-Revision-Date: 2019-10-05 08:17+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n" @@ -16,9 +16,9 @@ msgstr "" "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" +"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 @@ -29,16 +29,17 @@ msgid "ioctl_tty" msgstr "ioctl_tty" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31 октября 2023 г." +msgid "2024-05-02" +msgstr "2 мая 2024 г." #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron -#, no-wrap -msgid "Linux man-pages 6.06" -msgstr "Linux man-pages 6.06" +#: 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 @@ -86,10 +87,10 @@ msgid "" 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<int ioctl(int >I<fd>B<, int >I<cmd>B<, ...);>\n" +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<int ioctl(int >I<fd>B<, int >I<cmd>B<, ...);>\n" +msgid "B<int ioctl(int >I<fd>B<, int >I<op>B<, ...);>\n" msgstr "B<int ioctl(int >I<fd>B<, int >I<cmd>B<, ...);>\n" #. type: SH @@ -100,11 +101,15 @@ msgid "DESCRIPTION" msgstr "ОПИСАНИЕ" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The B<ioctl>(2) call for terminals and serial ports accepts many " +#| "possible command arguments. Most require a third argument, of varying " +#| "type, here called I<argp> or I<arg>." msgid "" "The B<ioctl>(2) call for terminals and serial ports accepts many possible " -"command arguments. Most require a third argument, of varying type, here " +"operation arguments. Most require a third argument, of varying type, here " "called I<argp> or I<arg>." msgstr "" "Вызов B<ioctl>(2) для терминалов и последовательных портов принимает много " @@ -149,7 +154,9 @@ msgstr "B<TCGETS>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<struct termios\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<struct termios\\~*>I<argp>" +msgid "Argument: B<struct termios\\ *>I<argp>" msgstr "Аргумент: B<struct termios\\~*>I<argp>" #. type: Plain text @@ -174,7 +181,9 @@ msgstr "B<TCSETS>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<const struct termios\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<const struct termios\\~*>I<argp>" +msgid "Argument: B<const struct termios\\ *>I<argp>" msgstr "Аргумент: B<const struct termios\\~*>I<argp>" #. type: Plain text @@ -242,7 +251,7 @@ msgstr "" msgid "" "The following four ioctls, added in Linux 2.6.20, are just like B<TCGETS>, " "B<TCSETS>, B<TCSETSW>, B<TCSETSF>, except that they take a I<struct " -"termios2\\~*> instead of a I<struct termios\\~*>. If the structure member " +"termios2\\ *> instead of a I<struct termios\\ *>. If the structure member " "B<c_cflag> contains the flag B<BOTHER>, then the baud rate is stored in the " "structure members B<c_ispeed> and B<c_ospeed> as integer values. These " "ioctls are not supported on all architectures." @@ -293,10 +302,15 @@ msgstr "TCSETSF2" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The following four ioctls are just like B<TCGETS>, B<TCSETS>, B<TCSETSW>, " +#| "B<TCSETSF>, except that they take a I<struct termio\\~*> instead of a " +#| "I<struct termios\\~*>." msgid "" "The following four ioctls are just like B<TCGETS>, B<TCSETS>, B<TCSETSW>, " -"B<TCSETSF>, except that they take a I<struct termio\\~*> instead of a " -"I<struct termios\\~*>." +"B<TCSETSF>, except that they take a I<struct termio\\ *> instead of a " +"I<struct termios\\ *>." msgstr "" "Следующие четыре вызова ioctl аналогичны B<TCGETS>, B<TCSETS>, B<TCSETSW>, " "B<TCSETSF>, за исключением того, что они работают с I<struct termio\\~*>, а " @@ -422,7 +436,9 @@ msgstr "B<TIOCGWINSZ>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<struct winsize\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<struct winsize\\~*>I<argp>" +msgid "Argument: B<struct winsize\\ *>I<argp>" msgstr "Аргумент: B<struct winsize\\~*>I<argp>" #. type: Plain text @@ -441,7 +457,9 @@ msgstr "B<TIOCSWINSZ>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<const struct winsize\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<const struct winsize\\~*>I<argp>" +msgid "Argument: B<const struct winsize\\ *>I<argp>" msgstr "Аргумент: B<const struct winsize\\~*>I<argp>" #. type: Plain text @@ -643,7 +661,9 @@ msgstr "B<FIONREAD>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<int\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<int\\~*>I<argp>" +msgid "Argument: B<int\\ *>I<argp>" msgstr "Аргумент: B<int\\~*>I<argp>" #. type: Plain text @@ -748,7 +768,9 @@ msgstr "B<TIOCSTI>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<const char\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<const char\\~*>I<argp>" +msgid "Argument: B<const char\\ *>I<argp>" msgstr "Аргумент: B<const char\\~*>I<argp>" #. type: Plain text @@ -760,7 +782,8 @@ msgstr "Вставить заданный байт в очередь ввода. #. commit 690c8b804ad2eafbd35da5d3c95ad325ca7d5061 #. commit 83efeeeb3d04b22aaed1df99bc70a48fe9d22c4d #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "Since Linux 6.2, this operation may require the B<CAP_SYS_ADMIN> capability " "(if the I<dev.tty.legacy_tiocsti> sysctl variable is set to false)." @@ -889,7 +912,9 @@ msgstr "B<TIOCGPGRP>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<pid_t\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<pid_t\\~*>I<argp>" +msgid "Argument: B<pid_t\\ *>I<argp>" msgstr "Аргумент: B<pid_t\\~*>I<argp>" #. type: Plain text @@ -915,7 +940,9 @@ msgstr "B<TIOCSPGRP>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<const pid_t\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<const pid_t\\~*>I<argp>" +msgid "Argument: B<const pid_t\\ *>I<argp>" msgstr "Аргумент: B<const pid_t\\~*>I<argp>" #. type: Plain text @@ -1043,7 +1070,9 @@ msgstr "B<TIOCSETD>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<const int\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<const int\\~*>I<argp>" +msgid "Argument: B<const int\\ *>I<argp>" msgstr "Аргумент: B<const int\\~*>I<argp>" #. type: Plain text @@ -1577,7 +1606,9 @@ msgstr "B<TIOCGICOUNT>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<struct serial_icounter_struct\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<struct serial_icounter_struct\\~*>I<argp>" +msgid "Argument: B<struct serial_icounter_struct\\ *>I<argp>" msgstr "Аргумент: B<struct serial_icounter_struct\\~*>I<argp>" #. type: Plain text @@ -1697,95 +1728,11 @@ msgstr "B<TIOCTTYGSTRUCT>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Argument: B<struct tty_struct\\~*>I<argp>" +#, fuzzy +#| msgid "Argument: B<struct tty_struct\\~*>I<argp>" +msgid "Argument: B<struct tty_struct\\ *>I<argp>" msgstr "Аргумент: B<struct tty_struct\\~*>I<argp>" -#. #-#-#-#-# archlinux: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# -#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 -#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> -#. Date: Tue Apr 1 04:42:46 2003 -0800 -#. [PATCH] kill TIOCTTYGSTRUCT -#. Only used for (dubious) debugging purposes, and exposes -#. internal kernel state. -#. .SS Serial info -#. .BR "#include <linux/serial.h>" -#. .P -#. .TP -#. .BI "TIOCGSERIAL struct serial_struct *" argp -#. Get serial info. -#. .TP -#. .BI "TIOCSSERIAL const struct serial_struct *" argp -#. Set serial info. -#. type: Plain text -#. #-#-#-#-# debian-bookworm: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# -#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 -#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> -#. Date: Tue Apr 1 04:42:46 2003 -0800 -#. [PATCH] kill TIOCTTYGSTRUCT -#. Only used for (dubious) debugging purposes, and exposes -#. internal kernel state. -#. .SS Serial info -#. .BR "#include <linux/serial.h>" -#. .PP -#. .TP -#. .BI "TIOCGSERIAL struct serial_struct *" argp -#. Get serial info. -#. .TP -#. .BI "TIOCSSERIAL const struct serial_struct *" argp -#. Set serial info. -#. type: Plain text -#. #-#-#-#-# debian-unstable: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# -#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 -#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> -#. Date: Tue Apr 1 04:42:46 2003 -0800 -#. [PATCH] kill TIOCTTYGSTRUCT -#. Only used for (dubious) debugging purposes, and exposes -#. internal kernel state. -#. .SS Serial info -#. .BR "#include <linux/serial.h>" -#. .PP -#. .TP -#. .BI "TIOCGSERIAL struct serial_struct *" argp -#. Get serial info. -#. .TP -#. .BI "TIOCSSERIAL const struct serial_struct *" argp -#. Set serial info. -#. type: Plain text -#. #-#-#-#-# fedora-40: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# -#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 -#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> -#. Date: Tue Apr 1 04:42:46 2003 -0800 -#. [PATCH] kill TIOCTTYGSTRUCT -#. Only used for (dubious) debugging purposes, and exposes -#. internal kernel state. -#. .SS Serial info -#. .BR "#include <linux/serial.h>" -#. .P -#. .TP -#. .BI "TIOCGSERIAL struct serial_struct *" argp -#. Get serial info. -#. .TP -#. .BI "TIOCSSERIAL const struct serial_struct *" argp -#. Set serial info. -#. type: Plain text -#. #-#-#-#-# fedora-rawhide: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# -#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 -#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> -#. Date: Tue Apr 1 04:42:46 2003 -0800 -#. [PATCH] kill TIOCTTYGSTRUCT -#. Only used for (dubious) debugging purposes, and exposes -#. internal kernel state. -#. .SS Serial info -#. .BR "#include <linux/serial.h>" -#. .P -#. .TP -#. .BI "TIOCGSERIAL struct serial_struct *" argp -#. Get serial info. -#. .TP -#. .BI "TIOCSSERIAL const struct serial_struct *" argp -#. Set serial info. -#. type: Plain text -#. #-#-#-#-# mageia-cauldron: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# #. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 #. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> #. Date: Tue Apr 1 04:42:46 2003 -0800 @@ -1802,44 +1749,13 @@ msgstr "Аргумент: B<struct tty_struct\\~*>I<argp>" #. .BI "TIOCSSERIAL const struct serial_struct *" argp #. Set serial info. #. type: Plain text -#. #-#-#-#-# opensuse-leap-15-6: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# -#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 -#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> -#. Date: Tue Apr 1 04:42:46 2003 -0800 -#. [PATCH] kill TIOCTTYGSTRUCT -#. Only used for (dubious) debugging purposes, and exposes -#. internal kernel state. -#. .SS Serial info -#. .BR "#include <linux/serial.h>" -#. .PP -#. .TP -#. .BI "TIOCGSERIAL struct serial_struct *" argp -#. Get serial info. -#. .TP -#. .BI "TIOCSSERIAL const struct serial_struct *" argp -#. Set serial info. -#. type: Plain text -#. #-#-#-#-# opensuse-tumbleweed: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# -#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 -#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> -#. Date: Tue Apr 1 04:42:46 2003 -0800 -#. [PATCH] kill TIOCTTYGSTRUCT -#. Only used for (dubious) debugging purposes, and exposes -#. internal kernel state. -#. .SS Serial info -#. .BR "#include <linux/serial.h>" -#. .PP -#. .TP -#. .BI "TIOCGSERIAL struct serial_struct *" argp -#. Get serial info. -#. .TP -#. .BI "TIOCSSERIAL const struct serial_struct *" argp -#. Set serial info. -#. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Get the I<tty_struct> corresponding to I<fd>. This command was removed " +#| "in Linux 2.5.67." msgid "" -"Get the I<tty_struct> corresponding to I<fd>. This command was removed in " +"Get the I<tty_struct> corresponding to I<fd>. This operation was removed in " "Linux 2.5.67." msgstr "" "Получить структуру I<tty_struct>, соответствующую I<fd>. Эта команда удалена " @@ -1882,9 +1798,10 @@ 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 "Invalid command parameter." +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "Invalid command parameter." +msgid "Invalid operation parameter." msgstr "Неизвестный параметр команды." #. type: TP @@ -1895,9 +1812,10 @@ msgid "B<ENOIOCTLCMD>" msgstr "B<ENOIOCTLCMD>" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Unknown command." +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "Unknown command." +msgid "Unknown operation." msgstr "Неизвестная команда." #. type: TP @@ -2094,7 +2012,7 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" -msgstr "СМ. ТАКЖЕ" +msgstr "СМОТРИТЕ ТАКЖЕ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -2117,6 +2035,109 @@ msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<int ioctl(int >I<fd>B<, int >I<cmd>B<, ...);>\n" +msgstr "B<int ioctl(int >I<fd>B<, int >I<cmd>B<, ...);>\n" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"The B<ioctl>(2) call for terminals and serial ports accepts many possible " +"command arguments. Most require a third argument, of varying type, here " +"called I<argp> or I<arg>." +msgstr "" +"Вызов B<ioctl>(2) для терминалов и последовательных портов принимает много " +"разных параметров команд. Большинство из них требуют при этом третий " +"аргумент разных типов, далее по тексту называемый I<argp> или I<arg>." + +#. #-#-#-#-# debian-bookworm: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# +#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 +#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> +#. Date: Tue Apr 1 04:42:46 2003 -0800 +#. [PATCH] kill TIOCTTYGSTRUCT +#. Only used for (dubious) debugging purposes, and exposes +#. internal kernel state. +#. .SS Serial info +#. .BR "#include <linux/serial.h>" +#. .PP +#. .TP +#. .BI "TIOCGSERIAL struct serial_struct *" argp +#. Get serial info. +#. .TP +#. .BI "TIOCSSERIAL const struct serial_struct *" argp +#. Set serial info. +#. type: Plain text +#. #-#-#-#-# fedora-40: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# +#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 +#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> +#. Date: Tue Apr 1 04:42:46 2003 -0800 +#. [PATCH] kill TIOCTTYGSTRUCT +#. Only used for (dubious) debugging purposes, and exposes +#. internal kernel state. +#. .SS Serial info +#. .BR "#include <linux/serial.h>" +#. .P +#. .TP +#. .BI "TIOCGSERIAL struct serial_struct *" argp +#. Get serial info. +#. .TP +#. .BI "TIOCSSERIAL const struct serial_struct *" argp +#. Set serial info. +#. type: Plain text +#. #-#-#-#-# mageia-cauldron: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# +#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 +#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> +#. Date: Tue Apr 1 04:42:46 2003 -0800 +#. [PATCH] kill TIOCTTYGSTRUCT +#. Only used for (dubious) debugging purposes, and exposes +#. internal kernel state. +#. .SS Serial info +#. .BR "#include <linux/serial.h>" +#. .P +#. .TP +#. .BI "TIOCGSERIAL struct serial_struct *" argp +#. Get serial info. +#. .TP +#. .BI "TIOCSSERIAL const struct serial_struct *" argp +#. Set serial info. +#. type: Plain text +#. #-#-#-#-# opensuse-leap-15-6: ioctl_tty.2.pot (PACKAGE VERSION) #-#-#-#-# +#. commit b3506a09d15dc5aee6d4bb88d759b157016e1864 +#. Author: Andries E. Brouwer <andries.brouwer@cwi.nl> +#. Date: Tue Apr 1 04:42:46 2003 -0800 +#. [PATCH] kill TIOCTTYGSTRUCT +#. Only used for (dubious) debugging purposes, and exposes +#. internal kernel state. +#. .SS Serial info +#. .BR "#include <linux/serial.h>" +#. .PP +#. .TP +#. .BI "TIOCGSERIAL struct serial_struct *" argp +#. Get serial info. +#. .TP +#. .BI "TIOCSSERIAL const struct serial_struct *" argp +#. Set serial info. +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"Get the I<tty_struct> corresponding to I<fd>. This command was removed in " +"Linux 2.5.67." +msgstr "" +"Получить структуру I<tty_struct>, соответствующую I<fd>. Эта команда удалена " +"в Linux 2.5.67." + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "Invalid command parameter." +msgstr "Неизвестный параметр команды." + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "Unknown command." +msgstr "Неизвестная команда." + +#. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" @@ -2350,19 +2371,38 @@ msgstr "" "}\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-05-03" -msgstr "3 мая 2023 г." +msgid "2023-10-31" +msgstr "31 октября 2023 г." #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Linux man-pages 6.05.01" +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "2024-03-03" +msgstr "3 марта 2024 г." + +#. 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 "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" |