summaryrefslogtreecommitdiffstats
path: root/po/fr/man2/ioctl_tty.2.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/fr/man2/ioctl_tty.2.po')
-rw-r--r--po/fr/man2/ioctl_tty.2.po377
1 files changed, 205 insertions, 172 deletions
diff --git a/po/fr/man2/ioctl_tty.2.po b/po/fr/man2/ioctl_tty.2.po
index ee012f89..530a31f0 100644
--- a/po/fr/man2/ioctl_tty.2.po
+++ b/po/fr/man2/ioctl_tty.2.po
@@ -19,9 +19,9 @@
# Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>, 2023-2024.
msgid ""
msgstr ""
-"Project-Id-Version: manpages-l10n 4.21.0\n"
-"POT-Creation-Date: 2024-03-01 16:59+0100\n"
-"PO-Revision-Date: 2024-03-13 09:27+0100\n"
+"Project-Id-Version: manpages-l10n 4.22.0\n"
+"POT-Creation-Date: 2024-06-01 05:57+0200\n"
+"PO-Revision-Date: 2024-04-17 18:34+0200\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"Language: fr\n"
@@ -39,16 +39,16 @@ 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 octobre 2023"
+msgid "2024-05-02"
+msgstr "2 mai 2024"
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable
#, no-wrap
-msgid "Linux man-pages 6.06"
-msgstr "Pages du manuel de Linux 6.06"
+msgid "Linux man-pages 6.8"
+msgstr "Pages du manuel de Linux 6.8"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -102,11 +102,10 @@ msgstr ""
" constantes */\n"
#. 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
#, 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"
+msgid "B<int ioctl(int >I<fd>B<, int >I<op>B<, ...);>\n"
+msgstr "B<int ioctl(int >I<fd>B<, int >I<op>B<, ...);>\n"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -116,16 +115,16 @@ msgid "DESCRIPTION"
msgstr "DESCRIPTION"
#. 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
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 ""
"Les appels système B<ioctl>(2) pour les terminaux et les ports série "
-"acceptent différents paramètres possibles. La plupart nécessitent un "
-"troisième paramètre, d'un type variable, appelé I<argp> ou I<arg>."
+"acceptent différents paramètres d'opération possibles. La plupart "
+"nécessitent un troisième paramètre, d'un type variable, appelé I<argp> ou "
+"I<arg>."
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -167,7 +166,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 "Argument : B<struct termios\\~*>I<argp>"
#. type: Plain text
@@ -192,7 +193,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 "Argument : B<const struct termios\\~*>I<argp>"
#. type: Plain text
@@ -256,10 +259,18 @@ msgstr ""
#. 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, 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 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."
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."
@@ -317,10 +328,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 ""
"Les quatre ioctls suivants sont équivalents à B<TCGETS>, B<TCSETS>, "
"B<TCSETSW> et B<TCSETSF>, sauf qu'ils prennent une structure I<struct "
@@ -447,7 +463,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 "Argument : B<struct winsize\\~*>I<argp>"
#. type: Plain text
@@ -466,7 +484,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 "Argument : B<const struct winsize\\~*>I<argp>"
#. type: Plain text
@@ -670,7 +690,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 "Argument : B<int\\~*>I<argp>"
#. type: Plain text
@@ -779,7 +801,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 "Argument : B<const char\\~*>I<argp>"
#. type: Plain text
@@ -791,7 +815,8 @@ msgstr "Insérer l'octet donné dans la queue d'entrée."
#. 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)."
@@ -915,7 +940,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 "Argument : B<pid_t\\~*>I<argp>"
#. type: Plain text
@@ -943,7 +970,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 "Argument : B<const pid_t\\~*>I<argp>"
#. type: Plain text
@@ -1072,7 +1101,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 "Argument : B<const int\\~*>I<argp>"
#. type: Plain text
@@ -1586,7 +1617,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 "Argument : B<struct serial_icounter_struct\\~*>I<argp>"
#. type: Plain text
@@ -1707,95 +1740,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 "Argument : 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
@@ -1812,48 +1761,13 @@ msgstr "Argument : 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
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 ""
-"Récupérer la structure I<tty_struct> correspondant à I<fd>. Cette commande a "
-"été supprimée dans Linux 2.5.67."
+"Récupérer la structure I<tty_struct> correspondant à I<fd>. Cette opération "
+"a été supprimée dans Linux 2.5.67."
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -1887,10 +1801,9 @@ 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."
-msgstr "Paramètre de commande non valable."
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "Invalid operation parameter."
+msgstr "Paramètre d'opération non valable."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -1900,10 +1813,9 @@ 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."
-msgstr "Commande inconnue."
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "Unknown operation."
+msgstr "Opération inconnue."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -2220,6 +2132,109 @@ msgid "Linux man-pages 6.03"
msgstr "Pages du manuel de Linux 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 ""
+"Les appels système B<ioctl>(2) pour les terminaux et les ports série "
+"acceptent différents paramètres possibles. La plupart nécessitent un "
+"troisième paramètre, d'un type variable, appelé I<argp> ou 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 ""
+"Récupérer la structure I<tty_struct> correspondant à I<fd>. Cette commande a "
+"été supprimée dans Linux 2.5.67."
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid "Invalid command parameter."
+msgstr "Paramètre de commande non valable."
+
+#. type: Plain text
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+msgid "Unknown command."
+msgstr "Commande inconnue."
+
+#. type: Plain text
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid ""
@@ -2511,19 +2526,37 @@ msgstr ""
"}\n"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 octobre 2023"
+
+#. type: TH
+#: fedora-40 mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Pages du manuel de Linux 6.06"
+
+#. type: TH
+#: fedora-rawhide
#, no-wrap
-msgid "2023-05-03"
-msgstr "3 mai 2023"
+msgid "2024-03-03"
+msgstr "3 mars 2024"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-rawhide
#, no-wrap
-msgid "Linux man-pages 6.05.01"
-msgstr "Pages du manuel de Linux 6.05.01"
+msgid "Linux man-pages 6.7"
+msgstr "Pages du manuel de Linux 6.7"
#. type: TH
#: opensuse-leap-15-6
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr "Pages du manuel de Linux 6.04"
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr "Pages du manuel de Linux (non publiées)"