diff options
Diffstat (limited to 'po/ro/man2/sigpending.2.po')
-rw-r--r-- | po/ro/man2/sigpending.2.po | 348 |
1 files changed, 348 insertions, 0 deletions
diff --git a/po/ro/man2/sigpending.2.po b/po/ro/man2/sigpending.2.po new file mode 100644 index 00000000..ff585cfe --- /dev/null +++ b/po/ro/man2/sigpending.2.po @@ -0,0 +1,348 @@ +# Romanian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.20.0\n" +"POT-Creation-Date: 2024-03-01 17:08+0100\n" +"PO-Revision-Date: 2023-11-01 18:35+0100\n" +"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" +"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Poedit 3.2.2\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "sigpending" +msgstr "sigpending" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 octombrie 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Pagini de manual 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 "NUME" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sigpending, rt_sigpending - examine pending signals" +msgstr "sigpending, rt_sigpending - examinează semnalele în așteptare" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTECA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Standard C library (I<libc>, I<-lc>)" +msgstr "Biblioteca C standard (I<libc>, I<-lc>)" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "REZUMAT" + +#. 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>signal.hE<gt>>\n" +msgstr "B<#include E<lt>signal.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<int sigpending(sigset_t *>I<set>B<);>\n" +msgstr "B<int sigpending(sigset_t *>I<set>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 "" +"Cerințe pentru macrocomenzi de testare a caracteristicilor pentru glibc " +"(consultați 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<sigpending>():" +msgstr "B<sigpending>():" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid " _POSIX_C_SOURCE\n" +msgstr " _POSIX_C_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 "DESCRIERE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sigpending>() returns the set of signals that are pending for delivery to " +"the calling thread (i.e., the signals which have been raised while " +"blocked). The mask of pending signals is returned in I<set>." +msgstr "" +"B<sigpending>() returnează setul de semnale care sunt în așteptare pentru a " +"fi transmise firului apelant (de exemplu, semnalele care au fost lansate în " +"timp ce erau blocate). Masca de semnale în așteptare este returnată în " +"I<set>." + +#. 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 "VALOAREA RETURNATĂ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sigpending>() returns 0 on success. On failure, -1 is returned and " +"I<errno> is set to indicate the error." +msgstr "" +"B<sigpending>() returnează 0 în caz de succes. În caz de eșec, se " +"returnează -1, iar I<errno> este configurată pentru a indica eroarea." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ERRORS" +msgstr "ERORI-IEȘIRE" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EFAULT>" +msgstr "B<EFAULT>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<set> points to memory which is not a valid part of the process address " +"space." +msgstr "" +"I<set> indică o memorie care nu este o parte validă a spațiului de adrese al " +"procesului." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "STANDARDE" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2008." +msgstr "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 "ISTORIC" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001." +msgstr "POSIX.1-2001." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "C library/kernel differences" +msgstr "Diferențe între biblioteca C și nucleu" + +#. This argument is currently required to be less than or equal to +#. .IR sizeof(sigset_t) +#. (or the error +#. .B EINVAL +#. results). +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The original Linux system call was named B<sigpending>(). However, with the " +"addition of real-time signals in Linux 2.2, the fixed-size, 32-bit " +"I<sigset_t> argument supported by that system call was no longer fit for " +"purpose. Consequently, a new system call, B<rt_sigpending>(), was added to " +"support an enlarged I<sigset_t> type. The new system call takes a second " +"argument, I<size_t sigsetsize>, which specifies the size in bytes of the " +"signal set in I<set>. The glibc B<sigpending>() wrapper function hides " +"these details from us, transparently calling B<rt_sigpending>() when the " +"kernel provides it." +msgstr "" +"Apelul original al sistemului Linux a fost numit B<sigpending>(). Cu toate " +"acestea, odată cu adăugarea semnalelor în timp real în Linux 2.2, argumentul " +"I<sigset_t> de 32 de biți, de dimensiune fixă, admis de acest apel de sistem " +"nu mai era adecvat scopului. În consecință, a fost adăugat un nou apel de " +"sistem, B<rt_sigpending>(), pentru a admite un tip I<sigset_t> mărit. Noul " +"apel de sistem acceptă un al doilea argument, I<size_t sigsetsize>, care " +"specifică dimensiunea în octeți a setului de semnale din I<set>. Funcția " +"învăluitoare glibc B<sigpending>() ne ascunde aceste detalii, apelând în mod " +"transparent B<rt_sigpending>() atunci când nucleul o furnizează." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "NOTE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<sigsetops>(3) for details on manipulating signal sets." +msgstr "" +"A se vedea B<sigsetops>(3) pentru detalii privind manipularea seturilor de " +"semnale." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If a signal is both blocked and has a disposition of \"ignored\", it is " +"I<not> added to the mask of pending signals when generated." +msgstr "" +"Dacă un semnal este în același timp blocat și are o dispoziție de„ignorat”, " +"acesta este adăugat la masca de semnale în așteptare atunci când este " +"generat." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The set of signals that is pending for a thread is the union of the set of " +"signals that is pending for that thread and the set of signals that is " +"pending for the process as a whole; see B<signal>(7)." +msgstr "" +"Setul de semnale care este în așteptare pentru un fir este uniunea dintre " +"setul de semnale care este în așteptare pentru acel fir și setul de semnale " +"care este în așteptare pentru întregul proces; a se vedea B<signal>(7)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A child created via B<fork>(2) initially has an empty pending signal set; " +"the pending signal set is preserved across an B<execve>(2)." +msgstr "" +"Un copil creat prin B<fork>(2) are inițial un set de semnale în așteptare " +"gol; setul de semnale în așteptare este păstrat prin B<execve>(2)." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "ERORI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Up to and including glibc 2.2.1, there is a bug in the wrapper function for " +"B<sigpending>() which means that information about pending real-time " +"signals is not correctly returned." +msgstr "" +"Până la glibc 2.2.1 inclusiv, există o eroare în funcția de învăluire pentru " +"B<sigpending>(), ceea ce înseamnă că informațiile despre semnalele în timp " +"real în așteptare nu sunt returnate corect." + +#. 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 "CONSULTAȚI ȘI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<kill>(2), B<sigaction>(2), B<signal>(2), B<sigprocmask>(2), " +"B<sigsuspend>(2), B<sigsetops>(3), B<signal>(7)" +msgstr "" +"B<kill>(2), B<sigaction>(2), B<signal>(2), B<sigprocmask>(2), " +"B<sigsuspend>(2), B<sigsetops>(3), B<signal>(7)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-12-04" +msgstr "4 decembrie 2022" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Pagini de manual de Linux 6.03" + +#. type: Plain text +#: debian-bookworm +msgid "POSIX.1-2001, POSIX.1-2008." +msgstr "POSIX.1-2001, POSIX.1-2008." + +#. type: TH +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-03-30" +msgstr "30 martie 2023" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Pagini de manual de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Pagini de manual de Linux 6.04" |