# Dutch translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # # Jos Boersema , 2001. # Mario Blättermann , 2019. # Luc Castermans , 2022-2023, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 2.15\n" "POT-Creation-Date: 2024-06-01 06:22+0200\n" "PO-Revision-Date: 2024-05-21 09:15+0200\n" "Last-Translator: Luc Castermans \n" "Language-Team: Dutch <>\n" "Language: nl_NL\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" "X-Generator: Lokalize 22.12.3\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "sigaction" msgstr "sigaction" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2 mei 2024" #. type: TH #: archlinux debian-unstable #, fuzzy, no-wrap #| msgid "Linux man-pages 6.7" msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.7" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NAAM" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "sigaction, rt_sigaction - examine and change a signal action" msgstr "sigaction, rt_sigaction - onderzoek en verander een signaal actie" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTHEEK" #. 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, I<-lc>)" msgstr "Standard C bibliotheek (I, 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 "SAMENVATTING" #. 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 Esignal.hE>\n" msgstr "B<#include Estdio.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "BIB<,>\n" "B< const struct sigaction *_Nullable restrict >IB<,>\n" "B< struct sigaction *_Nullable restrict >IB<);>\n" msgstr "" "BIB<, const struct sigaction *restrict >IB<,>\n" "B< struct sigaction *_NULL_baar restrict >IB<);>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Feature Test Macro Requirements for glibc (see B(7)):" msgstr "Feature Test Macro´s eisen in glibc (zie B(7)):" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B():" msgstr "B():" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " _POSIX_C_SOURCE\n" msgstr " _POSIX_C_SOURCE\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I:" msgstr "I:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " _POSIX_C_SOURCE E= 199309L\n" msgstr " _POSIX_C_SOURCE E= 199309L\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 "BESCHRIJVING" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() system call is used to change the action taken by a " "process on receipt of a specific signal. (See B(7) for an overview " "of signals.)" msgstr "" "De B() systeem aanroep wordt gebruikt om de te nemen actie door " "een proces bij ontvangst van een signaal te veranderen. (Zie B(7) " "voor een overzicht van de signalen.)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I specifies the signal and can be any valid signal except B " "and B." msgstr "" "I bepaald het signaal en kan elk geldig signaal zijn behalve " "B en B." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If I is non-NULL, the new action for signal I is installed from " "I. If I is non-NULL, the previous action is saved in I." msgstr "" "Als I on-gelijk nul is wordt de nieuwe actie voor het signaal I " "geïnstalleerd van I. Als I niet-nul is, dan wordt de vorige " "actie bewaard in I." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The I structure is defined as something like:" msgstr "De I structuur is bepaald als" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "struct sigaction {\n" " void (*sa_handler)(int);\n" " void (*sa_sigaction)(int, siginfo_t *, void *);\n" " sigset_t sa_mask;\n" " int sa_flags;\n" " void (*sa_restorer)(void);\n" "};\n" msgstr "" "struct sigaction {\n" " void (*sa_handler)(int);\n" " void (*sa_sigaction)(int, siginfo_t *, void *);\n" " sigset_t sa_mask;\n" " int sa_flags;\n" " void (*sa_restorer)(void);\n" "};\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On some architectures a union is involved: do not assign to both " "I and I." msgstr "" "Op sommige architecturen wordt een union gebruikt: ken niet aan beiden " "I en I toe" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I field is not intended for application use. (POSIX does " "not specify a I field.) Some further details of the purpose of " "this field can be found in B(2)." msgstr "" "Het I veld is is niet bedoeld voor gebruik in applicaties. " "(POSIX specificeert het I veld niet.) Meer details over het " "doel van dit veld kunnen worden gevonden in B(2)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I specifies the action to be associated with I and can " "be one of the following:" msgstr "" "I specificeert de actie die wordt geassocieerd met I en " "die kan een van de volgende zijn:" #. type: IP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "\\[bu]" msgstr "\\[bu]" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B for the default action." msgstr "B voor de standaard actie." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B to ignore this signal." msgstr "B om dit signaal te negeren." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A pointer to a signal handling function. This function receives the signal " "number as its only argument." msgstr "" "Een wijzen naar een signaal afhandel functie. Deze functie ontvangt het " "signaal nummer als zijn enige argument." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If B is specified in I, then I (instead " "of I) specifies the signal-handling function for I. " "This function receives three arguments, as described below." msgstr "" "Als B werd opgegeven in I dan specificeert " "I (in plaats van I) de signaal afhandel functie " "voor I. Deze functie ontvangt drie argumenten zoals hieronder " "beschreven." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I specifies a mask of signals which should be blocked (i.e., added " "to the signal mask of the thread in which the signal handler is invoked) " "during execution of the signal handler. In addition, the signal which " "triggered the handler will be blocked, unless the B flag is used." msgstr "" "I specificeert een masker voor signalen die geblokkeerd zouden " "moeten worden (dat is, toegevoegd aan een signaal masker van de thread in " "welke de signaal afhandelaar wordt aangeroepen) tijdens de uitvoering van " "de signaal afhandelaar. In toevoeging daarop zal het signaal dat de " "behandelaar af liet gaan geblokkeerd worden, tenzij de B vlag " "werd gebruikt." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I specifies a set of flags which modify the behavior of the " "signal. It is formed by the bitwise OR of zero or more of the following:" msgstr "" "I geeft een aantal vlaggen op die het gedrag van het signaal " "behandelings proces aanpassen. Het wordt gevormd door de bitsgewijze OF van " "nul of meer van het volgende:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If I is B, do not receive notification when child processes " "stop (i.e., when they receive one of B, B, B, or " "B) or resume (i.e., they receive B) (see B(2)). " "This flag is meaningful only when establishing a handler for B." msgstr "" "Als I B is, ontvang geen bericht wanneer kind processen " "stoppen (dat is, wanneer deze een van B, B, B of " "B ontvangen) of ga door (dat is, ze ontvangen B) (zie " "B(2)). Deze vlag is alleen van betekenis bij het inrichten van een " "afhandelaar voor B." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (since Linux 2.6)" msgstr "B (sinds Linux 2.6)" #. To be precise: Linux 2.5.60 -- MTK #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If I is B, do not transform children into zombies when they " "terminate. See also B(2). This flag is meaningful only when " "establishing a handler for B, or when setting that signal's " "disposition to B." msgstr "" "Als I gelijk is aan B transformeer dan kinderen niet in " "zombies wanneer zij eindigen. Zie ook B(2). Deze vlag is alleen " "van betekenis bij het inrichten van een afhandelaar voor B, of bij " "het zetten van een signaal dispositie op B." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If the B flag is set when establishing a handler for " "B, POSIX.1 leaves it unspecified whether a B signal is " "generated when a child process terminates. On Linux, a B signal is " "generated in this case; on some other implementations, it is not." msgstr "" "Als de B vlag werd gezet bij het inrichten van een afhandelaar " "voor B, dan laat POSIX.1 het ongespecificeerd of een B " "signaal wordt gegenereerd zodra een kind proces eindigt. Op Linux, wordt " "een B in dit geval gegenereerd; op sommige andere implementaties " "is dit niet het geval ." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Do not add the signal to the thread's signal mask while the handler is " "executing, unless the signal is specified in I. Consequently, " "a further instance of the signal may be delivered to the thread while it is " "executing the handler. This flag is meaningful only when establishing a " "signal handler." msgstr "" "Voeg geen signaal toe aan het thread signaal masker terwijl de afhandelaar " "wordt uitgevoerd, behalve als het signaal werd opgegeven in I. Bijgevolg mag een volgende instantie van het signaal worden " "afgeleverd bij de thread terwijl deze de afhandelaar uitvoert. Deze vlag is " "alleen van betekenis bij het inrichten van de signaal afhandelaar. " #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B is an obsolete, nonstandard synonym for this flag." msgstr "B is een overbodig, niet-standaard synoniem voor deze vlag." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Call the signal handler on an alternate signal stack provided by " "B(2). If an alternate stack is not available, the default " "stack will be used. This flag is meaningful only when establishing a signal " "handler." msgstr "" "Roep de signaal afhandelaar aan op een alternatieve stack voorzien door " "B(2). Indien een alternatieve stack niet beschikbaar is, dan " "wordt de standaard stack gebruikt. Deze vlag is alleen van betekenis bij het " "inrichten van een signaal afhandelaar." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Restore the signal action to the default upon entry to the signal handler. " "This flag is meaningful only when establishing a signal handler." msgstr "" "Herstel de signaal actie naar de standaard bij het binnengaan in de signaal " "afhandelaar. Deze vlag is alleen van betekenis bij het inrichten van een " "signaal afhandelaar. " #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B is an obsolete, nonstandard synonym for this flag." msgstr "" "B is een verouderd, niet-standaard synoniem voor deze vlag." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Provide behavior compatible with BSD signal semantics by making certain " "system calls restartable across signals. This flag is meaningful only when " "establishing a signal handler. See B(7) for a discussion of system " "call restarting." msgstr "" "Voorzie in gedrag overeenkomend met BSD signaal-semantiek bij het " "herstartbaar maken langs signalen van bepaalde systeem aanroepen. Deze vlag " "heeft alleen betekenis bij het inrichten van een signaal afhandelaar. Zie " "B(7) voor een discussie over het herstarten van een systeem aanroep." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I. This flag is used by C libraries to " "indicate that the I field contains the address of a \"signal " "trampoline\". See B(2) for more details." msgstr "" "I. Deze vlag wordt gebruikt door C " "bibliotheken om aan te geven dat het I veld het adres van een " "\"signaal trampoline\" bevat. Zie B(2) voor meer details." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (since Linux 2.2)" msgstr "B (sinds Linux 2.2)" #. (The #. .I sa_sigaction #. field was added in Linux 2.1.86.) #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The signal handler takes three arguments, not one. In this case, " "I should be set instead of I. This flag is " "meaningful only when establishing a signal handler." msgstr "" "De signaal afhandelaar neemt drie argumenten, niet een. In dit geval zou " "I gezet moeten zijn in plaats van I. Deze vlaggen " "is alleen van betekenis bij het inrichten van een signaal afhandelaar." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (since Linux 5.11)" msgstr "B (vanaf Linux 5.11)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Used to dynamically probe for flag bit support." msgstr "Gebruikt om dynamisch op vlag bit ondersteuning te polsen." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If an attempt to register a handler succeeds with this flag set in Isa_flags> alongside other flags that are potentially unsupported by the " "kernel, and an immediately subsequent B() call specifying the " "same signal number and with a non-NULL I argument yields " "B I in Isa_flags>, then Isa_flags> may be used as a bitmask describing which of the potentially " "unsupported flags are, in fact, supported. See the section \"Dynamically " "probing for flag bit support\" below for more details." msgstr "" "Zodra een poging om een afhandelaar te registreren slaagde met deze vlag " "gezet in Isa_flags> samen met andere vlaggen die potentieel niet " "ondersteund worden door de kernel, dan zal een meteen opeenvolgende " "B() aanroep die hetzelfde signaal nummer opgeeft en een niet-NULL " "I argument resulteren in een B I in " "Isa_flags>, waarna Isa_flags> mag worden " "gebruikt als een bit-masker beschrijvend welke van de potentieel niet " "ondersteunde vlaggen in feite wél worden ondersteund. Zie de sectie " "\"Dynamisch polsen op vlag bit ondersteuning\" voor meer details." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (since Linux 5.11)" msgstr "B (vanaf Linux 5.11)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Normally, when delivering a signal, an architecture-specific set of tag bits " "are cleared from the I field of I. If this flag is set, " "an architecture-specific subset of the tag bits will be preserved in " "I." msgstr "" "Normaliter, wordt bij het afleveren van een signaal een architecture-" "specifieke verzameling tag-bits gewist in het I veld van " "I. Als deze vlag is gezet dan wordt een architecture-specifieke " "deelverzameling van de tag-bits behouden in I." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Programs that need to be compatible with Linux versions older than 5.11 must " "use B to probe for support." msgstr "" "Programma´s die overdraagbaar moeten zijn met Linux versies ouder dan 5.11 " "moeten B gebruiken om te testen op ondersteuning." #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "The siginfo_t argument to a SA_SIGINFO handler" msgstr "Het siginfo_t argument voor een SA_SIGINFO afhandelaar" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "When the B flag is specified in I, the signal " "handler address is passed via the I field. This handler " "takes three arguments, as follows:" msgstr "" "Indien de B vlag werd gespecificeerd in I dan " "wordt het adres van de afhandelaar doorgegeven via het I " "veld. Deze afhandelaar heeft drie argumenten, die zijn als volgt:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "void\n" "handler(int sig, siginfo_t *info, void *ucontext)\n" "{\n" " ...\n" "}\n" msgstr "" "void\n" "handler(int sig, siginfo_t *info, void *ucontext)\n" "{\n" " ...\n" "}\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "These three arguments are as follows" msgstr "Deze drie argumenten zijn als volgt" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The number of the signal that caused invocation of the handler." msgstr "" "Het nummer van het signaal de de aanroep van de afhandelaar veroorzaakte." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A pointer to a I, which is a structure containing further " "information about the signal, as described below." msgstr "" "Een wijzer naar een I, hetgeen een structure is die verdere " "informatie bevat over het hieronder beschreven signaal." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This is a pointer to a I structure, cast to I. The " "structure pointed to by this field contains signal context information that " "was saved on the user-space stack by the kernel; for details, see " "B(2). Further information about the I structure can " "be found in B(3) and B(7). Commonly, the handler " "function doesn't make any use of the third argument." msgstr "" "Dit is een wijzer naar een I structure, cast naar I. " "De structure aangewezen door dit veld bevat signaal context informatie die " "werd bewaard in de gebruikers-stack door de kernel; zie B(2) voor " "details. Verdere informatie over de I structure kan worden " "gevonden in B(3) en B(7). In het algemeen maakt de " "afhandelaar functie geen gebruik van het derde argument." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The I data type is a structure with the following fields:" msgstr "Het I data type is een structure met de volgende velden:" #. FIXME #. The siginfo_t 'si_trapno' field seems to be used #. only on SPARC and Alpha; this page could use #. a little more detail on its purpose there. #. In the kernel: si_tid #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "siginfo_t {\n" " int si_signo; /* Signal number */\n" " int si_errno; /* An errno value */\n" " int si_code; /* Signal code */\n" " int si_trapno; /* Trap number that caused\n" " hardware-generated signal\n" " (unused on most architectures) */\n" " pid_t si_pid; /* Sending process ID */\n" " uid_t si_uid; /* Real user ID of sending process */\n" " int si_status; /* Exit value or signal */\n" " clock_t si_utime; /* User time consumed */\n" " clock_t si_stime; /* System time consumed */\n" " union sigval si_value; /* Signal value */\n" " int si_int; /* POSIX.1b signal */\n" " void *si_ptr; /* POSIX.1b signal */\n" " int si_overrun; /* Timer overrun count;\n" " POSIX.1b timers */\n" " int si_timerid; /* Timer ID; POSIX.1b timers */\n" " void *si_addr; /* Memory location which caused fault */\n" " long si_band; /* Band event (was I in\n" " glibc 2.3.2 and earlier) */\n" " int si_fd; /* File descriptor */\n" " short si_addr_lsb; /* Least significant bit of address\n" " (since Linux 2.6.32) */\n" " void *si_lower; /* Lower bound when address violation\n" " occurred (since Linux 3.19) */\n" " void *si_upper; /* Upper bound when address violation\n" " occurred (since Linux 3.19) */\n" " int si_pkey; /* Protection key on PTE that caused\n" " fault (since Linux 4.6) */\n" " void *si_call_addr; /* Address of system call instruction\n" " (since Linux 3.5) */\n" " int si_syscall; /* Number of attempted system call\n" " (since Linux 3.5) */\n" " unsigned int si_arch; /* Architecture of attempted system call\n" " (since Linux 3.5) */\n" "}\n" msgstr "" "siginfo_t {\n" " int si_signo; /* Signaal nummer */\n" " int si_errno; /* Een fout waarde */\n" " int si_code; /* Signaal code */\n" " int si_trapno; /* Trap nummer dat het \n" " hardware-gegenereerde signaal veroorzaakte\n" " (ongebruikt op de meeste architecturen) */\n" " pid_t si_pid; /* proces ID van de zender*/\n" " uid_t si_uid; /* Huidig UID van zendende proces */\n" " int si_status; /* Exit waarde of signaal */\n" " clock_t si_utime; /* Gebruikte User tijd */\n" " clock_t si_stime; /* Gebruikte Systeem tijd */\n" " union sigval si_value; /* Signaal waarde */\n" " int si_int; /* POSIX.1b signal */\n" " void *si_ptr; /* POSIX.1b signal */\n" " int si_overrun; /* Timer overrun teller;\n" " POSIX.1b timers */\n" " int si_timerid; /* Timer ID; POSIX.1b timers */\n" " void *si_addr; /* Geheugen locatie die fout veroorzaakte */\n" " long si_band; /* Band gebeurtenis (was I in\n" " glibc 2.3.2 en eerder) */\n" " int si_fd; /* Bestandsindicator */\n" " short si_addr_lsb; /* Minst significant bit van adres\n" " (vanaf Linux 2.6.32) */\n" " void *si_lower; /* Laagste grens bij adres schending\n" " occurred (vanaf Linux 3.19) */\n" " void *si_upper; /* Hoogste grens bij adres schending\n" " occurred (vanaf Linux 3.19) */\n" " int si_pkey; /* Beveiliging sleutel op PTE die fout\n" " veroorzaakte (vanaf Linux 4.6) */\n" " void *si_call_addr; /* Addres van de systeem aanroep instructie\n" " (vanaf Linux 3.5) */\n" " int si_syscall; /* Aantal geprobeerde systeem aanroepen\n" " (vanaf Linux 3.5) */\n" " unsigned int si_arch; /* Architecture van geprobeerde systeem aanroep\n" " (vanaf Linux 3.5) */\n" "}\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I, I and I are defined for all signals. " "(I is generally unused on Linux.) The rest of the struct may be a " "union, so that one should read only the fields that are meaningful for the " "given signal:" msgstr "" "I, I en I zijn gedefinieerd voor alle signalen. " "(I wordt in het algemeen niet gebruikt op Linux.) De rest van de " "structure mag een union zijn, zodat men alleen die velden moet lezen die van " "betekenis zijn voor het gegeven signaal:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Signals sent with B(2) and B(3) fill in I and " "I. In addition, signals sent with B(3) fill in I " "and I with the values specified by the sender of the signal; see " "B(3) for more details." msgstr "" "Signalen verzonden met B(2) en B(3) vullen I " "enI in. Daarnaast vullen signalen verzonden met B(3) " "I en I in met de waarden opgegeven door de afzender van het " "signaal; zie B(3) voor meer details." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Signals sent by POSIX.1b timers (since Linux 2.6) fill in I and " "I. The I field is an internal ID used by the kernel " "to identify the timer; it is not the same as the timer ID returned by " "B(2). The I field is the timer overrun count; " "this is the same information as is obtained by a call to " "B(2). These fields are nonstandard Linux extensions." msgstr "" "Signalen verzonden door POSIX.1b timers (vanaf Linux 2.6) vullen " "I en I in. Het I veld is een intern ID " "dat gebruikt wordt door de kernel om de timer te identificeren; dit is niet " "dezelfde als de timer ID die geretourneerd wordt door B(2). " "Het I veld is de overloop teler; dit is dezelfde informatie die " "wordt verkregen door een aanroep van B(2). Deze velden " "zijn niet standaard Linux uitbreidingen." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Signals sent for message queue notification (see the description of " "B in B(3)) fill in I/I, with the " "I supplied to B(3); I, with the process ID " "of the message sender; and I, with the real user ID of the message " "sender." msgstr "" "Signalen verzonden voor berichten rij notificatie (zie de beschrijving van " "B in B(3)) vul I/I in, met de " "I geleverd aan B(3); I, met de proces ID van " "de berichten afzender; en I, met het echte gebruiker ID van de " "berichten afzender." #. FIXME . #. When si_utime and si_stime where originally implemented, the #. measurement unit was HZ, which was the same as clock ticks #. (sysconf(_SC_CLK_TCK)). In Linux 2.6, HZ became configurable, and #. was *still* used as the unit to return the info these fields, #. with the result that the field values depended on the #. configured HZ. Of course, the should have been measured in #. USER_HZ instead, so that sysconf(_SC_CLK_TCK) could be used to #. convert to seconds. I have a queued patch to fix this: #. http://thread.gmane.org/gmane.linux.kernel/698061/ . #. This patch made it into Linux 2.6.27. #. But note that these fields still don't return the times of #. waited-for children (as is done by getrusage() and times() #. and wait4()). Solaris 8 does include child times. #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B fills in I, I, I, I, and " "I, providing information about the child. The I field is " "the process ID of the child; I is the child's real user ID. The " "I field contains the exit status of the child (if I is " "B), or the signal number that caused the process to change " "state. The I and I contain the user and system CPU time " "used by the child process; these fields do not include the times used by " "waited-for children (unlike B(2) and B(2)). Up to Linux " "2.6, and since Linux 2.6.27, these fields report CPU time in units of " "I. In Linux 2.6 kernels before Linux 2.6.27, a bug " "meant that these fields reported time in units of the (configurable) system " "jiffy (see B