Hallo Mitübersetzer,
ich habe kürzlich eine Handbuchseite aus Abschnitt 2 übersetzt.

Es sind insgesamt 102 Zeichenketten, allerdings zum Großteil 
nur Konstantennamen.

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/
# German translation of manpages
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n 4.29.1\n"
"POT-Creation-Date: 2025-12-07 15:58+0100\n"
"PO-Revision-Date: 2026-01-22 20:30+0100\n"
"Last-Translator: Automatically generated\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-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "prctl"
msgstr "prctl"

#. type: TH
#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "2025-06-11"
msgstr "11. Juni 2025"

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

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid "prctl - operations on a process or thread"
msgstr "prctl - Aktionen auf einen Prozess oder Thread"

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

#. type: Plain text
#: archlinux debian-unstable 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-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr "ÜBERSICHT"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid ""
"B<#include E<lt>linux/prctl.hE<gt>>  /* Definition of B<PR_*> constants */\n"
"B<#include E<lt>sys/prctl.hE<gt>>\n"
msgstr ""
"B<#include E<lt>linux/prctl.hE<gt>>  /* Definition der B<PR_*>-Konstanten */\n"
"B<#include E<lt>sys/prctl.hE<gt>>\n"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<int prctl(int >I<op>B<, ...);>\n"
msgstr "B<int prctl(int >I<Aktion>B<, …);>\n"

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"B<prctl>()  manipulates various aspects of the behavior of the calling "
"thread or process."
msgstr ""
"B<prctl>() verändert verschiedene Aspekte des Verhaltens des aufrufenden "
"Threads oder Prozesses."

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"B<prctl>()  is called with a first argument describing what to do, and "
"further arguments with a significance depending on the first one.  The first "
"argument can be:"
msgstr ""
"Beim Aufruf von B<prctl>() wird die gewünschte Änderung im ersten Argument "
"übergeben und weitere Argumente mit Bedeutung hängen vom ersten ab. Das "
"erste Argumente kann folgende Werte annehmen:"

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

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_CAPBSET_READ>"
msgstr "B<PR_CAPBSET_READ>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_CAPBSET_DROP>"
msgstr "B<PR_CAPBSET_DROP>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_CHILD_SUBREAPER>"
msgstr "B<PR_SET_CHILD_SUBREAPER>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_CHILD_SUBREAPER>"
msgstr "B<PR_GET_CHILD_SUBREAPER>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_DUMPABLE>"
msgstr "B<PR_SET_DUMPABLE>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_DUMPABLE>"
msgstr "B<PR_GET_DUMPABLE>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_ENDIAN>"
msgstr "B<PR_SET_ENDIAN>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_ENDIAN>"
msgstr "B<PR_GET_ENDIAN>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_FP_MODE>"
msgstr "B<PR_SET_FP_MODE>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_FP_MODE>"
msgstr "B<PR_GET_FP_MODE>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_FPEMU>"
msgstr "B<PR_SET_FPEMU>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_FPEMU>"
msgstr "B<PR_GET_FPEMU>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_FPEXC>"
msgstr "B<PR_SET_FPEXC>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_FPEXC>"
msgstr "B<PR_GET_FPEXC>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_IO_FLUSHER>"
msgstr "B<PR_SET_IO_FLUSHER>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_IO_FLUSHER>"
msgstr "B<PR_GET_IO_FLUSHER>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_KEEPCAPS>"
msgstr "B<PR_SET_KEEPCAPS>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_KEEPCAPS>"
msgstr "B<PR_GET_KEEPCAPS>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_MCE_KILL>"
msgstr "B<PR_MCE_KILL>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_MCE_KILL_GET>"
msgstr "B<PR_MCE_KILL_GET>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_MM>"
msgstr "B<PR_SET_MM>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_VMA>"
msgstr "B<PR_SET_VMA>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_MPX_ENABLE_MANAGEMENT>"
msgstr "B<PR_MPX_ENABLE_MANAGEMENT>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_MPX_DISABLE_MANAGEMENT>"
msgstr "B<PR_MPX_DISABLE_MANAGEMENT>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_NAME>"
msgstr "B<PR_SET_NAME>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_NAME>"
msgstr "B<PR_GET_NAME>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_NO_NEW_PRIVS>"
msgstr "B<PR_SET_NO_NEW_PRIVS>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_NO_NEW_PRIVS>"
msgstr "B<PR_GET_NO_NEW_PRIVS>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_PAC_RESET_KEYS>"
msgstr "B<PR_PAC_RESET_KEYS>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_PDEATHSIG>"
msgstr "B<PR_SET_PDEATHSIG>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_PDEATHSIG>"
msgstr "B<PR_GET_PDEATHSIG>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_PTRACER>"
msgstr "B<PR_SET_PTRACER>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_SECCOMP>"
msgstr "B<PR_SET_SECCOMP>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_SECCOMP>"
msgstr "B<PR_GET_SECCOMP>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_SECUREBITS>"
msgstr "B<PR_SET_SECUREBITS>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_SECUREBITS>"
msgstr "B<PR_GET_SECUREBITS>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_SPECULATION_CTRL>"
msgstr "B<PR_GET_SPECULATION_CTRL>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_SPECULATION_CTRL>"
msgstr "B<PR_SET_SPECULATION_CTRL>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SVE_SET_VL>"
msgstr "B<PR_SVE_SET_VL>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SVE_GET_VL>"
msgstr "B<PR_SVE_GET_VL>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_SYSCALL_USER_DISPATCH>"
msgstr "B<PR_SET_SYSCALL_USER_DISPATCH>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_TAGGED_ADDR_CTRL>"
msgstr "B<PR_SET_TAGGED_ADDR_CTRL>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_TAGGED_ADDR_CTRL>"
msgstr "B<PR_GET_TAGGED_ADDR_CTRL>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_TASK_PERF_EVENTS_DISABLE>"
msgstr "B<PR_TASK_PERF_EVENTS_DISABLE>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_TASK_PERF_EVENTS_ENABLE>"
msgstr "B<PR_TASK_PERF_EVENTS_ENABLE>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_THP_DISABLE>"
msgstr "B<PR_SET_THP_DISABLE>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_THP_DISABLE>"
msgstr "B<PR_GET_THP_DISABLE>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_TID_ADDRESS>"
msgstr "B<PR_GET_TID_ADDRESS>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_TIMERSLACK>"
msgstr "B<PR_SET_TIMERSLACK>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_TIMERSLACK>"
msgstr "B<PR_GET_TIMERSLACK>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_TIMING>"
msgstr "B<PR_SET_TIMING>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_TIMING>"
msgstr "B<PR_GET_TIMING>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_TSC>"
msgstr "B<PR_SET_TSC>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_TSC>"
msgstr "B<PR_GET_TSC>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_UNALIGN>"
msgstr "B<PR_SET_UNALIGN>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_UNALIGN>"
msgstr "B<PR_GET_UNALIGN>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_AUXV>"
msgstr "B<PR_GET_AUXV>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_SET_MDWE>"
msgstr "B<PR_SET_MDWE>"

