Hallo Mitübersetzer, ich habe kürzlich eine Handbuchseite aus Abschnitt 3 übersetzt.
Es sind insgesamt 44 Zeichenketten. Für konstruktives Korrekturlesen wäre ich sehr dankbar. Viele Grüße Helge -- Dr. Helge Kreutzmann deb...@helgefjell.de Dipl.-Phys. http://www.helgefjell.de/debian.php 64bit GNU powered gpg signed mail preferred Help keep free software "libre": http://www.ffii.de/
# German translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Helge Kreutzmann <deb...@helgefjell.de>, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.24.0\n" "POT-Creation-Date: 2024-10-04 18:08+0200\n" "PO-Revision-Date: 2024-11-05 18:56+0100\n" "Last-Translator: Helge Kreutzmann <deb...@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-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "sysv_signal" msgstr "sysv_signal" #. type: TH #: archlinux debian-unstable fedora-41 fedora-rawhide opensuse-leap-16-0 #: opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2. Mai 2024" #. type: TH #: archlinux fedora-41 fedora-rawhide #, no-wrap msgid "Linux man-pages 6.9.1" msgstr "Linux man-pages 6.9.1" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "BEZEICHNUNG" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "sysv_signal - signal handling with System V semantics" msgstr "sysv_signal - Signalhandhabung mit System-V-Semantik" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTHEK" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 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-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "" "B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n" "B<#include E<lt>signal.hE<gt>>\n" msgstr "" "B<#define _GNU_SOURCE> /* Siehe feature_test_macros(7) */\n" "B<#include E<lt>signal.hE<gt>>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<typedef void (*sighandler_t)(int);>\n" msgstr "B<typedef void (*sighandler_t)(int);>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<sighandler_t sysv_signal(int >I<signum>B<, sighandler_t >I<handler>B<);>\n" msgstr "B<sighandler_t sysv_signal(int >I<Signum>B<, sighandler_t >I<Handhaber>B<);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "The B<sysv_signal>() function takes the same arguments, and performs the " "same task, as B<signal>(2)." msgstr "" "Die Funktion B<sysv_signal>() akzeptiert die gleichen Argumente und erledigt " "die gleichen Aufgaben wie B<signal>(2)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "However B<sysv_signal>() provides the System V unreliable signal semantics, " "that is: a) the disposition of the signal is reset to the default when the " "handler is invoked; b) delivery of further instances of the signal is not " "blocked while the signal handler is executing; and c) if the handler " "interrupts (certain) blocking system calls, then the system call is not " "automatically restarted." msgstr "" "Allerdings stellt B<sysv_signal>() die unzuverlässige System-V-Signal-" "Semantik bereit, was bedeutet, dass a) die Disponierung auf die Vorgabe " "zurückgesetzt wird, wenn der Handhaber aufgerufen wird, b) die Auslieferung " "weiterer Instanzen des Signal nicht blockiert wird, während der Signal-" "Handhaber ausgeführt wird und c) falls der Handhaber (bestimmte) " "blockierende Systemaufrufe unterbricht, der Systemaufruf nicht automatisch " "neu gestartet wird." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "RÜCKGABEWERT" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "The B<sysv_signal>() function returns the previous value of the signal " "handler, or B<SIG_ERR> on error." msgstr "" "Die Funktion B<sysv_signal>() liefert den vorherigen Wert des Signal-" "Handhabers zurück oder B<SIG_ERR> im Fehlerfall." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "FEHLER" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "As for B<signal>(2)." msgstr "Wie bei B<signal>(2)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "ATTRIBUTES" msgstr "ATTRIBUTE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "For an explanation of the terms used in this section, see B<attributes>(7)." msgstr "" "Siehe B<attributes>(7) für eine Erläuterung der in diesem Abschnitt " "verwandten Ausdrücke." #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Interface" msgstr "Schnittstelle" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Attribute" msgstr "Attribut" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Value" msgstr "Wert" #. type: tbl table #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid ".na\n" msgstr ".na\n" #. type: tbl table #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid ".nh\n" msgstr ".nh\n" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<sysv_signal>()" msgstr "B<sysv_signal>()" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Thread safety" msgstr "Multithread-Fähigkeit" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "MT-Safe" msgstr "MT-Sicher" #. type: SH #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "VERSIONS" msgstr "VERSIONEN" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "Use of B<sysv_signal>() should be avoided; use B<sigaction>(2) instead." msgstr "" "Die Verwendung von B<sysv_signal>() sollte vermieden werden, verwenden Sie " "stattdessen B<sigaction>(2)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "On older Linux systems, B<sysv_signal>() and B<signal>(2) were " "equivalent. But on newer systems, B<signal>(2) provides reliable signal " "semantics; see B<signal>(2) for details." msgstr "" "Auf älteren Systemen waren B<sysv_signal>() und B<signal>(2) äquivalent. Auf " "neueren Systemen stellt aber B<signal>(2) zuverlässigere Signal-Semantiken " "bereit; siehe B<signal>(2) zu Details." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "The use of I<sighandler_t> is a GNU extension; this type is defined only if " "the B<_GNU_SOURCE> feature test macro is defined." msgstr "" "Die Verwendung von I<sighandler_t> ist eine GNU-Erweiterung; dieser Typ ist " "nur definiert, falls das Feature-Test-Makro B<_GNU_SOURCE> definiert ist." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARDS" #. type: Plain text #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed msgid "None." msgstr "Keine." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "B<sigaction>(2), B<signal>(2), B<bsd_signal>(3), B<signal>(7)" msgstr "B<sigaction>(2), B<signal>(2), B<bsd_signal>(3), B<signal>(7)" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-12-15" msgstr "15. Dezember 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 "This function is nonstandard." msgstr "Diese Funktion ist nicht standardisiert." #. type: SH #: debian-bookworm #, no-wrap msgid "NOTES" msgstr "ANMERKUNGEN" #. type: TH #: debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.8" #. type: TH #: mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31. Oktober 2023" #. type: TH #: mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.06" #. type: TH #: opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages (unveröffentlicht)"
signature.asc
Description: PGP signature