summaryrefslogtreecommitdiffstats
path: root/po/de/man3/scalbln.3.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /po/de/man3/scalbln.3.po
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/de/man3/scalbln.3.po')
-rw-r--r--po/de/man3/scalbln.3.po556
1 files changed, 556 insertions, 0 deletions
diff --git a/po/de/man3/scalbln.3.po b/po/de/man3/scalbln.3.po
new file mode 100644
index 00000000..26acd436
--- /dev/null
+++ b/po/de/man3/scalbln.3.po
@@ -0,0 +1,556 @@
+# 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.22.0\n"
+"POT-Creation-Date: 2024-06-01 06:19+0200\n"
+"PO-Revision-Date: 2024-04-24 18:15+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-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "scalbln"
+msgstr "scalbln"
+
+#. type: TH
+#: archlinux debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2024-05-02"
+msgstr "2. Mai 2024"
+
+#. type: TH
+#: archlinux debian-unstable
+#, no-wrap
+msgid "Linux man-pages 6.8"
+msgstr "Linux man-pages 6.8"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "BEZEICHNUNG"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-"
+"point number by integral power of radix"
+msgstr ""
+"scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - Fließkommazahlen mit "
+"ganzzahligen Potenzen einer Basis multiplizieren"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTHEK"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Math library (I<libm>, I<-lm>)"
+msgstr "Mathematik-Bibliothek (I<libm>, I<-lm>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "ÜBERSICHT"
+
+#. 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 E<lt>math.hE<gt>>\n"
+msgstr "B<#include E<lt>math.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<double scalbln(double >I<x>B<, long >I<exp>B<);>\n"
+"B<float scalblnf(float >I<x>B<, long >I<exp>B<);>\n"
+"B<long double scalblnl(long double >I<x>B<, long >I<exp>B<);>\n"
+msgstr ""
+"B<double scalbln(double >I<x>B<, long >I<exp>B<);>\n"
+"B<float scalblnf(float >I<x>B<, long >I<exp>B<);>\n"
+"B<long double scalblnl(long double >I<x>B<, long >I<exp>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<double scalbn(double >I<x>B<, int >I<exp>B<);>\n"
+"B<float scalbnf(float >I<x>B<, int >I<exp>B<);>\n"
+"B<long double scalbnl(long double >I<x>B<, int >I<exp>B<);>\n"
+msgstr ""
+"B<double scalbn(double >I<x>B<, int >I<exp>B<);>\n"
+"B<float scalbnf(float >I<x>B<, int >I<exp>B<);>\n"
+"B<long double scalbnl(long double >I<x>B<, int >I<exp>B<);>\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<feature_test_macros>(7)):"
+msgstr ""
+"Mit Glibc erforderliche Feature-Test-Makros (siehe "
+"B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<scalbln>(), B<scalblnf>(), B<scalblnl>():"
+msgstr "B<scalbln>(), B<scalblnf>(), B<scalblnl>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+msgstr ""
+" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+" || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<scalbn>(), B<scalbnf>(), B<scalbnl>():"
+msgstr "B<scalbn>(), B<scalbnf>(), B<scalbnl>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+msgstr ""
+" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+" || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* Glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\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 "BESCHREIBUNG"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"These functions multiply their first argument I<x> by B<FLT_RADIX> (probably "
+"2) to the power of I<exp>, that is:"
+msgstr ""
+"Diese Funktionen multiplizieren ihr erstes Argument I<x> mit B<FLT_RADIX> "
+"(möglicherweise 2) hoch I<exp>, das heißt:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " x * FLT_RADIX ** exp\n"
+msgstr " x * FLT_RADIX ** exp\n"
+
+#. not in /usr/include but in a gcc lib
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The definition of B<FLT_RADIX> can be obtained by including I<E<lt>float."
+"hE<gt>>."
+msgstr ""
+"Die Definition von B<FLT_RADIX> kann mittels der Einbindung von I<E<lt>float."
+"hE<gt>> erreicht werden."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "RÜCKGABEWERT"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "On success, these functions return I<x> * B<FLT_RADIX> ** I<exp>."
+msgstr ""
+"Bei Erfolg liefern diese Funktionen I<x> * B<FLT_RADIX> ** I<exp> zurück."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "If I<x> is a NaN, a NaN is returned."
+msgstr "Falls I<x> keine Zahl (»NaN«) ist, wird »NaN« zurückgegeben."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<x> is positive infinity (negative infinity), positive infinity "
+"(negative infinity) is returned."
+msgstr ""
+"Falls I<x> positiv unendlich (negativ unendlich) ist, wird positiv unendlich "
+"(negativ unendlich) zurückgegeben."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "If I<x> is +0 (-0), +0 (-0) is returned."
+msgstr "Falls I<x> gleich +0 (-0) ist, wird +0 (-0) zurückgegeben."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the result overflows, a range error occurs, and the functions return "
+"B<HUGE_VAL>, B<HUGE_VALF>, or B<HUGE_VALL>, respectively, with a sign the "
+"same as I<x>."
+msgstr ""
+"Falls das Ergebnis überläuft, tritt ein Bereichsfehler auf und die "
+"Funktionen geben B<HUGE_VAL>, B<HUGE_VALF> beziehungsweise B<HUGE_VALL> "
+"zurück, wobei das Vorzeichen identisch zu I<x> ist."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the result underflows, a range error occurs, and the functions return "
+"zero, with a sign the same as I<x>."
+msgstr ""
+"Falls das Ergebnis unterläuft, tritt ein Bereichsfehler auf und die "
+"Funktionen geben Null zurück, wobei das Vorzeichen identisch zu I<x> ist."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "FEHLER"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"See B<math_error>(7) for information on how to determine whether an error "
+"has occurred when calling these functions."
+msgstr ""
+"In B<math_error>(7) erfahren Sie, wie Sie Fehler bei der Ausführung dieser "
+"Funktionen erkennen."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The following errors can occur:"
+msgstr "Die folgenden Fehler können auftreten:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Range error, overflow"
+msgstr "Bereichsfehler, Überlauf"
+
+#. .I errno
+#. is set to
+#. .BR ERANGE .
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An overflow floating-point exception (B<FE_OVERFLOW>) is raised."
+msgstr ""
+"Es wird ein Überlauf-Fließkomma-Ausnahmefehler (B<FE_OVERFLOW>) ausgelöst."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Range error, underflow"
+msgstr "Bereichsfehler, Unterlauf"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<errno> is set to B<ERANGE>. An underflow floating-point exception "
+"(B<FE_UNDERFLOW>) is raised."
+msgstr ""
+"I<errno> wird auf B<ERANGE> gesetzt. Es wird der Fließkomma-Ausnahmefehler "
+"»Unterlauf« (B<FE_UNDERFLOW>) ausgelöst."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr "ATTRIBUTE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 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-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Interface"
+msgstr "Schnittstelle"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Attribute"
+msgstr "Attribut"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Value"
+msgstr "Wert"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".na\n"
+msgstr ".na\n"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".nh\n"
+msgstr ".nh\n"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<scalbn>(),\n"
+"B<scalbnf>(),\n"
+"B<scalbnl>(),\n"
+"B<scalbln>(),\n"
+"B<scalblnf>(),\n"
+"B<scalblnl>()"
+msgstr ""
+"B<scalbn>(),\n"
+"B<scalbnf>(),\n"
+"B<scalbnl>(),\n"
+"B<scalbln>(),\n"
+"B<scalblnf>(),\n"
+"B<scalblnl>()"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Thread safety"
+msgstr "Multithread-Fähigkeit"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe"
+msgstr "MT-Sicher"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDS"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "C11, POSIX.1-2008."
+msgstr "C11, POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "GESCHICHTE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "glibc 2.1. C99, POSIX.1-2001."
+msgstr "Glibc 2.1. C99, POSIX.1-2001."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"These functions differ from the obsolete functions described in B<scalb>(3) "
+"in the type of their second argument. The functions described on this page "
+"have a second argument of an integral type, while those in B<scalb>(3) have "
+"a second argument of type I<double>."
+msgstr ""
+"Diese Funktionen unterscheiden sich von den in B<scalb>(3) beschriebenen "
+"veralteten Funktionen durch den Typ ihres zweiten Arguments. Die in dieser "
+"Seite beschriebenen Funktionen haben ein zweites Argument von ganzzahligem "
+"Typ, während die in B<scalb>(3) ein zweites Argument vom Typ I<double> haben."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "ANMERKUNGEN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If B<FLT_RADIX> equals 2 (which is usual), then B<scalbn>() is equivalent "
+"to B<ldexp>(3)."
+msgstr ""
+"Falls B<FLT_RADIX> zu 2 identisch ist (was normal ist), dann ist B<scalbn>() "
+"äquivalent zu B<ldexp>(3)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "FEHLER"
+
+#. #-#-#-#-# archlinux: scalbln.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
+#. type: Plain text
+#. #-#-#-#-# debian-bookworm: scalbln.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803
+#. type: Plain text
+#. #-#-#-#-# debian-unstable: scalbln.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
+#. type: Plain text
+#. #-#-#-#-# fedora-40: scalbln.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
+#. type: Plain text
+#. #-#-#-#-# fedora-rawhide: scalbln.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
+#. type: Plain text
+#. #-#-#-#-# mageia-cauldron: scalbln.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
+#. type: Plain text
+#. #-#-#-#-# opensuse-leap-15-6: scalbln.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
+#. type: Plain text
+#. #-#-#-#-# opensuse-tumbleweed: scalbln.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Before glibc 2.20, these functions did not set I<errno> for range errors."
+msgstr ""
+"Vor Glibc 2.20 setzten diese Funktionen I<errno> nicht für Bereichsfehler."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "SIEHE AUCH"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<ldexp>(3), B<scalb>(3)"
+msgstr "B<ldexp>(3), B<scalb>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. Februar 2023"
+
+#. 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 "These functions were added in glibc 2.1."
+msgstr "Diese Funktionen wurden in Glibc 2.1 hinzugefügt."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "C99, POSIX.1-2001, POSIX.1-2008."
+msgstr "C99, POSIX.1-2001, POSIX.1-2008."
+
+#. type: TH
+#: fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. Oktober 2023"
+
+#. type: TH
+#: fedora-40 mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "Linux man-pages 6.7"
+msgstr "Linux man-pages 6.7"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. März 2023"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux-Handbuchseiten 6.04"
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr "Linux man-pages (unveröffentlicht)"