summaryrefslogtreecommitdiffstats
path: root/po/fr/man3/scalbln.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/fr/man3/scalbln.3.po')
-rw-r--r--po/fr/man3/scalbln.3.po560
1 files changed, 560 insertions, 0 deletions
diff --git a/po/fr/man3/scalbln.3.po b/po/fr/man3/scalbln.3.po
new file mode 100644
index 00000000..e721b028
--- /dev/null
+++ b/po/fr/man3/scalbln.3.po
@@ -0,0 +1,560 @@
+# French translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Christophe Blaess <https://www.blaess.fr/christophe/>, 1996-2003.
+# Stéphan Rafin <stephan.rafin@laposte.net>, 2002.
+# Thierry Vignaud <tvignaud@mandriva.com>, 1999, 2002.
+# François Micaux, 2002.
+# Alain Portal <aportal@univ-montp2.fr>, 2003-2008.
+# Jean-Philippe Guérard <fevrier@tigreraye.org>, 2005-2006.
+# Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>, 2006-2007.
+# Julien Cristau <jcristau@debian.org>, 2006-2007.
+# Thomas Huriaux <thomas.huriaux@gmail.com>, 2006-2008.
+# Nicolas François <nicolas.francois@centraliens.net>, 2006-2008.
+# Florentin Duneau <fduneau@gmail.com>, 2006-2010.
+# Simon Paillard <simon.paillard@resel.enst-bretagne.fr>, 2006.
+# Denis Barbier <barbier@debian.org>, 2006, 2010, 2012.
+# David Prévot <david@tilapin.org>, 2010, 2012.
+# Cédric Boutillier <cedric.boutillier@gmail.com>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: perkamon\n"
+"POT-Creation-Date: 2024-03-01 17:07+0100\n"
+"PO-Revision-Date: 2023-04-02 14:05+0200\n"
+"Last-Translator: Weblate Admin <jean-baptiste@holcroft.fr>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"Language: fr\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"
+"X-Generator: Lokalize 22.12.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 fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 octobre 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Pages du manuel de Linux 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "NOM"
+
+#. 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 - Multiplier un nombre "
+"en virgule flottante par un entier puissance d'une base"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTHÈQUE"
+
+#. 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 "Bibliothèque de math (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 "SYNOPSIS"
+
+#. 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 ""
+"Exigences de macros de test de fonctionnalités pour la glibc (consulter "
+"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"
+" || /* Depuis la 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"
+" || /* Depuis la 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 "DESCRIPTION"
+
+#. 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 ""
+"Ces fonctions multiplient leur premier paramètre I<x> par B<FLT_RADIX> "
+"(probablement 2) à la puissance I<exp>, c'est-à-dire :"
+
+#. 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 ""
+"La définition de B<FLT_RADIX> peut être obtenue en incluant I<E<lt>float."
+"hE<gt>>."
+
+#. 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 "VALEUR RENVOYÉE"
+
+#. 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 ""
+"En cas de réussite, ces fonctions renvoient I<x> * B<FLT_RADIX> ** I<exp>."
+
+#. 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 "Si I<x> n’est pas un nombre, un B<NaN> est renvoyé."
+
+#. 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 ""
+"Si I<x> est une valeur infinie positive (resp. négative), une valeur infinie "
+"positive est renvoyée (resp. négative)."
+
+#. 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 "Si I<x> est +0 (-0), B<+0> (B<-0>) est renvoyé."
+
+#. 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 ""
+"En cas de dépassement pour le résultat, une erreur d'intervalle se produit "
+"et les fonctions renvoient B<HUGE_VAL>, B<HUGE_VALF> ou B<HUGE_VALL>, resp. "
+"avec le même signe que I<x>."
+
+#. 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 ""
+"En cas de soupassement (« underflow »), une erreur d'intervalle se produit "
+"et les fonctions renvoient zéro avec le même signe que I<x>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "ERREURS"
+
+#. 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 ""
+"Voir B<math_error>(7) pour savoir comment déterminer si une erreur s'est "
+"produite lors de l'appel d'une de ces fonctions."
+
+#. 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 "Les erreurs suivantes peuvent se produire :"
+
+#. 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 "Erreur d'intervalle, dépassement par le haut"
+
+#. .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 ""
+"Une exception de dépassement de virgule flottante (B<FE_OVERFLOW>) est levée."
+
+#. 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 "Erreur d'intervalle, dépassement par le bas"
+
+#. 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> prend la valeur B<ERANGE>. Une exception de dépassement par le bas "
+"de virgule flottante (B<FE_UNDERFLOW>) est levée."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr "ATTRIBUTS"
+
+#. 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 ""
+"Pour une explication des termes utilisés dans cette section, consulter "
+"B<attributes>(7)."
+
+#. 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 "Interface"
+
+#. 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 "Valeur"
+
+#. 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 "Sécurité des threads"
+
+#. 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-Safe"
+
+#. 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 "HISTORIQUE"
+
+#. 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 ""
+"Ces fonctions diffèrent des fonctions obsolètes décrites dans B<scalb>(3) "
+"par le type de leur deuxième paramètre. Les fonctions décrites sur cette "
+"page ont un deuxième paramètre de type entier, tandis que celle de "
+"B<scalb>(3) ont un deuxième paramètre de type I<double>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "NOTES"
+
+#. 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 ""
+"Si B<FLT_RADIX> vaut 2 (ce qui est le cas en général), alors B<scalbn>() est "
+"équivalent à 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 "BOGUES"
+
+#. #-#-#-#-# 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 ""
+"Avant la glibc 2.20, Ces fonctions ne positionnaient pas I<errno> pour les "
+"erreurs d'intervalle."
+
+#. 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 "VOIR AUSSI"
+
+#. 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 février 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Pages du manuel de Linux 6.03"
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERSIONS"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "These functions were added in glibc 2.1."
+msgstr "Ces fonctions ont été ajoutées dans la glibc 2.1."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "C99, POSIX.1-2001, POSIX.1-2008."
+msgstr "C99, POSIX.1-2001, POSIX.1-2008."
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-20"
+msgstr "20 juillet 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Pages du manuel de Linux 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 mars 2023"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Pages du manuel de Linux 6.04"