diff options
Diffstat (limited to 'po/de/man2/socketpair.2.po')
-rw-r--r-- | po/de/man2/socketpair.2.po | 373 |
1 files changed, 373 insertions, 0 deletions
diff --git a/po/de/man2/socketpair.2.po b/po/de/man2/socketpair.2.po new file mode 100644 index 00000000..0a9d0e82 --- /dev/null +++ b/po/de/man2/socketpair.2.po @@ -0,0 +1,373 @@ +# German translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Chris Leick <c.leick@vollbio.de>, 2010. +# Mario Blättermann <mario.blaettermann@gmail.com>, 2014, 2020, 2021, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-de\n" +"POT-Creation-Date: 2024-03-01 17:08+0100\n" +"PO-Revision-Date: 2023-05-03 09:50+0200\n" +"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\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" +"X-Generator: Lokalize 22.12.3\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 "socketpair" +msgstr "socketpair" + +#. 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 "socketpair - create a pair of connected sockets" +msgstr "socketpair - zwei verbundene Sockets erstellen" + +#. 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/socket.hE<gt>>\n" +msgstr "B<#include E<lt>sys/socket.hE<gt>>\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<int socketpair(int >I<domain>B<, int >I<type>B<, int >I<protocol>B<, int >I<sv>B<[2]);>\n" +msgstr "B<int socketpair(int >I<domain>B<, int >I<typ>B<, int >I<protokoll>B<, int >I<sv>B<[2]);>\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<socketpair>() call creates an unnamed pair of connected sockets in " +"the specified I<domain>, of the specified I<type>, and using the optionally " +"specified I<protocol>. For further details of these arguments, see " +"B<socket>(2)." +msgstr "" +"Der Aufruf B<socketpair>() erstellt zwei unbenannte, verbundene Sockets in " +"der angegebenen I<domain> vom angegebenen I<typ> und benutzt dabei das " +"optional angegebene I<protokoll>. Weitere Einzelheiten über diese Argumente " +"finden Sie unter B<socket>(2)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The file descriptors used in referencing the new sockets are returned in " +"I<sv[0]> and I<sv[1]>. The two sockets are indistinguishable." +msgstr "" +"Die Dateideskriptoren, die auf die neuen Sockets verweisen, werden in " +"I<sv[0]> und I<sv[1]> zurückgegeben. Die beiden Sockets sind nicht zu " +"unterscheiden." + +#. 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 "" +"On success, zero is returned. On error, -1 is returned, I<errno> is set to " +"indicate the error, and I<sv> is left unchanged" +msgstr "" +"Bei Erfolg wird Null zurückgegeben. Bei einem Fehler wird -1 zurückgegeben, " +"I<errno> gesetzt, um den Fehler anzuzeigen, und I<sv> verbleibt unverändert." + +#. http://austingroupbugs.net/view.php?id=483 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On Linux (and other systems), B<socketpair>() does not modify I<sv> on " +"failure. A requirement standardizing this behavior was added in " +"POSIX.1-2008 TC2." +msgstr "" +"Unter Linux (und anderen Systemen) verändert B<socketpair>() I<sv> beim " +"Fehlschlag nicht. Eine Anforderung, dieses Verhalten zu standardisieren, " +"wurde in POSIX.1-2008 TC2 hinzugefügt." + +#. 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<EAFNOSUPPORT>" +msgstr "B<EAFNOSUPPORT>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The specified address family is not supported on this machine." +msgstr "" +"Die angegebene Adressfamilie wird auf dieser Maschine nicht unterstützt." + +#. 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 "" +"The address I<sv> does not specify a valid part of the process address space." +msgstr "" +"Die Adresse I<sv> gibt keinen gültigen Teil des Prozess-Adressraums an." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EMFILE>" +msgstr "B<EMFILE>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The per-process limit on the number of open file descriptors has been " +"reached." +msgstr "" +"Die Beschränkung pro Prozess der Anzahl offener Datei-Deskriptoren wurde " +"erreicht." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENFILE>" +msgstr "B<ENFILE>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The system-wide limit on the total number of open files has been reached." +msgstr "" +"Die systemweite Beschränkung für die Gesamtzahl offener Dateien wurde " +"erreicht." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EOPNOTSUPP>" +msgstr "B<EOPNOTSUPP>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The specified protocol does not support creation of socket pairs." +msgstr "" +"Das angegebene Protokoll unterstützt nicht das Anlegen von Socket-Paaren." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPROTONOSUPPORT>" +msgstr "B<EPROTONOSUPPORT>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The specified protocol is not supported on this machine." +msgstr "Das angegebene Protokoll wird auf dieser Maschine nicht unterstützt." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "VERSIONEN" + +#. commit: 70b03759e9ecfae400605fa34f3d7154cccbbba3 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On Linux, the only supported domains for this call are B<AF_UNIX> (or " +"synonymously, B<AF_LOCAL>) and B<AF_TIPC> (since Linux 4.12)." +msgstr "" +"Auf Linux sind die einzigen unterstützten Domains für diesen Aufruf " +"B<AF_UNIX> (oder gleichbedeutend B<AF_LOCAL>) und (seit Linux 4.12) " +"B<AF_TIPC>." + +#. 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 "POSIX.1-2008." +msgstr "POSIX.1-2008." + +#. 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 debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001, 4.4BSD." +msgstr "POSIX.1-2001, 4.4BSD." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<socketpair>() first appeared in 4.2BSD. It is generally portable to/from " +"non-BSD systems supporting clones of the BSD socket layer (including " +"System\\ V variants)." +msgstr "" +"B<socketpair>() erschien erstmalig in 4.2BSD. Er ist allgemein nach/von " +"Nicht-BSD-Systemen portierbar, die das Klonen der BSD-Socket-Ebene " +"unterstützen (einschließlich System\\-V-Varianten)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Since Linux 2.6.27, B<socketpair>() supports the B<SOCK_NONBLOCK> and " +"B<SOCK_CLOEXEC> flags in the I<type> argument, as described in B<socket>(2)." +msgstr "" +"Seit Linux 2.6.27 unterstützt B<socketpair>() die in B<socket>(2) " +"beschriebenen Schalter B<SOCK_NONBLOCK> und B<SOCK_CLOEXEC> im Argument " +"I<type>." + +#. 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" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<pipe>(2), B<read>(2), B<socket>(2), B<write>(2), B<socket>(7), B<unix>(7)" +msgstr "" +"B<pipe>(2), B<read>(2), B<socket>(2), B<write>(2), B<socket>(7), B<unix>(7)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-10-30" +msgstr "30. Oktober 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 "" +"POSIX.1-2001, POSIX.1-2008, 4.4BSD. B<socketpair>() first appeared in " +"4.2BSD. It is generally portable to/from non-BSD systems supporting clones " +"of the BSD socket layer (including System\\ V variants)." +msgstr "" +"POSIX.1-2001, POSIX.1-2008, 4.4BSD. B<socketpair>() erschien erstmalig in " +"4.2BSD. Er ist allgemein nach/von Nicht-BSD-Systemen portierbar, die das " +"Klonen der BSD-Socket-Ebene unterstützen (einschließlich System\\-V-" +"Varianten)." + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "NOTES" +msgstr "ANMERKUNGEN" + +#. 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: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux-Handbuchseiten 6.04" |