#. type: TQ
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<PR_GET_MDWE>"
msgstr "B<PR_GET_MDWE>"

#. type: TQ
#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-leap-16-0
#: opensuse-tumbleweed
#, no-wrap
msgid "B<PR_RISCV_SET_ICACHE_FLUSH_CTX>"
msgstr "B<PR_RISCV_SET_ICACHE_FLUSH_CTX>"

#. type: TQ
#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<PR_FUTEX_HASH>"
msgstr "B<PR_FUTEX_HASH>"

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"On success, a nonnegative value is returned.  On error, -1 is returned, and "
"I<errno> is set to indicate the error."
msgstr ""
"Im Erfolgsfall wird eine nichtnegative Zahl zurückgeliefert. Im Fehlerfall "
"wird -1 zurückgeliefert und I<errno> gesetzt, um den Fehler anzuzeigen."

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

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid "The value of I<op> is not recognized, or not supported on this system."
msgstr ""
"Der Wert von I<Akt> wird auf diesem System nicht erkannt oder unterstützt."

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid "An unused argument is nonzero."
msgstr "Ein unbenutztes Argument ist von Null verschieden."

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"IRIX has a B<prctl>()  system call (also introduced in Linux 2.1.44 as "
"irix_prctl on the MIPS architecture), with prototype"
msgstr ""
"IRIX hat einen Systemaufruf B<prctl>() (der in Linux 2.1.44 auch als "
"irix_prctl auf der MIPS-Architektur eingeführt wurde). Er hat den Prototyp"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<ptrdiff_t prctl(int >I<op>B<, int >I<arg2>B<, int >I<arg3>B<);>\n"
msgstr "B<ptrdiff_t prctl(int >I<Aktion>B<, int >I<Arg2>B<, int >I<Arg3>B<);>\n"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"and operations to get the maximum number of processes per user, get the "
"maximum number of processors the calling process can use, find out whether a "
"specified process is currently blocked, get or set the maximum stack size, "
"and so on."
msgstr ""
"und Aktionen, um die maximale Anzahl von Prozessen pro Benutzer oder die "
"maximale Anzahl an Prozessoren, die der aufrufende Prozess verwenden kann, "
"zu ermitteln oder herauszufinden, ob ein bestimmter Prozess derzeit "
"blockiert ist oder die maximale Stapelgröße zu setzen oder zu ermitteln usw."

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

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

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid "Linux 2.1.57, glibc 2.0.6"
msgstr "Linux 2.1.57, Glibc 2.0.6"

