[RFR] man://manpages-l10n/io_destroy.2.po

Helge Kreutzmann <[email protected]>
Newsgroups gmane.linux.debian.internationalization.german
Message-ID <[email protected]>
Moin Mitübersetzer,
ich habe kürzlich eine Handbuchseite aus Abschnitt 2 fertig übersetzt.

Es sind insgesamt 45 Zeichenketten.

Für konstruktives Korrekturlesen wäre ich sehr dankbar.

Viele Grüße

           Helge

-- 
      Dr. Helge Kreutzmann                     [email protected]
           Dipl.-Phys.                   http://www.helgefjell.de/debian.php
        64bit GNU powered                     gpg signed mail preferred
           Help keep free software "libre": http://www.ffii.de/
io_destroy.2.po (text/plain, 12.1 KB)
# German translation of manpages
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
# Helge Kreutzmann <[email protected]>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n 4.30.1\n"
"POT-Creation-Date: 2026-05-01 04:31+0200\n"
"PO-Revision-Date: 2026-05-01 09:22+0200\n"
"Last-Translator: Helge Kreutzmann <[email protected]>\n"
"Language-Team: German <[email protected]>\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-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "io_destroy"
msgstr "io_destroy"

#. type: TH
#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
msgid "2026-04-11"
msgstr "11. April 2026"

#. type: TH
#: archlinux debian-unstable
#, no-wrap
msgid "Linux man-pages 6.18"
msgstr "Linux man-pages 6.18"

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr "BEZEICHNUNG"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
msgid "io_destroy - destroy an asynchronous I/O context"
msgstr "io_destroy - Zerstörung eines asynchronen E/A-Kontextes"

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "LIBRARY"
msgstr "BIBLIOTHEK"

#. type: Plain text
#: archlinux debian-unstable fedora-44 fedora-rawhide mageia-cauldron
#: opensuse-leap-16-1 opensuse-tumbleweed
msgid "Standard C library (I<libc>,\\ I<-lc>)"
msgstr "Standard-C-Bibliothek (I<libc>,\\ I<-lc>)"

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr "ÜBERSICHT"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid ""
"B<#include E<lt>linux/aio_abi.hE<gt>>    /* Definition of B<aio_context_t> */\n"
"B<#include E<lt>sys/syscall.hE<gt>>      /* Definition of B<SYS_*> constants */\n"
"B<#include E<lt>unistd.hE<gt>>\n"
msgstr ""
"B<#include E<lt>linux/aio_abi.hE<gt>>    /* Definition von B<aio_context_t> */\n"
"B<#include E<lt>sys/syscall.hE<gt>>      /* Definition der B<SYS_*>-Konstanten */\n"
"B<#include E<lt>unistd.hE<gt>>\n"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "B<int syscall(SYS_io_destroy, aio_context_t >I<ctx_id>B<);>\n"
msgstr "B<int syscall(SYS_io_destroy, aio_context_t >I<ctx_id>B<);>\n"

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr "BESCHREIBUNG"

#. type: Plain text
#: archlinux debian-unstable opensuse-tumbleweed
msgid ""
"I<Note>: you probably want to use the B<io_destroy>(3)  wrapper function "
"provided by I<libaio>; see VERSIONS."
msgstr ""
"I<Hinweis>: Wahrscheinlich möchten Sie die von I<libaio> bereitgestellte "
"Wrapper-Funktion B<io_destroy>(3) verwenden."

# FIXME In the synopsis the parameter is "ctx_idp", here the “p“ got missing.
#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
msgid ""
"The B<io_destroy>()  system call will attempt to cancel all outstanding "
"asynchronous I/O operations against I<ctx_id>, will block on the completion "
"of all operations that could not be canceled, and will destroy the I<ctx_id>."
msgstr ""
"Der Systemaufruf B<io_destroy>() versucht, alle ausstehenden asynchronen E/A-"
"Aktionen gegen I<ctx_idp> abzubrechen, den Abschluss aller Aktionen, die "
"nicht abgebrochen werden konnten, zu blockieren und I<ctx_idp> zu zerstören."

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "RETURN VALUE"
msgstr "RÜCKGABEWERT"

#. type: Plain text
#: archlinux debian-unstable opensuse-tumbleweed
msgid ""
"On success, B<io_destroy>()  returns 0.  On error, -1 is returned, and "
"I<errno> is set to indicate the error."
msgstr ""
"Bei Erfolg gibt B<io_destroy>() Null zurück. Bei einem Fehler wird -1 "
"zurückgegeben und I<errno> gesetzt, um den Fehler anzuzeigen."

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "ERRORS"
msgstr "FEHLER"

#. type: TP
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "B<EFAULT>"
msgstr "B<EFAULT>"

