[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[TAF] man://manpages-de/sigreturn.2



14 übersetzte Meldungen, 9 ungenaue Übersetzungen, 1 unübersetzte Meldung.

# German translation of manpages
# This file is distributed under the same license as the manpages-de package.
msgid ""
msgstr ""
"Project-Id-Version: manpages-de\n"
"POT-Creation-Date: 2010-08-30 14:07+0200\n"
"PO-Revision-Date: 2010-08-30 14:07+0200\n"
"Last-Translator: Tobias Quathamer <toddy@debian.org>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: ../english/manpages/man2/sigreturn.2:27
#, no-wrap
msgid "SIGRETURN"
msgstr "SIGRETURN"

#. type: TH
#: ../english/manpages/man2/sigreturn.2:27
#, no-wrap
msgid "2008-06-26"
msgstr "26. Juni 2008"

#. type: TH
#: ../english/manpages/man2/sigreturn.2:27
#, no-wrap
msgid "Linux"
msgstr "Linux"

#. type: TH
#: ../english/manpages/man2/sigreturn.2:27
#, no-wrap
msgid "Linux Programmer's Manual"
msgstr "Linux-Programmierhandbuch"

#. type: SH
#: ../english/manpages/man2/sigreturn.2:28
#, no-wrap
msgid "NAME"
msgstr "BEZEICHNUNG"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:30
#, fuzzy
msgid "sigreturn - return from signal handler and cleanup stack frame"
msgstr "sigreturn - Rückkehr vom Signalhandler und Aufräumen des Stacks"

#. type: SH
#: ../english/manpages/man2/sigreturn.2:30
#, no-wrap
msgid "SYNOPSIS"
msgstr "ÜBERSICHT"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:32
#, fuzzy
msgid "B<int sigreturn(unsigned long >I<__unused>B<);>"
msgstr "B<int sigreturn(unsigned long >I<__unused>B<);>"

#. type: SH
#: ../english/manpages/man2/sigreturn.2:32
#, no-wrap
msgid "DESCRIPTION"
msgstr "BESCHREIBUNG"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:40
#, fuzzy
msgid ""
"When the Linux kernel creates the stack frame for a signal handler, a call "
"to B<sigreturn>()  is inserted into the stack frame so that upon return from "
"the signal handler, B<sigreturn>()  will be called."
msgstr ""
"Wenn der Linux Kernel einen Eintrag für einen Signalhandler im Stack ablegt, "
"wird ein Aufruf von B<sigreturn> eingebaut, sodass der Signalhandler bei "
"Beendigung B<sigreturn> aufruft.  Dieser Aufruf sorgt für das Aufräumen des "
"Stacks, womit der Prozess mit dem Kontext so fortfahren kann, der bei der "
"Unterbrechung durch das Signal vorlag."

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:51
msgid ""
"This B<sigreturn>()  call undoes everything that was done\\(emchanging the "
"process's signal mask, switching stacks (see B<sigaltstack>(2))\\(emin order "
"to invoke the signal handler: it restores the process's signal mask, "
"switches stacks, and restores the process's context (registers, processor "
"flags), so that the process directly resumes execution at the point where it "
"was interrupted by the signal."
msgstr ""

#. type: SH
#: ../english/manpages/man2/sigreturn.2:51
#, no-wrap
msgid "RETURN VALUE"
msgstr "RÜCKGABEWERT"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:54
#, fuzzy
msgid "B<sigreturn>()  never returns."
msgstr "B<sigreturn> kehrt nie zurück."

#. type: SH
#: ../english/manpages/man2/sigreturn.2:54
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:56
#, fuzzy
msgid "/usr/src/linux/arch/i386/kernel/signal.c"
msgstr "I</usr/src/linux/arch/i386/kernel/signal.c>"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:58
#, fuzzy
msgid "/usr/src/linux/arch/alpha/kernel/entry.S"
msgstr "I</usr/src/linux/arch/alpha/kernel/entry.S>"

#. type: SH
#: ../english/manpages/man2/sigreturn.2:58
#, no-wrap
msgid "CONFORMING TO"
msgstr "KONFORM ZU"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:62
#, fuzzy
msgid ""
"B<sigreturn>()  is specific to Linux and should not be used in programs "
"intended to be portable."
msgstr "B<sigreturn> ist Linux-spezifisch."

#. type: SH
#: ../english/manpages/man2/sigreturn.2:62
#, no-wrap
msgid "NOTES"
msgstr "ANMERKUNGEN"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:72
#, fuzzy
msgid ""
"The B<sigreturn>()  call is used by the kernel to implement signal "
"handlers.  It should B<never> be called directly.  Better yet, the specific "
"use of the I<__unused> argument varies depending on the architecture."
msgstr ""
"Die Funktion B<sigreturn> wird vom Kernel dazu benutzt, Signalhandler zu "
"implementieren.  Sie sollte B<niemals> direkt aufgerufen werden.  Darüber "
"hinaus variiert die Benutzung des Argumentes I<__unused> je nach der "
"benutzten Rechnerarchitektur."

#. type: SH
#: ../english/manpages/man2/sigreturn.2:72
#, no-wrap
msgid "SEE ALSO"
msgstr "SIEHE AUCH"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:77
#, fuzzy
msgid "B<kill>(2), B<sigaltstack>(2), B<signal>(2), B<signal>(7)"
msgstr "B<kill>(2), B<signal>(2), B<signal>(7)."

#. type: SH
#: ../english/manpages/man2/sigreturn.2:77
#, no-wrap
msgid "COLOPHON"
msgstr "KOLOPHON"

#. type: Plain text
#: ../english/manpages/man2/sigreturn.2:84
msgid ""
"This page is part of release 3.25 of the Linux I<man-pages> project.  A "
"description of the project, and information about reporting bugs, can be "
"found at http://www.kernel.org/doc/man-pages/.";
msgstr ""
"Diese Seite ist Teil der Veröffentlichung 3.25 des Projekts Linux-I<man-"
"pages>. Eine Beschreibung des Projekts und Informationen über das Berichten "
"von Fehlern finden sich unter http://www.kernel.org/doc/man-pages/.";
PO4A-HEADER:mode=after;position=^.TH;beginboundary=FakePo4aBoundary

.SH ÜBERSETZUNG
Deutsche Übersetzung dieser Handbuchseite von
René Tschirley <gremlin@cs.tu-berlin.de>
und
Martin Schulze <joey@infodrom.org>.

Reply to: