# Brazilian Portuguese translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # André Luiz Fassone , 2001. # Ricardo C.O.Freitas , 2001. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-03-01 16:57+0100\n" "PO-Revision-Date: 2001-06-02 19:20-0300\n" "Last-Translator: Ricardo C.O.Freitas \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\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: Virtaal 1.0.0-beta1\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "getpriority" msgstr "getpriority" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 outubro 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 opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NOME" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "getpriority, setpriority - get/set program scheduling priority" msgstr "" "getpriority, setpriority - obtém/seleciona prioridade de agendamento de " "programas" #. 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, I<-lc>)" msgstr "Biblioteca C Padrão (I, 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 "SINOPSE" #. 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 Esys/resource.hE>\n" msgstr "B<#include Esys/resource.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "BIB<, id_t >IB<, int >IB<);>" msgid "" "BIB<, id_t >IB<);>\n" "BIB<, id_t >IB<, int >IB<);>\n" msgstr "BIB<, id_t >IB<, int >IB<);>" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIÇÃO" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The scheduling priority of the process, process group, or user, as indicated " "by I and I is obtained with the B() call and set " "with the B() call. The process attribute dealt with by these " "system calls is the same attribute (also known as the \"nice\" value) that " "is dealt with by B(2)." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The scheduling priority of the process, process group, or user, as " #| "indicated by I and I is obtained with the B call " #| "and set with the B call. I is one of " #| "B, B, or B, and I is interpreted " #| "relative to I (a process identifier for B, process " #| "group identifier for B, and a user ID for B). A " #| "zero value of I denotes the current process, process group, or " #| "user. I is a value in the range -20 to 20. The default priority " #| "is 0; lower priorities cause more favorable scheduling." msgid "" "The value I is one of B, B, or B, " "and I is interpreted relative to I (a process identifier for " "B, process group identifier for B, and a user ID " "for B). A zero value for I denotes (respectively) the " "calling process, the process group of the calling process, or the real user " "ID of the calling process." msgstr "" "As prioridades de agendamento de processo, grupo de processo, ou usuário, " "como indicado por I e I é obtido com a chamada B e " "selecionada com a chamada B. I é um de B, " "B, ou B, e I é interpretado relativamente para " "I (um identificador de processo para B, um " "identificador de grupo de processos para B, e uma UID para " "B). Um valor zero de I denota o processo atual, o grupo de " "processo ou usuário. I é um valor no intervalo entre -20 e 20. A " "prioridade padrão é 0; prioridades mais baixas provocam agendamentos mais " "favoráveis." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I argument is a value in the range -20 to 19 (but see NOTES " "below), with -20 being the highest priority and 19 being the lowest " "priority. Attempts to set a priority outside this range are silently " "clamped to the range. The default priority is 0; lower values give a " "process a higher scheduling priority." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() call returns the highest priority (lowest numerical " "value) enjoyed by any of the specified processes. The B() " "call sets the priorities of all of the specified processes to the specified " "value." msgstr "" "A chamada B() devolve a maior prioridade (valor numericamente " "inferior) desfrutado por quaisquer dos processos especificados. A chamada " "B() seleciona a prioridade de todos os processos especificados, " "para os valores especificados." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Traditionally, only a privileged process could lower the nice value (i.e., " "set a higher priority). However, since Linux 2.6.12, an unprivileged " "process can decrease the nice value of a target process that has a suitable " "B soft limit; see B(2) for details." msgstr "" #. 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 "VALOR DE RETORNO" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On success, B() returns the calling thread's nice value, which " "may be a negative number. On error, it returns -1 and sets I to " "indicate the error." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Since a successful call to B() can legitimately return the " "value -1, it is necessary to clear I prior to the call, then check " "I afterward to determine if -1 is an error or a legitimate value." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() returns 0 on success. On failure, it returns -1 and sets " "I to indicate the error." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "ERROS" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The caller attempted to set a lower nice value (i.e., a higher process " "priority), but did not have the required privilege (on Linux: did not have " "the B capability)." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I was not one of B, B, or B." msgstr "" "I não era nenhum de B, B ou B." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A process was located, but its effective user ID did not match either the " "effective or the real user ID of the caller, and was not privileged (on " "Linux: did not have the B capability). But see NOTES below." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "No process was located using the I and I values specified." msgstr "" "Nenhum processo foi localizado usando os valores especificados I e " "I." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "PADRÕES" #. 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 "HISTÓRICO" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "SVr4, 4.4BSD (these function calls first appeared in 4.2BSD)." msgid "POSIX.1-2001, SVr4, 4.4BSD (these interfaces first appeared in 4.2BSD)." msgstr "SVr4, BSD 4.4 (esta função apareceu a primeira vez no BSD 4.2)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "NOTAS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "For further details on the nice value, see B(7)." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I: the addition of the \"autogroup\" feature in Linux 2.6.38 means " "that the nice value no longer has its traditional effect in many " "circumstances. For details, see B(7)." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A child created by B(2) inherits its parent's nice value. The nice " "value is preserved across B(2)." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The details on the condition for B depend on the system. The above " "description is what POSIX.1-2001 says, and seems to be followed on all " "System\\ V-like systems. Linux kernels before Linux 2.6.12 required the " "real or effective user ID of the caller to match the real user of the " "process I (instead of its effective user ID). Linux 2.6.12 and later " "require the effective user ID of the caller to match the real or effective " "user ID of the process I. All BSD-like systems (SunOS 4.1.3, Ultrix " "4.2, 4.3BSD, FreeBSD 4.3, OpenBSD-2.5, ...) behave in the same manner as " "Linux 2.6.12 and later." msgstr "" #. 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ças entre kernel/biblioteca C" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The getpriority system call returns nice values translated to the range " "40..1, since a negative return value would be interpreted as an error. The " "glibc wrapper function for B() translates the value back " "according to the formula I (thus, the 40..1 " "range returned by the kernel corresponds to the range -20..19 as seen by " "user space)." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BUGS" msgstr "BUGS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "According to POSIX, the nice value is a per-process setting. However, under " "the current Linux/NPTL implementation of POSIX threads, the nice value is a " "per-thread attribute: different threads in the same process can have " "different nice values. Portable applications should avoid relying on the " "Linux behavior, which may be made standards conformant in the future." msgstr "" #. 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 "VEJA TAMBÉM" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B(1), B(1), B(2), B(7), B(7)" msgstr "B(1), B(1), B(2), B(7), B(7)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I in the Linux kernel source " "tree (since Linux 2.6.23)" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-12-04" msgstr "4 dezembro 2022" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: Plain text #: debian-bookworm #, fuzzy #| msgid "SVr4, 4.4BSD (these function calls first appeared in 4.2BSD)." msgid "" "POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (these interfaces first appeared in " "4.2BSD)." msgstr "SVr4, BSD 4.4 (esta função apareceu a primeira vez no BSD 4.2)." #. type: TH #: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "2023-03-30" msgstr "30 março 2023" #. type: TH #: debian-unstable opensuse-tumbleweed #, no-wrap msgid "Linux man-pages 6.05.01" msgstr "Linux man-pages 6.05.01" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04"