#. type: SH
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "CAVEATS"
msgstr "WARNUNGEN"

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"The prototype of the libc wrapper uses a variadic argument list.  This makes "
"it necessary to pass the arguments with the right width.  When passing "
"numeric constants, such as 0, use a suffix: B<0L>."
msgstr ""
"Der Prototyp des Libc-Wrappers verwendet eine variadische Argumentenliste. "
"Daher müssen die Argumente mit der richtigen Breite übergeben werden. Bei "
"der Übergabe nummerischer Konstanten wie 0, verwenden Sie einen Suffix: "
"B<0L>."

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-43 fedora-rawhide
#: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"Careless use of some B<prctl>()  operations can confuse the user-space run-"
"time environment, so these operations should be used with care."
msgstr ""
"Leichtfertige Benutzung einiger B<prctl>()-Aktionen kann die "
"Laufzeitumgebung im Anwendungsraum durcheinanderbringen, daher sollten die "
"Aktionen mit Bedacht ausgeführt werden."

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

#. type: Plain text
#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
msgid ""
"B<signal>(2), B<PR_CAP_AMBIENT>(2const), B<PR_CAPBSET_READ>(2const), "
"B<PR_CAPBSET_DROP>(2const), B<PR_SET_CHILD_SUBREAPER>(2const), "
"B<PR_GET_CHILD_SUBREAPER>(2const), B<PR_SET_DUMPABLE>(2const), "
"B<PR_GET_DUMPABLE>(2const), B<PR_SET_ENDIAN>(2const), "
"B<PR_GET_ENDIAN>(2const), B<PR_SET_FP_MODE>(2const), "
"B<PR_GET_FP_MODE>(2const), B<PR_SET_FPEMU>(2const), B<PR_GET_FPEMU>(2const), "
"B<PR_SET_FPEXC>(2const), B<PR_GET_FPEXC>(2const), "
"B<PR_SET_IO_FLUSHER>(2const), B<PR_GET_IO_FLUSHER>(2const), "
"B<PR_SET_KEEPCAPS>(2const), B<PR_GET_KEEPCAPS>(2const), "
"B<PR_MCE_KILL>(2const), B<PR_MCE_KILL_GET>(2const), B<PR_SET_MM>(2const), "
"B<PR_SET_VMA>(2const), B<PR_MPX_ENABLE_MANAGEMENT>(2const), "
"B<PR_MPX_DISABLE_MANAGEMENT>(2const), B<PR_SET_NAME>(2const), "
"B<PR_GET_NAME>(2const), B<PR_SET_NO_NEW_PRIVS>(2const), "
"B<PR_GET_NO_NEW_PRIVS>(2const), B<PR_PAC_RESET_KEYS>(2const), "
"B<PR_SET_PDEATHSIG>(2const), B<PR_GET_PDEATHSIG>(2const), "
"B<PR_SET_PTRACER>(2const), B<PR_SET_SECCOMP>(2const), "
"B<PR_GET_SECCOMP>(2const), B<PR_SET_SECUREBITS>(2const), "
"B<PR_GET_SECUREBITS>(2const), B<PR_SET_SPECULATION_CTRL>(2const), "
"B<PR_GET_SPECULATION_CTRL>(2const), B<PR_SVE_SET_VL>(2const), "
"B<PR_SVE_GET_VL>(2const), B<PR_SET_SYSCALL_USER_DISPATCH>(2const), "
"B<PR_SET_TAGGED_ADDR_CTRL>(2const), B<PR_GET_TAGGED_ADDR_CTRL>(2const), "
"B<PR_TASK_PERF_EVENTS_DISABLE>(2const), "
"B<PR_TASK_PERF_EVENTS_ENABLE>(2const), B<PR_SET_THP_DISABLE>(2const), "
"B<PR_GET_THP_DISABLE>(2const), B<PR_GET_TID_ADDRESS>(2const), "
"B<PR_SET_TIMERSLACK>(2const), B<PR_GET_TIMERSLACK>(2const), "
"B<PR_SET_TIMING>(2const), B<PR_GET_TIMING>(2const), B<PR_SET_TSC>(2const), "
"B<PR_GET_TSC>(2const), B<PR_SET_UNALIGN>(2const), B<PR_GET_UNALIGN>(2const), "
"B<PR_GET_AUXV>(2const), B<PR_SET_MDWE>(2const), B<PR_GET_MDWE>(2const), "
"B<PR_RISCV_SET_ICACHE_FLUSH_CTX>(2const), B<PR_FUTEX_HASH>(2const), "
"B<core>(5)"
msgstr ""
"B<signal>(2), B<PR_CAP_AMBIENT>(2const), B<PR_CAPBSET_READ>(2const), "
"B<PR_CAPBSET_DROP>(2const), B<PR_SET_CHILD_SUBREAPER>(2const), "
"B<PR_GET_CHILD_SUBREAPER>(2const), B<PR_SET_DUMPABLE>(2const), "
"B<PR_GET_DUMPABLE>(2const), B<PR_SET_ENDIAN>(2const), "
"B<PR_GET_ENDIAN>(2const), B<PR_SET_FP_MODE>(2const), "
"B<PR_GET_FP_MODE>(2const), B<PR_SET_FPEMU>(2const), B<PR_GET_FPEMU>(2const), "
"B<PR_SET_FPEXC>(2const), B<PR_GET_FPEXC>(2const), "
"B<PR_SET_IO_FLUSHER>(2const), B<PR_GET_IO_FLUSHER>(2const), "
"B<PR_SET_KEEPCAPS>(2const), B<PR_GET_KEEPCAPS>(2const), "
"B<PR_MCE_KILL>(2const), B<PR_MCE_KILL_GET>(2const), B<PR_SET_MM>(2const), "
"B<PR_SET_VMA>(2const), B<PR_MPX_ENABLE_MANAGEMENT>(2const), "
"B<PR_MPX_DISABLE_MANAGEMENT>(2const), B<PR_SET_NAME>(2const), "
"B<PR_GET_NAME>(2const), B<PR_SET_NO_NEW_PRIVS>(2const), "
"B<PR_GET_NO_NEW_PRIVS>(2const), B<PR_PAC_RESET_KEYS>(2const), "
"B<PR_SET_PDEATHSIG>(2const), B<PR_GET_PDEATHSIG>(2const), "
"B<PR_SET_PTRACER>(2const), B<PR_SET_SECCOMP>(2const), "
"B<PR_GET_SECCOMP>(2const), B<PR_SET_SECUREBITS>(2const), "
"B<PR_GET_SECUREBITS>(2const), B<PR_SET_SPECULATION_CTRL>(2const), "
"B<PR_GET_SPECULATION_CTRL>(2const), B<PR_SVE_SET_VL>(2const), "
"B<PR_SVE_GET_VL>(2const), B<PR_SET_SYSCALL_USER_DISPATCH>(2const), "
"B<PR_SET_TAGGED_ADDR_CTRL>(2const), B<PR_GET_TAGGED_ADDR_CTRL>(2const), "
"B<PR_TASK_PERF_EVENTS_DISABLE>(2const), "
"B<PR_TASK_PERF_EVENTS_ENABLE>(2const), B<PR_SET_THP_DISABLE>(2const), "
"B<PR_GET_THP_DISABLE>(2const), B<PR_GET_TID_ADDRESS>(2const), "
"B<PR_SET_TIMERSLACK>(2const), B<PR_GET_TIMERSLACK>(2const), "
"B<PR_SET_TIMING>(2const), B<PR_GET_TIMING>(2const), B<PR_SET_TSC>(2const), "
"B<PR_GET_TSC>(2const), B<PR_SET_UNALIGN>(2const), B<PR_GET_UNALIGN>(2const), "
"B<PR_GET_AUXV>(2const), B<PR_SET_MDWE>(2const), B<PR_GET_MDWE>(2const), "
"B<PR_RISCV_SET_ICACHE_FLUSH_CTX>(2const), B<PR_FUTEX_HASH>(2const), "
"B<core>(5)"

