diff options
Diffstat (limited to 'po/ro/man3/sigqueue.3.po')
-rw-r--r-- | po/ro/man3/sigqueue.3.po | 495 |
1 files changed, 495 insertions, 0 deletions
diff --git a/po/ro/man3/sigqueue.3.po b/po/ro/man3/sigqueue.3.po new file mode 100644 index 00000000..e06270b5 --- /dev/null +++ b/po/ro/man3/sigqueue.3.po @@ -0,0 +1,495 @@ +# 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-26 18:26+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 "sigqueue" +msgstr "sigqueue" + +#. 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 "sigqueue - queue a signal and data to a process" +msgstr "sigqueue - pune la coadă un semnal și date pentru un proces" + +#. 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 sigqueue(pid_t >I<pid>B<, int >I<sig>B<, const union sigval >I<value>B<);>\n" +msgstr "B<int sigqueue(pid_t >I<pid>B<, int >I<sig>B<, const union sigval >I<value>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<sigqueue>():" +msgstr "B<sigqueue>():" + +#. 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 E<gt>= 199309L\n" +msgstr " _POSIX_C_SOURCE E<gt>= 199309L\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<sigqueue>() sends the signal specified in I<sig> to the process whose PID " +"is given in I<pid>. The permissions required to send a signal are the same " +"as for B<kill>(2). As with B<kill>(2), the null signal (0) can be used to " +"check if a process with a given PID exists." +msgstr "" +"B<sigqueue>() trimite semnalul specificat în I<sig> către procesul al cărui " +"PID este dat în I<pid>. Permisiunile necesare pentru a trimite un semnal " +"sunt aceleași ca pentru B<kill>(2). Ca și în cazul B<kill>(2), semnalul nul " +"(0) poate fi utilizat pentru a verifica dacă există un proces cu un PID dat." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<value> argument is used to specify an accompanying item of data " +"(either an integer or a pointer value) to be sent with the signal, and has " +"the following type:" +msgstr "" +"Argumentul I<value> este utilizat pentru a specifica un element de date " +"însoțitor (fie un număr întreg, fie o valoare de indicator) care urmează să " +"fie trimis împreună cu semnalul și are următorul tip:" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"union sigval {\n" +" int sival_int;\n" +" void *sival_ptr;\n" +"};\n" +msgstr "" +"union sigval {\n" +" int sival_int;\n" +" void *sival_ptr;\n" +"};\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the receiving process has installed a handler for this signal using the " +"B<SA_SIGINFO> flag to B<sigaction>(2), then it can obtain this data via the " +"I<si_value> field of the I<siginfo_t> structure passed as the second " +"argument to the handler. Furthermore, the I<si_code> field of that " +"structure will be set to B<SI_QUEUE>." +msgstr "" +"În cazul în care procesul de recepție a instalat un gestionar pentru acest " +"semnal utilizând fanionul B<SA_SIGINFO> la B<sigaction>(2), atunci acesta " +"poate obține aceste date prin intermediul câmpului I<si_value> din structura " +"I<siginfo_t> transmisă ca al doilea argument al gestionarului. În plus, " +"câmpul I<si_code> al acestei structuri va fi stabilit la B<SI_QUEUE>." + +#. 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 "" +"On success, B<sigqueue>() returns 0, indicating that the signal was " +"successfully queued to the receiving process. Otherwise, -1 is returned and " +"I<errno> is set to indicate the error." +msgstr "" +"În caz de succes, B<sigqueue>() returnează 0, indicând că semnalul a fost " +"pus cu succes în coadă către procesul receptor. În caz contrar, 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<EAGAIN>" +msgstr "B<EAGAIN>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The limit of signals which may be queued has been reached. (See " +"B<signal>(7) for further information.)" +msgstr "" +"A fost atinsă limita de semnale care pot fi puse în coadă. A se vedea " +"B<signal>(7) pentru informații suplimentare." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EINVAL>" +msgstr "B<EINVAL>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<sig> was invalid." +msgstr "I<sig> nu a fost valid." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPERM>" +msgstr "B<EPERM>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The process does not have permission to send the signal to the receiving " +"process. For the required permissions, see B<kill>(2)." +msgstr "" +"Procesul nu are permisiunea de a trimite semnalul către procesul receptor. " +"Pentru permisiunile necesare, a se vedea B<kill>(2)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ESRCH>" +msgstr "B<ESRCH>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "No process has a PID matching I<pid>." +msgstr "Niciun proces nu are un PID care să corespundă cu I<pid>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "ATRIBUTE" + +#. 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 "" +"Pentru o explicație a termenilor folosiți în această secțiune, a se vedea " +"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 "Interfață" + +#. 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 "Atribut" + +#. 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 "Valoare" + +#. 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<sigqueue>()" +msgstr "B<sigqueue>()" + +#. 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 "Siguranța firelor" + +#. 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 "VERSIONS" +msgstr "VERSIUNI" + +#. 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" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On Linux, B<sigqueue>() is implemented using the B<rt_sigqueueinfo>(2) " +"system call. The system call differs in its third argument, which is the " +"I<siginfo_t> structure that will be supplied to the receiving process's " +"signal handler or returned by the receiving process's B<sigtimedwait>(2) " +"call. Inside the glibc B<sigqueue>() wrapper, this argument, I<uinfo>, is " +"initialized as follows:" +msgstr "" +"În Linux, B<sigqueue>() este implementat utilizând apelul de sistem " +"B<rt_sigqueueinfo>(2). Apelul de sistem diferă prin cel de-al treilea " +"argument, care este structura I<siginfo_t> care va fi furnizată " +"gestionarului de semnal al procesului receptor sau returnată de apelul " +"B<sigtimedwait>(2) al procesului receptor. În interiorul funcției " +"învăluitoare B<sigqueue>() a glibc, acest argument, I<uinfo>, este " +"inițializat după cum urmează:" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"uinfo.si_signo = sig; /* Argument supplied to sigqueue() */\n" +"uinfo.si_code = SI_QUEUE;\n" +"uinfo.si_pid = getpid(); /* Process ID of sender */\n" +"uinfo.si_uid = getuid(); /* Real UID of sender */\n" +"uinfo.si_value = val; /* Argument supplied to sigqueue() */\n" +msgstr "" +"uinfo.si_signo = sig; /* Argument furnizat pentru sigqueue() */\n" +"uinfo.si_code = SI_QUEUE;\n" +"uinfo.si_pid = getpid(); /* ID-ul de proces al expeditorului */\n" +"uinfo.si_uid = getuid(); /* UID-ul real al expeditorului */\n" +"uinfo.si_value = val; /* Argument furnizat pentru sigqueue() */\n" + +#. 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 "Linux 2.2. POSIX.1-2001." +msgstr "Linux 2.2. POSIX.1-2001." + +#. 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 "" +"If this function results in the sending of a signal to the process that " +"invoked it, and that signal was not blocked by the calling thread, and no " +"other threads were willing to handle this signal (either by having it " +"unblocked, or by waiting for it using B<sigwait>(3)), then at least some " +"signal must be delivered to this thread before this function returns." +msgstr "" +"Dacă această funcție are ca rezultat trimiterea unui semnal către procesul " +"care a invocat-o, iar acest semnal nu a fost blocat de firul apelant și nici " +"un alt fir nu a fost dispus să gestioneze acest semnal (fie prin deblocarea " +"lui, fie prin așteptarea lui folosind B<sigwait>(3)), atunci cel puțin un " +"semnal trebuie să fie transmis acestui fir înainte ca această funcție să " +"returneze." + +#. 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<rt_sigqueueinfo>(2), B<sigaction>(2), B<signal>(2), " +"B<pthread_sigqueue>(3), B<sigwait>(3), B<signal>(7)" +msgstr "" +"B<kill>(2), B<rt_sigqueueinfo>(2), B<sigaction>(2), B<signal>(2), " +"B<pthread_sigqueue>(3), B<sigwait>(3), B<signal>(7)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-12-15" +msgstr "15 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 "" +"B<sigqueue>() and the underlying B<rt_sigqueueinfo>(2) system call first " +"appeared in Linux 2.2." +msgstr "" +"B<sigqueue>() și apelul de sistem B<rt_sigqueueinfo>(2) care stă la baza " +"acestuia au apărut pentru prima dată în Linux 2.2." + +#. type: Plain text +#: debian-bookworm +msgid "POSIX.1-2001, POSIX.1-2008." +msgstr "POSIX.1-2001, POSIX.1-2008." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "20 iulie 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 "2023-03-30" +msgstr "30 martie 2023" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Pagini de manual de Linux 6.04" |