diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/de/man3/pthread_mutexattr_setkind_np.3.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/de/man3/pthread_mutexattr_setkind_np.3.po')
-rw-r--r-- | po/de/man3/pthread_mutexattr_setkind_np.3.po | 219 |
1 files changed, 219 insertions, 0 deletions
diff --git a/po/de/man3/pthread_mutexattr_setkind_np.3.po b/po/de/man3/pthread_mutexattr_setkind_np.3.po new file mode 100644 index 00000000..32f38aa8 --- /dev/null +++ b/po/de/man3/pthread_mutexattr_setkind_np.3.po @@ -0,0 +1,219 @@ +# 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>, 2022. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.21.0\n" +"POT-Creation-Date: 2024-03-01 17:04+0100\n" +"PO-Revision-Date: 2024-02-16 17:32+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 fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "pthread_mutexattr_setkind_np" +msgstr "pthread_mutexattr_setkind_np" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31. Oktober 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "NAME" +msgstr "BEZEICHNUNG" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"pthread_mutexattr_setkind_np, pthread_mutexattr_getkind_np - deprecated " +"mutex creation attributes" +msgstr "" +"pthread_mutexattr_setkind_np, pthread_mutexattr_getkind_np - veraltete Mutex-" +"Erstellungsattribute" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "SYNOPSIS" +msgstr "ÜBERSICHT" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "B<#include E<lt>pthread.hE<gt>>" +msgstr "B<#include E<lt>pthread.hE<gt>>" + +# FIXME Line break lost on purpose? +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<int pthread_mutexattr_setkind_np(pthread_mutexattr_t *>I<attr>B<, int " +">I<kind>B<);> B<int pthread_mutexattr_getkind_np(const pthread_mutexattr_t " +"*>I<attr>B<, int *>I<kind>B<);>" +msgstr "" +"B<int pthread_mutexattr_setkind_np(pthread_mutexattr_t *>I<attr>B<, int " +">I<Art>B<);> B<int pthread_mutexattr_getkind_np(const pthread_mutexattr_t " +"*>I<attr>B<, int *>I<Art>B<);>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"These functions are deprecated, use B<pthread_mutexattr_settype>(3) and " +"B<pthread_mutexattr_gettype>(3) instead." +msgstr "" +"Diese Funktionen sind veraltet, verwenden Sie stattdessen " +"B<pthread_mutexattr_settype>(3) und B<pthread_mutexattr_gettype>(3)." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "RETURN VALUE" +msgstr "RÜCKGABEWERT" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "B<pthread_mutexattr_getkind_np> always returns 0." +msgstr "B<pthread_mutexattr_getkind_np> liefert immer 0 zurück." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"B<pthread_mutexattr_setkind_np> returns 0 on success and a non-zero error " +"code on error." +msgstr "" +"B<pthread_mutexattr_setkind_np> liefert im Erfolgsfall 0 und im Fehlerfall " +"einen anderen Wert als Fehler-Code zurück." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "ERRORS" +msgstr "FEHLER" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"On error, B<pthread_mutexattr_setkind_np> returns the following error code:" +msgstr "" +"Im Fehlerfall liefert B<pthread_mutexattr_setkind_np> den folgenden " +"Fehlercode zurück:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "B<EINVAL>" +msgstr "B<EINVAL>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"I<kind> is neither B<PTHREAD_MUTEX_FAST_NP> nor " +"B<PTHREAD_MUTEX_RECURSIVE_NP> nor B<PTHREAD_MUTEX_ERRORCHECK_NP>." +msgstr "" +"I<Art> ist weder B<PTHREAD_MUTEX_FAST_NP> noch B<PTHREAD_MUTEX_RECURSIVE_NP> " +"noch B<PTHREAD_MUTEX_ERRORCHECK_NP>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "B<pthread_mutexattr_settype>(3), B<pthread_mutexattr_gettype>(3)." +msgstr "B<pthread_mutexattr_settype>(3), B<pthread_mutexattr_gettype>(3)." + +#. type: TH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "PTHREAD_MUTEXATTR_SETKIND_NP" +msgstr "PTHREAD_MUTEXATTR_SETKIND_NP" + +#. type: TH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "LinuxThreads" +msgstr "LinuxThreads" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"B<int pthread_mutexattr_setkind_np(pthread_mutexattr_t *>I<attr>B<, int " +">I<kind>B<);>" +msgstr "" +"B<int pthread_mutexattr_setkind_np(pthread_mutexattr_t *>I<attr>B<, int " +">I<Art>B<);>" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"B<int pthread_mutexattr_getkind_np(const pthread_mutexattr_t *>I<attr>B<, " +"int *>I<kind>B<);>" +msgstr "" +"B<int pthread_mutexattr_getkind_np(const pthread_mutexattr_t *>I<attr>B<, " +"int *>I<Art>B<);>" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"These functions are deprecated, use B<pthread_mutexattr_settype>(3) and " +"B<pthread_mutexattr_gettype>(3) instead." +msgstr "" +"Diese Funktionen sind veraltet, verwenden Sie stattdessen " +"B<pthread_mutexattr_settype>(3) und B<pthread_mutexattr_gettype>(3)." + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"I<kind> is neither B<PTHREAD_MUTEX_FAST_NP> nor " +"B<PTHREAD_MUTEX_RECURSIVE_NP> nor B<PTHREAD_MUTEX_ERRORCHECK_NP>" +msgstr "" +"I<Art> ist weder B<PTHREAD_MUTEX_FAST_NP> noch B<PTHREAD_MUTEX_RECURSIVE_NP> " +"noch B<PTHREAD_MUTEX_ERRORCHECK_NP>" + +#. type: SH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "Xavier Leroy E<lt>Xavier.Leroy@inria.frE<gt>" +msgstr "Xavier Leroy E<lt>Xavier.Leroy@inria.frE<gt>" |