#. type: TH
#: debian-trixie fedora-43
#, no-wrap
msgid "2024-06-01"
msgstr "1. Juni 2024"

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

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

#. type: Plain text
#: debian-trixie fedora-43
msgid ""
"B<signal>(2), B<PR_CAP_AMBIENT>(2const), B<PR_CAPBSET_READ>(2const), "
"B<PR_CAPBSET_DROP>(2const), B<PR_SET_CHILD_SUBREAPER>(2const), "
"B<PR_GET_CHILD_SUBREAPER>(2const), B<PR_SET_DUMPABLE>(2const), "
"B<PR_GET_DUMPABLE>(2const), B<PR_SET_ENDIAN>(2const), "
"B<PR_GET_ENDIAN>(2const), B<PR_SET_FP_MODE>(2const), "
"B<PR_GET_FP_MODE>(2const), B<PR_SET_FPEMU>(2const), B<PR_GET_FPEMU>(2const), "
"B<PR_SET_FPEXC>(2const), B<PR_GET_FPEXC>(2const), "
"B<PR_SET_IO_FLUSHER>(2const), B<PR_GET_IO_FLUSHER>(2const), "
"B<PR_SET_KEEPCAPS>(2const), B<PR_GET_KEEPCAPS>(2const), "
"B<PR_MCE_KILL>(2const), B<PR_MCE_KILL_GET>(2const), B<PR_SET_MM>(2const), "
"B<PR_SET_VMA>(2const), B<PR_MPX_ENABLE_MANAGEMENT>(2const), "
"B<PR_MPX_DISABLE_MANAGEMENT>(2const), B<PR_SET_NAME>(2const), "
"B<PR_GET_NAME>(2const), B<PR_SET_NO_NEW_PRIVS>(2const), "
"B<PR_GET_NO_NEW_PRIVS>(2const), B<PR_PAC_RESET_KEYS>(2const), "
"B<PR_SET_PDEATHSIG>(2const), B<PR_GET_PDEATHSIG>(2const), "
"B<PR_SET_PTRACER>(2const), B<PR_SET_SECCOMP>(2const), "
"B<PR_GET_SECCOMP>(2const), B<PR_SET_SECUREBITS>(2const), "
"B<PR_GET_SECUREBITS>(2const), B<PR_SET_SPECULATION_CTRL>(2const), "
"B<PR_GET_SPECULATION_CTRL>(2const), B<PR_SVE_SET_VL>(2const), "
"B<PR_SVE_GET_VL>(2const), B<PR_SET_SYSCALL_USER_DISPATCH>(2const), "
"B<PR_SET_TAGGED_ADDR_CTRL>(2const), B<PR_GET_TAGGED_ADDR_CTRL>(2const), "
"B<PR_TASK_PERF_EVENTS_DISABLE>(2const), "
"B<PR_TASK_PERF_EVENTS_ENABLE>(2const), B<PR_SET_THP_DISABLE>(2const), "
"B<PR_GET_THP_DISABLE>(2const), B<PR_GET_TID_ADDRESS>(2const), "
"B<PR_SET_TIMERSLACK>(2const), B<PR_GET_TIMERSLACK>(2const), "
"B<PR_SET_TIMING>(2const), B<PR_GET_TIMING>(2const), B<PR_SET_TSC>(2const), "
"B<PR_GET_TSC>(2const), B<PR_SET_UNALIGN>(2const), B<PR_GET_UNALIGN>(2const), "
"B<PR_GET_AUXV>(2const), B<PR_SET_MDWE>(2const), B<PR_GET_MDWE>(2const), "
"B<core>(5)"
msgstr ""
"B<signal>(2), B<PR_CAP_AMBIENT>(2const), B<PR_CAPBSET_READ>(2const), "
"B<PR_CAPBSET_DROP>(2const), B<PR_SET_CHILD_SUBREAPER>(2const), "
"B<PR_GET_CHILD_SUBREAPER>(2const), B<PR_SET_DUMPABLE>(2const), "
"B<PR_GET_DUMPABLE>(2const), B<PR_SET_ENDIAN>(2const), "
"B<PR_GET_ENDIAN>(2const), B<PR_SET_FP_MODE>(2const), "
"B<PR_GET_FP_MODE>(2const), B<PR_SET_FPEMU>(2const), B<PR_GET_FPEMU>(2const), "
"B<PR_SET_FPEXC>(2const), B<PR_GET_FPEXC>(2const), "
"B<PR_SET_IO_FLUSHER>(2const), B<PR_GET_IO_FLUSHER>(2const), "
"B<PR_SET_KEEPCAPS>(2const), B<PR_GET_KEEPCAPS>(2const), "
"B<PR_MCE_KILL>(2const), B<PR_MCE_KILL_GET>(2const), B<PR_SET_MM>(2const), "
"B<PR_SET_VMA>(2const), B<PR_MPX_ENABLE_MANAGEMENT>(2const), "
"B<PR_MPX_DISABLE_MANAGEMENT>(2const), B<PR_SET_NAME>(2const), "
"B<PR_GET_NAME>(2const), B<PR_SET_NO_NEW_PRIVS>(2const), "
"B<PR_GET_NO_NEW_PRIVS>(2const), B<PR_PAC_RESET_KEYS>(2const), "
"B<PR_SET_PDEATHSIG>(2const), B<PR_GET_PDEATHSIG>(2const), "
"B<PR_SET_PTRACER>(2const), B<PR_SET_SECCOMP>(2const), "
"B<PR_GET_SECCOMP>(2const), B<PR_SET_SECUREBITS>(2const), "
"B<PR_GET_SECUREBITS>(2const), B<PR_SET_SPECULATION_CTRL>(2const), "
"B<PR_GET_SPECULATION_CTRL>(2const), B<PR_SVE_SET_VL>(2const), "
"B<PR_SVE_GET_VL>(2const), B<PR_SET_SYSCALL_USER_DISPATCH>(2const), "
"B<PR_SET_TAGGED_ADDR_CTRL>(2const), B<PR_GET_TAGGED_ADDR_CTRL>(2const), "
"B<PR_TASK_PERF_EVENTS_DISABLE>(2const), "
"B<PR_TASK_PERF_EVENTS_ENABLE>(2const), B<PR_SET_THP_DISABLE>(2const), "
"B<PR_GET_THP_DISABLE>(2const), B<PR_GET_TID_ADDRESS>(2const), "
"B<PR_SET_TIMERSLACK>(2const), B<PR_GET_TIMERSLACK>(2const), "
"B<PR_SET_TIMING>(2const), B<PR_GET_TIMING>(2const), B<PR_SET_TSC>(2const), "
"B<PR_GET_TSC>(2const), B<PR_SET_UNALIGN>(2const), B<PR_GET_UNALIGN>(2const), "
"B<PR_GET_AUXV>(2const), B<PR_SET_MDWE>(2const), B<PR_GET_MDWE>(2const), "
"B<core>(5)"

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

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

#. type: Plain text
#: fedora-rawhide opensuse-leap-16-0
msgid ""
"B<signal>(2), B<PR_CAP_AMBIENT>(2const), B<PR_CAPBSET_READ>(2const), "
"B<PR_CAPBSET_DROP>(2const), B<PR_SET_CHILD_SUBREAPER>(2const), "
"B<PR_GET_CHILD_SUBREAPER>(2const), B<PR_SET_DUMPABLE>(2const), "
"B<PR_GET_DUMPABLE>(2const), B<PR_SET_ENDIAN>(2const), "
"B<PR_GET_ENDIAN>(2const), B<PR_SET_FP_MODE>(2const), "
"B<PR_GET_FP_MODE>(2const), B<PR_SET_FPEMU>(2const), B<PR_GET_FPEMU>(2const), "
"B<PR_SET_FPEXC>(2const), B<PR_GET_FPEXC>(2const), "
"B<PR_SET_IO_FLUSHER>(2const), B<PR_GET_IO_FLUSHER>(2const), "
"B<PR_SET_KEEPCAPS>(2const), B<PR_GET_KEEPCAPS>(2const), "
"B<PR_MCE_KILL>(2const), B<PR_MCE_KILL_GET>(2const), B<PR_SET_MM>(2const), "
"B<PR_SET_VMA>(2const), B<PR_MPX_ENABLE_MANAGEMENT>(2const), "
"B<PR_MPX_DISABLE_MANAGEMENT>(2const), B<PR_SET_NAME>(2const), "
"B<PR_GET_NAME>(2const), B<PR_SET_NO_NEW_PRIVS>(2const), "
"B<PR_GET_NO_NEW_PRIVS>(2const), B<PR_PAC_RESET_KEYS>(2const), "
"B<PR_SET_PDEATHSIG>(2const), B<PR_GET_PDEATHSIG>(2const), "
"B<PR_SET_PTRACER>(2const), B<PR_SET_SECCOMP>(2const), "
"B<PR_GET_SECCOMP>(2const), B<PR_SET_SECUREBITS>(2const), "
"B<PR_GET_SECUREBITS>(2const), B<PR_SET_SPECULATION_CTRL>(2const), "
"B<PR_GET_SPECULATION_CTRL>(2const), B<PR_SVE_SET_VL>(2const), "
"B<PR_SVE_GET_VL>(2const), B<PR_SET_SYSCALL_USER_DISPATCH>(2const), "
"B<PR_SET_TAGGED_ADDR_CTRL>(2const), B<PR_GET_TAGGED_ADDR_CTRL>(2const), "
"B<PR_TASK_PERF_EVENTS_DISABLE>(2const), "
"B<PR_TASK_PERF_EVENTS_ENABLE>(2const), B<PR_SET_THP_DISABLE>(2const), "
"B<PR_GET_THP_DISABLE>(2const), B<PR_GET_TID_ADDRESS>(2const), "
"B<PR_SET_TIMERSLACK>(2const), B<PR_GET_TIMERSLACK>(2const), "
"B<PR_SET_TIMING>(2const), B<PR_GET_TIMING>(2const), B<PR_SET_TSC>(2const), "
"B<PR_GET_TSC>(2const), B<PR_SET_UNALIGN>(2const), B<PR_GET_UNALIGN>(2const), "
"B<PR_GET_AUXV>(2const), B<PR_SET_MDWE>(2const), B<PR_GET_MDWE>(2const), "
"B<PR_RISCV_SET_ICACHE_FLUSH_CTX>(2const), B<core>(5)"
msgstr ""
"B<signal>(2), B<PR_CAP_AMBIENT>(2const), B<PR_CAPBSET_READ>(2const), "
"B<PR_CAPBSET_DROP>(2const), B<PR_SET_CHILD_SUBREAPER>(2const), "
"B<PR_GET_CHILD_SUBREAPER>(2const), B<PR_SET_DUMPABLE>(2const), "
"B<PR_GET_DUMPABLE>(2const), B<PR_SET_ENDIAN>(2const), "
"B<PR_GET_ENDIAN>(2const), B<PR_SET_FP_MODE>(2const), "
"B<PR_GET_FP_MODE>(2const), B<PR_SET_FPEMU>(2const), B<PR_GET_FPEMU>(2const), "
"B<PR_SET_FPEXC>(2const), B<PR_GET_FPEXC>(2const), "
"B<PR_SET_IO_FLUSHER>(2const), B<PR_GET_IO_FLUSHER>(2const), "
"B<PR_SET_KEEPCAPS>(2const), B<PR_GET_KEEPCAPS>(2const), "
"B<PR_MCE_KILL>(2const), B<PR_MCE_KILL_GET>(2const), B<PR_SET_MM>(2const), "
"B<PR_SET_VMA>(2const), B<PR_MPX_ENABLE_MANAGEMENT>(2const), "
"B<PR_MPX_DISABLE_MANAGEMENT>(2const), B<PR_SET_NAME>(2const), "
"B<PR_GET_NAME>(2const), B<PR_SET_NO_NEW_PRIVS>(2const), "
"B<PR_GET_NO_NEW_PRIVS>(2const), B<PR_PAC_RESET_KEYS>(2const), "
"B<PR_SET_PDEATHSIG>(2const), B<PR_GET_PDEATHSIG>(2const), "
"B<PR_SET_PTRACER>(2const), B<PR_SET_SECCOMP>(2const), "
"B<PR_GET_SECCOMP>(2const), B<PR_SET_SECUREBITS>(2const), "
"B<PR_GET_SECUREBITS>(2const), B<PR_SET_SPECULATION_CTRL>(2const), "
"B<PR_GET_SPECULATION_CTRL>(2const), B<PR_SVE_SET_VL>(2const), "
"B<PR_SVE_GET_VL>(2const), B<PR_SET_SYSCALL_USER_DISPATCH>(2const), "
"B<PR_SET_TAGGED_ADDR_CTRL>(2const), B<PR_GET_TAGGED_ADDR_CTRL>(2const), "
"B<PR_TASK_PERF_EVENTS_DISABLE>(2const), "
"B<PR_TASK_PERF_EVENTS_ENABLE>(2const), B<PR_SET_THP_DISABLE>(2const), "
"B<PR_GET_THP_DISABLE>(2const), B<PR_GET_TID_ADDRESS>(2const), "
"B<PR_SET_TIMERSLACK>(2const), B<PR_GET_TIMERSLACK>(2const), "
"B<PR_SET_TIMING>(2const), B<PR_GET_TIMING>(2const), B<PR_SET_TSC>(2const), "
"B<PR_GET_TSC>(2const), B<PR_SET_UNALIGN>(2const), B<PR_GET_UNALIGN>(2const), "
"B<PR_GET_AUXV>(2const), B<PR_SET_MDWE>(2const), B<PR_GET_MDWE>(2const), "
"B<PR_RISCV_SET_ICACHE_FLUSH_CTX>(2const), B<core>(5)"

#. type: TH
#: opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "Linux man-pages (unreleased)"
msgstr "Linux man-pages (unveröffentlicht)"

Attachment: signature.asc
Description: PGP signature

Antwort per Email an