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

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



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

Es sind insgesamt 31 Zeichenketten.

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

Viele Grüße

           Helge

-- 
      Dr. Helge Kreutzmann                     debian@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 <debian@helgefjell.de>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n 4.27.0\n"
"POT-Creation-Date: 2025-08-10 08:03+0200\n"
"PO-Revision-Date: 2025-08-21 16:33+0200\n"
"Last-Translator: Helge Kreutzmann <debian@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-trixie debian-unstable fedora-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "PR_SET_IO_FLUSHER"
msgstr "PR_SET_IO_FLUSHER"

#. type: TH
#: archlinux opensuse-tumbleweed
#, no-wrap
msgid "2025-05-17"
msgstr "17. Mai 2025"

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

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
msgid "PR_SET_IO_FLUSHER - change the IO_FLUSHER state"
msgstr "PR_SET_IO_FLUSHER - Ändert den Zustand IO_FLUSHER"

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

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-42 fedora-rawhide
#: 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-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
#, no-wrap
msgid "B<int prctl(PR_SET_IO_FLUSHER, long >I<state>B<, 0L, 0L, 0L);>\n"
msgstr "B<int prctl(PR_SET_IO_FLUSHER, long >I<Zustand>B<, 0L, 0L, 0L);>\n"

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"If a user process is involved in the block layer or filesystem I/O path, and "
"can allocate memory while processing I/O requests it must set I<state> to "
"1.  This will put the process in the IO_FLUSHER state, which allows it "
"special treatment to make progress when allocating memory.  If I<state> is "
"0, the process will clear the IO_FLUSHER state, and the default behavior "
"will be used."
msgstr ""
"Falls ein Benutzerprozess im Blockebenen- oder Dateisystem-E/A-Pfad "
"beteiligt ist und Speicher bei der Verarbeitung von E/A-Anfragen reservieren "
"kann, muss er den I<Zustand> auf 1 setzen. Dies bringt den Prozess in den "
"Zustand IO_FLUSHER, der ihm besondere Behandlung erlaubt, damit er beim "
"Reservieren von Speicher Fortschritt machen kann. Falls I<Zustand> 0 ist, "
"wird der Prozess den Zustand IO_FLUSHER bereinigen und das Standardverhalten "
"wird verwandt."

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
msgid "The calling process must have the B<CAP_SYS_RESOURCE> capability."
msgstr ""
"Der aufrufende Prozess muss über die Capability B<CAP_SYS_RESOURCE> verfügen."

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"The IO_FLUSHER state is inherited by a child process created via B<fork>(2)  "
"and is preserved across B<execve>(2)."
msgstr ""
"Der Zustand IO_FLUSHER wird von einem mit B<fork>(2) erstellten Kindprozess "
"geerbt und über B<execve>(2) hinweg erhalten."

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"Examples of IO_FLUSHER applications are FUSE daemons, SCSI device emulation "
"daemons, and daemons that perform error handling like multipath path "
"recovery applications."
msgstr ""
"Beispiele für Anwendungen mit IO_FLUSHER sind FUSE-Daemons, SCSI-"
"Geräteemulations-Daemons und Daemons, die Fehlerbehandlungen wie Multipath-"
"Wiederherstellungsanwendungen durchführen."

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
msgid ""
"On success, 0 is returned.  On error, -1 is returned, and I<errno> is set to "
"indicate the error."
msgstr ""
"Bei Erfolg wird 0 zurückgegeben. Bei einem Fehler wird -1 zurückgegeben und "
"I<errno> gesetzt, um den Fehler anzuzeigen."

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

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
msgid "I<state> is not a valid value."
msgstr "I<Zustand> ist kein gültiger Wert."

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

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

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

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

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

#. type: Plain text
#: archlinux debian-trixie debian-unstable fedora-42 fedora-rawhide
#: opensuse-leap-16-0 opensuse-tumbleweed
msgid "B<prctl>(2), B<PR_GET_IO_FLUSHER>(2const)"
msgstr "B<prctl>(2), B<PR_GET_IO_FLUSHER>(2const)"

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

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

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

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

#. 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


Reply to: