summaryrefslogtreecommitdiffstats
path: root/po/de/man2/ioctl.2.po
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--po/de/man2/ioctl.2.po527
1 files changed, 527 insertions, 0 deletions
diff --git a/po/de/man2/ioctl.2.po b/po/de/man2/ioctl.2.po
new file mode 100644
index 00000000..a300fd25
--- /dev/null
+++ b/po/de/man2/ioctl.2.po
@@ -0,0 +1,527 @@
+# German translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Martin Schulze <joey@infodrom.org>
+# Michael Piefel <piefel@debian.org>
+# Patrick Rother <krd@gulu.net>
+# Chris Leick <c.leick@vollbio.de>, 2010.
+# Mario Blättermann <mario.blaettermann@gmail.com>, 2014.
+# Dr. Tobias Quathamer <toddy@debian.org>, 2017.
+# Helge Kreutzmann <debian@helgefjell.de>, 2020, 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 22:05+0100\n"
+"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ioctl"
+msgstr "ioctl"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. Oktober 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 "BEZEICHNUNG"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "ioctl - control device"
+msgstr "ioctl - Gerät steuern"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTHEK"
+
+#. 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 "Standard-C-Bibliothek (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "ÜBERSICHT"
+
+#. 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 E<lt>sys/ioctl.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/ioctl.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid ""
+"B<int ioctl(int >I<fd>B<, unsigned long >I<request>B<, ...);>\\f[R] /* glibc, BSD */\\fR\n"
+"B<int ioctl(int >I<fd>B<, int >I<request>B<, ...);>\\f[R] /* musl, other UNIX */\\fR\n"
+msgstr ""
+"B<int ioctl(int >I<fd>B<, unsigned long >I<Aufruf>B<, …);>\\f[R] /* Glibc, BSD */\\fR\n"
+"B<int ioctl(int >I<fd>B<, int >I<Aufruf>B<, …);>\\f[R] /* Musl, andere UNIX */\\fR\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 "BESCHREIBUNG"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<ioctl>() system call manipulates the underlying device parameters of "
+"special files. In particular, many operating characteristics of character "
+"special files (e.g., terminals) may be controlled with B<ioctl>() "
+"requests. The argument I<fd> must be an open file descriptor."
+msgstr ""
+"Der Systemaufruf B<ioctl>() manipuliert die zugrundeliegenden "
+"Geräteparameter von Spezialdateien. Im Besonderen können viele "
+"Betriebscharakteristika von zeichenorientierten Spezialdateien (z. B. "
+"Terminals) durch B<ioctl>-Aufrufe gesteuert werden. Das Argument I<dd> muss "
+"ein geöffneter Dateideskriptor sein."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The second argument is a device-dependent request code. The third argument "
+"is an untyped pointer to memory. It's traditionally B<char *>I<argp> (from "
+"the days before B<void *> was valid C), and will be so named for this "
+"discussion."
+msgstr ""
+"Das zweite Argument ist ein geräteabhängiger Aufrufkode. Das dritte Argument "
+"ist ein typloser Zeiger auf Speicher. Er ist traditionell B<char *>I<argp> "
+"(aus einer Zeit bevor B<void *> gültiges C war) und wird für diese "
+"Diskussion so genannt."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"An B<ioctl>() I<request> has encoded in it whether the argument is an I<in> "
+"parameter or I<out> parameter, and the size of the argument I<argp> in "
+"bytes. Macros and defines used in specifying an B<ioctl>() I<request> are "
+"located in the file I<E<lt>sys/ioctl.hE<gt>>. See NOTES."
+msgstr ""
+"In einem B<ioctl>()-I<Aufruf> ist kodiert, ob das Argument ein I<in>- oder "
+"I<out>-Parameter ist sowie die Größe des Argumentes I<argp> in Byte. Makros "
+"und Definitionen, die in der Spezifikation eines B<ioctl>()-I<Aufrufs> "
+"benutzt werden, befinden sich in der Datei I<E<lt>sys/ioctl.hE<gt>>. Siehe "
+"ANMERKUNGEN."
+
+#. 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 "RÜCKGABEWERT"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Usually, on success zero is returned. A few B<ioctl>() requests use the "
+"return value as an output parameter and return a nonnegative value on "
+"success. On error, -1 is returned, and I<errno> is set to indicate the "
+"error."
+msgstr ""
+"Üblicherweise wird im Erfolgsfall Null zurückgegeben. Ein paar B<ioctl>()-"
+"Aufrufe benutzen den Rückgabewert als Ausgabeparameter und geben bei Erfolg "
+"einen nicht negativen Wert zurück. Bei einem Fehler wird -1 zurückgegeben "
+"und I<errno> gesetzt, um den Fehler anzuzeigen."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "FEHLER"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<fd> is not a valid file descriptor."
+msgstr "I<dd> ist kein zulässiger Dateideskriptor."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<argp> references an inaccessible memory area."
+msgstr ""
+"I<argp> referenziert einen Speicherbereich, auf den nicht zugegriffen werden "
+"kann."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+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 "I<request> or I<argp> is not valid."
+msgstr "I<Aufruf> oder I<argp> ist nicht gültig."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTTY>"
+msgstr "B<ENOTTY>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<fd> is not associated with a character special device."
+msgstr "I<dd> ist nicht mit einem zeichenorientierten Spezialgerät verbunden."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The specified request does not apply to the kind of object that the file "
+"descriptor I<fd> references."
+msgstr ""
+"Der angegebene Aufruf passt nicht zur Art des Objekts, auf die sich der "
+"Dateideskriptor I<dd> bezieht."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERSIONEN"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Arguments, returns, and semantics of B<ioctl>() vary according to the "
+"device driver in question (the call is used as a catch-all for operations "
+"that don't cleanly fit the UNIX stream I/O model)."
+msgstr ""
+"Argumente, Rückgabewerte und Semantik von B<ioctl>(2) variieren je nach "
+"angefragtem Gerätetreiber (der Aufruf wird als ein Allheilmittel für alle "
+"Operationen benutzt, die nicht sauber in das UNIX-Stream-E/A-Modell passen)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDS"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "None."
+msgstr "Keine."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "GESCHICHTE"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid "Version\\~7 AT&T UNIX has"
+msgstr "Version\\~7 AT&T UNIX hat"
+
+# FIXME What is fildes?
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "B<ioctl(int >I<fildes>B<, int >I<request>B<, struct sgttyb *>I<argp>B<);>\n"
+msgstr "B<ioctl(int >I<fildes>B<, int >I<Aufruf>B<, struct sgttyb *>I<argp>B<);>\n"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid ""
+"(where B<struct sgttyb> has historically been used by B<stty>(2) and "
+"B<gtty>(2), and is polymorphic by request type (like a B<void *> would be, "
+"if it had been available))."
+msgstr ""
+"(wobei B<struct sgttyb> historisch von B<stty>(2) und B<gtty>(2) verwandt "
+"wurde und vom Anfragetyp her polymorph ist (wie B<void *> das wäre, wenn es "
+"verfügbar gewesen wäre))."
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid "SysIII documents I<arg> without a type at all."
+msgstr "SysIII dokumentiert I<arg> ganz ohne Typ."
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid "4.3BSD has"
+msgstr "4.3BSD hat"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "B<ioctl(int >I<d>B<, unsigned long >I<request>B<, char *>I<argp>B<);>\n"
+msgstr "B<ioctl(int >I<d>B<, unsigned long >I<Aufruf>B<, char *>I<argp>B<);>\n"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid "(with B<char *> similarly in for B<void *>)."
+msgstr "(mit B<char *>, ähnlich wie für B<void *>)."
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid "SysVr4 has"
+msgstr "SysVr4 hat"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "B<int ioctl(int >I<fildes>B<, int >I<request>B<, ... /* >I<arg>B< */);>\n"
+msgstr "B<int ioctl(int >I<fildes>B<, int >I<Aufruf>B<, … /* >I<arg>B< */);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "ANMERKUNGEN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"In order to use this call, one needs an open file descriptor. Often the "
+"B<open>(2) call has unwanted side effects, that can be avoided under Linux "
+"by giving it the B<O_NONBLOCK> flag."
+msgstr ""
+"Um diesen Aufruf zu benutzen, wird ein offener Dateideskriptor benötigt. Der "
+"Aufruf von B<open>(2) hat oft unerwünschte Nebeneffekte, die unter Linux "
+"durch Angabe des Schalters B<O_NONBLOCK> vermieden werden können."
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ioctl structure"
+msgstr "Ioctl-Struktur"
+
+#. added two sections - aeb
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Ioctl command values are 32-bit constants. In principle these constants are "
+"completely arbitrary, but people have tried to build some structure into "
+"them."
+msgstr ""
+"Ioctl-Befehle sind 32-Bit-Konstanten. Im Prinzip sind diese Konstanten "
+"vollkommen willkürlich, aber es gibt Bestrebungen, etwas Struktur zu "
+"etablieren."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The old Linux situation was that of mostly 16-bit constants, where the last "
+"byte is a serial number, and the preceding byte(s) give a type indicating "
+"the driver. Sometimes the major number was used: 0x03 for the B<HDIO_*> "
+"ioctls, 0x06 for the B<LP*> ioctls. And sometimes one or more ASCII letters "
+"were used. For example, B<TCGETS> has value 0x00005401, with 0x54 = "
+"\\[aq]T\\[aq] indicating the terminal driver, and B<CYGETTIMEOUT> has value "
+"0x00435906, with 0x43 0x59 = \\[aq]C\\[aq] \\[aq]Y\\[aq] indicating the "
+"cyclades driver."
+msgstr ""
+"In der alten Linux-Situation waren dies hauptsächlich 16-Bit-Konstanten, "
+"wobei das letzte Byte eine Seriennummer war und das/die vorhergehende(n) "
+"Byte(s) den Typ des Treibers anzeigten. Manchmal wurde die Major-Nummer "
+"verwendet: 0x03 für die B<HDIO_*>-Ioctls, 0x06 für die B<LP*>-Ioctls. Und "
+"manchmal wurden ein oder mehrere ASCII-Buchstaben verwandt. Beispielsweise "
+"hat B<TCGETS> den Wert 0x00005401, mit 0x54 = »T« zur Angabe des Terminal-"
+"Treibers und B<CYGETTIMEOUT> hat den Wert 0x00435906, mit 0x43 0x59 = »C« "
+"»Y« zur Angabe des »cyclades«-Treibers."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Later (0.98p5) some more information was built into the number. One has 2 "
+"direction bits (00: none, 01: write, 10: read, 11: read/write) followed by "
+"14 size bits (giving the size of the argument), followed by an 8-bit type "
+"(collecting the ioctls in groups for a common purpose or a common driver), "
+"and an 8-bit serial number."
+msgstr ""
+"Später (0.98p5) wurden weitere Informationen in die Nummer eingebaut. Es "
+"gibt zwei Richtungs-Bits (00: keine, 01: schreiben, 10: lesen, 11: lesen/"
+"schreiben), gefolgt von 14 Größen-Bits (die die Größe des Arguments "
+"angeben), gefolgt von einem 8-Bit-Typ (die die Ioctls in Gruppen für einen "
+"gemeinsamen Zweck oder gemeinsamen Treiber sammeln) und einer 8-Bit-"
+"Seriennummer."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The macros describing this structure live in I<E<lt>asm/ioctl.hE<gt>> and "
+"are B<_IO(type,nr)> and B<{_IOR,_IOW,_IOWR}(type,nr,size)>. They use "
+"I<sizeof(size)> so that size is a misnomer here: this third argument is a "
+"data type."
+msgstr ""
+"Die Makros, die diese Struktur beschreiben, befinden sich in I<E<lt>asm/"
+"ioctl.hE<gt>> und sind B<_IO(type,nr)> und B<{_IOR,_IOW,_IOWR}(type,nr,"
+"size)>. Sie verwenden I<sizeof(size)>, so dass die Größe hier eine "
+"Fehlbenennung ist: dieses dritte Argument ist ein Datentyp."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Note that the size bits are very unreliable: in lots of cases they are "
+"wrong, either because of buggy macros using I<sizeof(sizeof(struct))>, or "
+"because of legacy values."
+msgstr ""
+"Beachten Sie, dass die Größen-Bits sehr unzuverlässig sind: in vielen Fällen "
+"stimmen sie nicht, entweder aufgrund fehlerhafter Makros, die "
+"I<sizeof(sizeof(struct))> verwenden oder aufgrund historisch geerbter Werte."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Thus, it seems that the new structure only gave disadvantages: it does not "
+"help in checking, but it causes varying values for the various architectures."
+msgstr ""
+"Daher scheint es, dass die neue Struktur nur Nachteile ergab: sie hilft "
+"nicht beim Überprüfen, verursacht aber variierende Werte für die "
+"verschiedenen Architekturen."
+
+#. 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 "SIEHE AUCH"
+
+#. .BR mt (4),
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<execve>(2), B<fcntl>(2), B<ioctl_console>(2), B<ioctl_fat>(2), "
+"B<ioctl_ficlone>(2), B<ioctl_ficlonerange>(2), B<ioctl_fideduperange>(2), "
+"B<ioctl_fslabel>(2), B<ioctl_getfsmap>(2), B<ioctl_iflags>(2), "
+"B<ioctl_ns>(2), B<ioctl_tty>(2), B<ioctl_userfaultfd>(2), B<open>(2), "
+"B<sd>(4), B<tty>(4)"
+msgstr ""
+"B<execve>(2), B<fcntl>(2), B<ioctl_console>(2), B<ioctl_fat>(2), "
+"B<ioctl_ficlone>(2), B<ioctl_ficlonerange>(2), B<ioctl_fideduperange>(2), "
+"B<ioctl_fslabel>(2), B<ioctl_getfsmap>(2), B<ioctl_iflags>(2), "
+"B<ioctl_ns>(2), B<ioctl_tty>(2), B<ioctl_userfaultfd>(2), B<open>(2), "
+"B<sd>(4), B<tty>(4)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. Februar 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. POSIX says 'request' is int, but glibc has the above
+#. See https://bugzilla.kernel.org/show_bug.cgi?id=42705
+#. type: Plain text
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int ioctl(int >I<fd>B<, unsigned long >I<request>B<, ...);>\n"
+msgstr "B<int ioctl(int >I<dd>B<, unsigned long >I<Aufruf>B<, …);>\n"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"No single standard. Arguments, returns, and semantics of B<ioctl>() vary "
+"according to the device driver in question (the call is used as a catch-all "
+"for operations that don't cleanly fit the UNIX stream I/O model)."
+msgstr ""
+"Kein einzelner Standard. Argumente, Rückgabewerte und Semantik von "
+"B<ioctl>(2) variieren je nach angefragtem Gerätetreiber (der Aufruf wird als "
+"ein Allheilmittel für alle Operationen benutzt, die nicht sauber in das UNIX-"
+"Stream-E/A-Modell passen)."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "The B<ioctl>() system call appeared in Version 7 AT&T UNIX."
+msgstr "Der Systemaufruf B<ioctl> erschien in Version 7 von AT&T UNIX."
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. März 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: Plain text
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Version\\~7 AT&T UNIX."
+msgstr "Version\\~7 AT&T UNIX."
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux-Handbuchseiten 6.04"