Hallo Mitübersetzer, ich habe kürzlich eine Handbuchseite aus Abschnitt 3 übersetzt. Es sind insgesamt 49 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>, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.24.0\n" "POT-Creation-Date: 2024-10-04 18:00+0200\n" "PO-Revision-Date: 2024-10-27 19:57+0100\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-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "pthread_setschedprio" msgstr "pthread_setschedprio" #. 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 "pthread_setschedprio - set scheduling priority of a thread" msgstr "pthread_setschedprio - Setzen der Scheduling-Priorität eines Threads" #. 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 "POSIX threads library (I<libpthread>, I<-lpthread>)" msgstr "POSIX-Threads-Bibliothek (I<libpthread>, I<-lpthread>)" #. 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<#include E<lt>pthread.hE<gt>>\n" msgstr "B<#include E<lt>pthread.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<int pthread_setschedprio(pthread_t >I<thread>B<, int >I<prio>B<);>\n" msgstr "B<int pthread_setschedprio(pthread_t >I<Thread>B<, int >I<Prio>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" #. FIXME . nptl/pthread_setschedprio.c has the following #. /* If the thread should have higher priority because of some #. PTHREAD_PRIO_PROTECT mutexes it holds, adjust the priority. */ #. Eventually (perhaps after writing the mutexattr pages), we #. may want to add something on the topic to this page. #. nptl/pthread_setschedparam.c has a similar case. #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "The B<pthread_setschedprio>() function sets the scheduling priority of the " "thread I<thread> to the value specified in I<prio>. (By contrast " "B<pthread_setschedparam>(3) changes both the scheduling policy and priority " "of a thread.)" msgstr "" "Die Funktion B<pthread_setschedprio>() setzt die Scheduling-Priorität des " "Threads I<Thread> auf den in I<Prio> festgelegten Wert. (Im Gegensatz dazu " "ändert B<pthread_setschedparam>(3) sowohl die Scheduling-Richtlinie als auch " "die -Priorität eines Threads.)" #. 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 "" "On success, this function returns 0; on error, it returns a nonzero error " "number. If B<pthread_setschedprio>() fails, the scheduling priority of " "I<thread> is not changed." msgstr "" "Im Erfolgsfall liefert diese Funktion 0 zurück; im Fehlerfall liefert sie " "einen von Null verschiedene Zahl zurück. Falls B<pthread_setschedprio>() " "fehlschlägt, wird die Scheduling-Priorität des I<Thread> nicht geändert." #. 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: TP #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<EINVAL>" msgstr "B<EINVAL>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "I<prio> is not valid for the scheduling policy of the specified thread." msgstr "" "I<Prio> ist für die Scheduling-Priorität des angegebenen Threads ungültig." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<EPERM>" msgstr "B<EPERM>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "The caller does not have appropriate privileges to set the specified " "priority." msgstr "" "Der Aufrufende hat nicht die geeigneten Privilegien, um die angegebene " "Priorität zu setzen." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<ESRCH>" msgstr "B<ESRCH>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "No thread with the ID I<thread> could be found." msgstr "Es konnte kein Thread mit der Kennung I<thread> gefunden werden." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "POSIX.1 also documents an B<ENOTSUP> (\"attempt was made to set the priority " "to an unsupported value\") error for B<pthread_setschedparam>(3)." msgstr "" "POSIX.1 dokumentiert auch einen Fehler B<ENOTSUP> (»es wurde versucht, die " "Priorität auf einen nicht unterstützten Wert zu setzen«) für " "B<pthread_setschedparam>(3)." #. 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<pthread_setschedprio>()" msgstr "B<pthread_setschedprio>()" #. 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-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 "POSIX.1-2008." msgstr "POSIX.1-2008." #. type: SH #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "GESCHICHTE" #. type: Plain text #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed msgid "glibc 2.3.4. POSIX.1-2001." msgstr "Glibc 2.3.4. POSIX.1-2001." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "ANMERKUNGEN" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "For a description of the permissions required to, and the effect of, " "changing a thread's scheduling priority, and details of the permitted ranges " "for priorities in each scheduling policy, see B<sched>(7)." msgstr "" "Für eine Beschreibung der benötigten Berechtigungen sowie der Auswirkungen " "der Änderungen der Scheduling-Priorität eines Threads sowie Details zu den " "erlaubten Prioritätsbereichen in jeder Schduling-Richtlinie, siehe " "B<sched>(7)." #. 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<getrlimit>(2), B<sched_get_priority_min>(2), B<pthread_attr_init>(3), " "B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), " "B<pthread_attr_setschedpolicy>(3), B<pthread_create>(3), B<pthread_self>(3), " "B<pthread_setschedparam>(3), B<pthreads>(7), B<sched>(7)" msgstr "" "B<getrlimit>(2), B<sched_get_priority_min>(2), B<pthread_attr_init>(3), " "B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), " "B<pthread_attr_setschedpolicy>(3), B<pthread_create>(3), B<pthread_self>(3), " "B<pthread_setschedparam>(3), B<pthreads>(7), B<sched>(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: SH #: debian-bookworm #, no-wrap msgid "VERSIONS" msgstr "VERSIONEN" #. type: Plain text #: debian-bookworm msgid "This function is available since glibc 2.3.4." msgstr "Diese Funktion ist seit Glibc 2.3.4 verfügbar." #. type: Plain text #: debian-bookworm msgid "POSIX.1-2001, POSIX.1-2008." msgstr "POSIX.1-2001, POSIX.1-2008." #. 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)"
Attachment:
signature.asc
Description: PGP signature