#. type: Plain text
#: archlinux debian-unstable opensuse-tumbleweed
msgid "I<ctx_id> was not a valid address."
msgstr "I<ctx_id> war keine gültige Adresse."

#. type: TP
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "B<EINVAL>"
msgstr "B<EINVAL>"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
msgid "The AIO context specified by I<ctx_id> is invalid."
msgstr "Der durch I<ctx_id> festgelegte AIO-Kontext ist ungültig."

#. type: TP
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "B<ENOSYS>"
msgstr "B<ENOSYS>"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
msgid "B<io_destroy>()  is not implemented on this architecture."
msgstr "B<io_destroy>() ist auf dieser Architektur nicht implementiert."

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "VERSIONS"
msgstr "VERSIONEN"

#. type: Plain text
#: archlinux debian-unstable opensuse-tumbleweed
msgid ""
"E<.UR https://pagure.io/libaio> I<libaio> E<.UE> provides a wrapper function "
"with the same name, but different prototype and return value.  You probably "
"want to use that wrapper."
msgstr ""
"E<.UR https://pagure.io/libaio> I<Libaio> E<.UE> stellt eine Wrapper-"
"Funktion mit dem gleichen Namen, aber anderem Prototyp und Rückgabewert "
"bereit. Wahrscheinlich möchten Sie den Wrapper verwenden."

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "STANDARDS"
msgstr "STANDARDS"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
msgid "Linux."
msgstr "Linux."

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "HISTORY"
msgstr "GESCHICHTE"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
msgid "Linux 2.5."
msgstr "Linux 2.5."

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-44 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
msgstr "SIEHE AUCH"

#. type: Plain text
#: archlinux debian-unstable opensuse-tumbleweed
msgid ""
"B<io_cancel>(2), B<io_getevents>(2), B<io_setup>(2), B<io_submit>(2), "
"B<io_destroy>(3), B<aio>(7)"
msgstr ""
"B<io_cancel>(2), B<io_getevents>(2), B<io_setup>(2), B<io_submit>(2), "
"B<io_destroy>(3), B<aio>(7)"

#. type: TH
#: debian-trixie
#, no-wrap
msgid "2024-05-02"
msgstr "2. Mai 2024"

#. type: TH
#: debian-trixie
#, no-wrap
msgid "Linux man-pages 6.9.1"
msgstr "Linux man-pages 6.9.1"

#. type: Plain text
#: debian-trixie
msgid "Standard C library (I<libc>, I<-lc>)"
msgstr "Standard-C-Bibliothek (I<libc>, I<-lc>)"

#. type: Plain text
#: debian-trixie fedora-44 fedora-rawhide mageia-cauldron opensuse-leap-16-1
msgid ""
"I<Note>: glibc provides no wrapper for B<io_destroy>(), necessitating the "
"use of B<syscall>(2)."
msgstr ""
"I<Hinweis:> Glibc stellt keinen Wrapper für B<io_destroy>() bereit; "
"hierdurch wird die Verwendung von B<syscall>(2) notwendig."

#. type: Plain text
#: debian-trixie fedora-44 fedora-rawhide mageia-cauldron opensuse-leap-16-1
msgid ""
"I<Note>: this page describes the raw Linux system call interface.  The "
"wrapper function provided by I<libaio> uses a different type for the "
"I<ctx_id> argument.  See VERSIONS."
msgstr ""
"I<Hinweis>: Diese Seite beschreibt die rohe Linux-Systemaufrufschnittstelle. "
"Die durch I<libaio> bereitgestellte Wrapper-Funktion verwendet einen anderen "
"Typ für das Argument I<ctx_id>. Siehe VERSIONEN."

#. type: Plain text
#: debian-trixie fedora-44 fedora-rawhide mageia-cauldron opensuse-leap-16-1
msgid ""
"On success, B<io_destroy>()  returns 0.  For the failure return, see "
"VERSIONS."
msgstr ""
"Im Erfolgsfall liefert B<io_destroy>() 0 zurück. Für die Rückgabe im "
"Fehlerfall siehe VERSIONEN."

#. type: Plain text
#: debian-trixie fedora-44 fedora-rawhide mageia-cauldron opensuse-leap-16-1
msgid "The context pointed to is invalid."
msgstr "Der Kontext, auf den gezeigt wird, ist ungültig."

#.  http://git.fedorahosted.org/git/?p=libaio.git
#. type: Plain text
#: debian-trixie fedora-44 fedora-rawhide mageia-cauldron opensuse-leap-16-1
msgid ""
"You probably want to use the B<io_destroy>()  wrapper function provided by "
"I<libaio>."
msgstr ""
"Wahrscheinlich möchten Sie die von I<libaio> bereitgestellte Wrapper-"
"Funktion B<io_destroy>() verwenden."

