# Brazilian Portuguese translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Felipe M Pereira , 2001. # André Luiz Fassone , 2001. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-01 05:48+0200\n" "PO-Revision-Date: 2001-06-02 19:20-0300\n" "Last-Translator: André Luiz Fassone \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 "exec" msgstr "exec" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2 maio 2024" #. type: TH #: archlinux debian-unstable #, fuzzy, no-wrap #| msgid "Linux man-pages 6.7" msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.7" #. 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 "execl, execlp, execle, execv, execvp, execvpe - execute a file" msgstr "execl, execlp, execle, execv, execvp, execvpe - executam um arquivo" #. 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 Eunistd.hE>\n" msgstr "B<#include Eunistd.hE>\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\n" msgstr "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 "" "BIB<, const char *>IB<, ...>\n" "B\n" "BIB<, const char *>IB<, ...>\n" "B\n" "BIB<, const char *>IB<, ...>\n" "B< /*, (char *) NULL, char *const >IB<[] */);>\n" "BIB<, char *const >IB<[]);>\n" "BIB<, char *const >IB<[]);>\n" "BIB<, char *const >IB<[], char *const >IB<[]);>\n" msgstr "" "BIB<, const char *>IB<, ...>\n" "B\n" "BIB<, const char *>IB<, ...>\n" "B\n" "BIB<, const char *>IB<, ...>\n" "B< /*, (char *) NULL, char *const >IB<[] */);>\n" "BIB<, char *const >IB<[]);>\n" "BIB<, char *const >IB<[]);>\n" "BIB<, char *const >IB<[], char *const >IB<[]);>\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(7)):" msgstr "" "Requisitos de macro de teste de recursos para o glibc (consulte " "B(7)):" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B():" msgstr "B():" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " _GNU_SOURCE\n" msgstr " _GNU_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 "DESCRIÇÃO" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The B family of functions replaces the current process image with a " #| "new process image. The functions described in this manual page are front-" #| "ends for the function B(2). (See the manual page for B " #| "for detailed information about the replacement of the current process.)" msgid "" "The B() family of functions replaces the current process image with a " "new process image. The functions described in this manual page are layered " "on top of B(2). (See the manual page for B(2) for further " "details about the replacement of the current process image.)" msgstr "" "A família de funções B substitui a imagem do processo atual com uma " "imagem de um novo processo. As funções descritas nesta página de manual são " "interfaces (front-ends) para a função B(2). (Veja a página de manual " "para B para informações detalhadas sobre a substituição do processo " "atual.)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The initial argument for these functions is the pathname of a file which " #| "is to be executed." msgid "" "The initial argument for these functions is the name of a file that is to be " "executed." msgstr "" "O argumento inicial para estas funções é o nome de um arquivo a ser " "executado." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The functions can be grouped based on the letters following the \"exec\" " "prefix." msgstr "" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "l - execl(), execlp(), execle()" msgstr "l - execl(), execlp(), execle()" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The I and subsequent ellipses in the B, " #| "B, and B functions can be thought of as I, I, " #| "\\&..., I. Together they describe a list of one or more pointers " #| "to null-terminated strings that represent the argument list available to " #| "the executed program. The first argument, by convention, should point to " #| "the file name associated with the file being executed. The list of " #| "arguments I be terminated by a B pointer." msgid "" "The I and subsequent ellipses can be thought of as " "I, I, \\&..., I. Together they describe a list of one or " "more pointers to null-terminated strings that represent the argument list " "available to the executed program. The first argument, by convention, " "should point to the filename associated with the file being executed. The " "list of arguments I be terminated by a null pointer, and, since these " "are variadic functions, this pointer must be cast I<(char\\ *) NULL>." msgstr "" "O argumento I e as reticências subseqüentes nas funções " "B, B e B podem ser imaginadas como se fossem I, " "I, \\&..., I. Juntos eles descrevem uma lista de um ou mais " "ponteiros para strings terminadas em NULO que representam a lista de " "argumentos disponível ao programa executado. O primeiro argumento, por " "convenção, deve apontar para o nome do arquivo que será executado. A lista " "de argumentos I ser terminada por um ponteiro B." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "By contrast with the 'l' functions, the 'v' functions (below) specify the " "command-line arguments of the executed program as a vector." msgstr "" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "v - execv(), execvp(), execvpe()" msgstr "v - execv(), execvp(), execvpe()" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The B and B functions provide an array of pointers to null-" #| "terminated strings that represent the argument list available to the new " #| "program. The first argument, by convention, should point to the file " #| "name associated with the file being executed. The array of pointers " #| "I be terminated by a B pointer." msgid "" "The I argument is an array of pointers to null-" "terminated strings that represent the argument list available to the new " "program. The first argument, by convention, should point to the filename " "associated with the file being executed. The array of pointers I be " "terminated by a null pointer." msgstr "" "As funções B e B fornecem um vetor de ponteiros para strings " "terminadas por '0' que representa a lista de argumentos disponível ao novo " "programa. O primeiro argumento, por convenção, deve apontar para o nome do " "arquivo que será executado. O vetor de ponteiros I ser terminado por " "um ponteiro B." #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "e - execle(), execvpe()" msgstr "e - execle(), execvpe()" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The environment of the new process image is specified via the argument " "I. The I argument is an array of pointers to null-terminated " "strings and I be terminated by a null pointer." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "All other B() functions (which do not include 'e' in the suffix) " "take the environment for the new process image from the external variable " "I in the calling process." msgstr "" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "p - execlp(), execvp(), execvpe()" msgstr "p - execlp(), execvp(), execvpe()" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The functions B and B will duplicate the actions of the " #| "shell in searching for an executable file if the specified file name does " #| "not contain a slash (/) character. The search path is the path specified " #| "in the environment by the B variable. If this variable isn't " #| "specified, the default path ``:/bin:/usr/bin'' is used. In addition, " #| "certain errors are treated specially." msgid "" "These functions duplicate the actions of the shell in searching for an " "executable file if the specified filename does not contain a slash (/) " "character. The file is sought in the colon-separated list of directory " "pathnames specified in the B environment variable. If this variable " "isn't defined, the path list defaults to a list that includes the " "directories returned by I (which typically returns the " "value \"/bin:/usr/bin\") and possibly also the current working directory; " "see NOTES for further details." msgstr "" "As funções B e B duplicarão as ações do shell na busca por " "um arquivo executável se o nome de arquivo especificado não contiver um " "caractere barra (/). O caminho de busca é o caminho especificado no ambiente " "através da variável B. Se esta variável não é especificada, o caminho " "padrão ':/bin:/usr/bin' é utilizado. Além disso, certos erros são tratados " "de maneira especial." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() searches for the program using the value of B from the " "caller's environment, not from the I argument." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If the specified filename includes a slash character, then B is " "ignored, and the file at the specified pathname is executed." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "In addition, certain errors are treated specially." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "If permission is denied for a file (the attempted B returned " #| "B), these functions will continue searching the rest of the " #| "search path. If no other file is found, however, they will return with " #| "the global variable I set to B." msgid "" "If permission is denied for a file (the attempted B(2) failed with " "the error B), these functions will continue searching the rest of " "the search path. If no other file is found, however, they will return with " "I set to B." msgstr "" "Se a permissão é negada para um arquivo (a tentativa de B retornou " "B), estas funções continuarão procurando o resto do caminho de " "busca. Se nenhum outro arquivo é encontrado, entretanto, elas retornarão com " "a variável global I ajustada para B." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "If the header of a file isn't recognized (the attempted B " #| "returned B), these functions will execute the shell with the " #| "path of the file as its first argument. (If this attempt fails, no " #| "further searching is done.)" msgid "" "If the header of a file isn't recognized (the attempted B(2) failed " "with the error B), these functions will execute the shell (I) with the path of the file as its first argument. (If this attempt " "fails, no further searching is done.)" msgstr "" "Se o cabeçalho de um arquivo não é reconhecido (a tentativa de B " "retornou B), estas funções executarão o shell com o caminho do " "arquivo como seu primeiro argumento. (Se esta tentativa falhar, nenhuma " "procura adicional é realizada.)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "All other B() functions (which do not include 'p' in the suffix) " "take as their first argument a (relative or absolute) pathname that " "identifies the program to be executed." 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 #, fuzzy #| msgid "" #| "If any of the B functions returns, an error will have occurred. " #| "The return value is -1, and the global variable I will be set to " #| "indicate the error." msgid "" "The B() functions return only if an error has occurred. The return " "value is -1, and I is set to indicate the error." msgstr "" "No caso de qualquer das funções B retornar, um erro deve ter ocorrido. " "O valor de retorno é -1, e a variável global I estará ajustada para " "indicar o erro." #. 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: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "All of these functions may fail and set I for any of the errors " #| "specified for the library function B(2)." msgid "" "All of these functions may fail and set I for any of the errors " "specified for B(2)." msgstr "" "Todas as funções a seguir podem falhar e ajustar I para algum dos " "erros especificados na função de biblioteca B(2)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ATTRIBUTES" msgstr "ATRIBUTOS" #. 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(7)." msgstr "" "Para uma explicação dos termos usados nesta seção, consulte B(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 "Atributo" #. 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 "Valor" #. 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(),\n" "B(),\n" "B()" msgstr "" "B(),\n" "B(),\n" "B()" #. 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 "Thread safety" #. 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: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "B(),\n" "B(),\n" "B()" msgstr "" "B(),\n" "B(),\n" "B()" #. 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 env" msgstr "Ambiente 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 "VERSÕES" #. glibc commit 1eb8930608705702d5746e5491bab4e4429fcb83 #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The default search path (used when the environment does not contain the " "variable B) shows some variation across systems. It generally " "includes I and I (in that order) and may also include the " "current working directory. On some other systems, the current working is " "included after I and I, as an anti-Trojan-horse measure. " "The glibc implementation long followed the traditional default where the " "current working directory is included at the start of the search path. " "However, some code refactoring during the development of glibc 2.24 caused " "the current working directory to be dropped altogether from the default " "search path. This accidental behavior change is considered mildly " "beneficial, and won't be reverted." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The behavior of B() and B() when errors occur while " "attempting to execute the file is historic practice, but has not " "traditionally been documented and is not specified by the POSIX standard. " "BSD (and possibly other systems) do an automatic sleep and retry if " "B is encountered. Linux treats it as a hard error and returns " "immediately." msgstr "" "O comportamento de B() e B() quando erros ocorrem ao tentar " "executar o arquivo é prática histórica, mas não tem sido documentado " "tradicionalmente e não é especificado pelo padrão POSIX. O BSD (e " "possivelmente outros sistemas) fazem automaticamente uma espera e uma nova " "tentativa se B é encontrado. O Linux trata isto como um erro grave " "e retorna imediatamente." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Traditionally, the functions B() and B() ignored all " "errors except for the ones described above and B and B, upon " "which they returned. They now return if any error other than the ones " "described above occurs." msgstr "" "Tradicionalmente, as funções B() e B() ignoravam todos os " "erros exceto aqueles descritos acima e B e B, os quais elas " "retornavam. Agora elas retornam se ocorrer qualquer outro erro além dos " "descritos acima." #. 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: TP #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "" #. type: TQ #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B():" msgid "B()" msgstr "B():" #. type: TQ #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B():" msgid "B()" msgstr "B():" #. type: TQ #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B():" msgid "B()" msgstr "B():" #. type: TQ #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B():" msgid "B()" msgstr "B():" #. type: TQ #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B():" msgid "B()" msgstr "B():" #. 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: TP #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B():" msgid "B()" msgstr "B():" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "GNU." msgstr "GNU." #. 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 msgid "POSIX.1-2001." msgstr "POSIX.1-2001." #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "Since glibc 2.19:" msgid "glibc 2.11." msgstr "Desde o glibc 2.19:" #. 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" #. https://sourceware.org/bugzilla/show_bug.cgi?id=19534 #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Before glibc 2.24, B() and B() employed B(3) " "internally and were consequently not async-signal-safe, in violation of the " "requirements of POSIX.1. This was fixed in glibc 2.24." msgstr "" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Architecture-specific details" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On sparc and sparc64, B() is provided as a system call by the kernel " "(with the prototype shown above) for compatibility with SunOS. This " "function is I employed by the B() wrapper function on those " "architectures." 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(2), B(2), B(2), B(2), " "B(3), B(3), B(7)" msgstr "" "B(1), B(2), B(2), B(2), B(2), " "B(3), B(3), B(7)" #. type: TH #: debian-bookworm #, no-wrap msgid "2023-01-07" msgstr "7 janeiro 2023" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: Plain text #: debian-bookworm msgid "The B() function first appeared in glibc 2.11." msgstr "" #. type: Plain text #: debian-bookworm msgid "POSIX.1-2001, POSIX.1-2008." msgstr "POSIX.1-2001, POSIX.1-2008." #. type: Plain text #: debian-bookworm msgid "The B() function is a GNU extension." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "NOTES" msgstr "NOTAS" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 outubro 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 março 2023" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04" #. type: TH #: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "Linux man-pages 6.7" msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages 6.7"