#.  But glibc is confused, since <libaio.h> uses 'io_context_t' to declare
#.  the system call.
#. type: Plain text
#: debian-trixie fedora-44 fedora-rawhide mageia-cauldron opensuse-leap-16-1
msgid ""
"Note that the I<libaio> wrapper function uses a different type "
"(I<io_context_t>)  for the I<ctx_id> argument.  Note also that the I<libaio> "
"wrapper does not follow the usual C library conventions for indicating "
"errors: on error it returns a negated error number (the negative of one of "
"the values listed in ERRORS).  If the system call is invoked via "
"B<syscall>(2), then the return value follows the usual conventions for "
"indicating an error: -1, with I<errno> set to a (positive) value that "
"indicates the error."
msgstr ""
"Beachten Sie, dass die Wrapper-Funktion I<libaio> einen anderen Typ "
"(I<io_context_t>) für das Argument I<ctx_id> verwendet. Beachten Sie auch, "
"dass der I<libaio>-Wrapper nicht der normalen Konvention der C-Bibliothek "
"zum Anzeigen von Fehlern folgt: bei Fehlern liefert sie die negierte "
"Fehlernummer (das Negative eines der in FEHLER aufgeführten Fehler) zurück. "
"Falls der Systemaufruf mittels B<syscall>(2) erfolgt, dann folgt der "
"Rückgabewert den normalen Konventionen zur Anzeige von Fehlern: -1, wobei "
"I<errno> auf einen (positiven) Wert gesetzt ist, der den Fehler angibt."

#. type: Plain text
#: debian-trixie fedora-44 fedora-rawhide mageia-cauldron opensuse-leap-16-1
msgid ""
"B<io_cancel>(2), B<io_getevents>(2), B<io_setup>(2), B<io_submit>(2), "
"B<aio>(7)"
msgstr ""
"B<io_cancel>(2), B<io_getevents>(2), B<io_setup>(2), B<io_submit>(2), "
"B<aio>(7)"

#. type: TH
#: fedora-44 fedora-rawhide opensuse-leap-16-1
#, no-wrap
msgid "2024-07-23"
msgstr "23. Juli 2024"

#. type: TH
#: fedora-44 fedora-rawhide
#, no-wrap
msgid "Linux man-pages 6.13"
msgstr "Linux man-pages 6.13"

#. type: TH
#: mageia-cauldron
#, no-wrap
msgid "2025-05-17"
msgstr "17. Mai 2025"

#. type: TH
#: mageia-cauldron
#, no-wrap
msgid "Linux man-pages 6.17"
msgstr "Linux man-pages 6.17"

#. type: TH
#: opensuse-leap-16-1 opensuse-tumbleweed
#, no-wrap
msgid "Linux man-pages (unreleased)"
msgstr "Linux man-pages (unveröffentlicht)"
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEbZZfteMW0gNUynuwQbqlJmgq5nAFAmoQZdQACgkQQbqlJmgq
5nBt3Q/+PS2gX5CYJNueAw/jGfN7zik4t/lv/L7wJwQ656p9BPao6kgTIu9VoukL
LSfiAEfvy7i039Cx75ayOFUs591HMUuf3aFZt8ZRMB/6ZfuFaF0wPnAOfa2eqHV/
eySF6pEfELYN2K0CE2l9X3ENtkEGCACLJQdmBYrvuf9asOp7cIJe3M1HO2IYik6N
JrbmqWTmbYphVBU0/f7uQhEjptCcWUHDG3Wi6yIMgN51kDHo9XqxB28yyfFVljyZ
stfL/tAnTUz/EzIFjFj7AdhyoKmDoBVwHIh9c/xndXboZELp2Q0AHTCn/+dHqqCF
a9DiqNC+bk144VKPgTL7du6sTuCCrGh3fJACa6XmwRtLqLrdOpmLZDxQ6YW6grgb
s2CxRaEJepQ6DItdryJAiYLcrInzGkq26SArtZ6KLmfz3xlmS5ch1sJ8dCFS5Ql2
s7jrJJqz+3ZtaR2VggBYEMezfD/xAHay2MEvCc+QOTtKd1pEmlfbBJg8bPy76OO3
hht6tb73D2oYhs2/XaqcQa4rLQegovJrptpi/nmxwHCPffUDKgD+H+pr8/IJSz1M
q6jP+kodZYswqZYOZ7JYjQxTC4amVi8k2xinc/HOLvZBE69XsE0ajnOPTk1sJEDM
iTnvYtjCFzT9dJy5bkXFn/0VnAB0TX2FSysXmCK5u4OzdgMhgOg=
=k5Ky
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.