summaryrefslogtreecommitdiffstats
path: root/po/es/man3/exec.3.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /po/es/man3/exec.3.po
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/es/man3/exec.3.po')
-rw-r--r--po/es/man3/exec.3.po800
1 files changed, 800 insertions, 0 deletions
diff --git a/po/es/man3/exec.3.po b/po/es/man3/exec.3.po
new file mode 100644
index 00000000..60f80c6e
--- /dev/null
+++ b/po/es/man3/exec.3.po
@@ -0,0 +1,800 @@
+# Spanish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Gerardo Aburruzaga García <gerardo.aburruzaga@uca.es>, 1998.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:55+0100\n"
+"PO-Revision-Date: 1998-01-09 19:53+0200\n"
+"Last-Translator: Gerardo Aburruzaga García <gerardo.aburruzaga@uca.es>\n"
+"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"Language: es\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 20.04.1\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<noexec>"
+msgid "exec"
+msgstr "B<noexec>"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 Octubre 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Páginas 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 "NOMBRE"
+
+#. 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 - ejecutan un fichero"
+
+#. 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 Estándar C (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 "SINOPSIS"
+
+#. 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>unistd.hE<gt>>\n"
+msgstr "B<#include E<lt>unistd.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<extern char **environ;>\n"
+msgstr "B<extern char **environ;>\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 ""
+#| "B<int execl(const char *>I<pathname>B<, const char *>I<arg>B<, ...>\n"
+#| "B</* (char *) NULL */);>\n"
+#| "B<int execlp(const char *>I<file>B<, const char *>I<arg>B<, ...>\n"
+#| "B</* (char *) NULL */);>\n"
+#| "B<int execle(const char *>I<pathname>B<, const char *>I<arg>B<, ...>\n"
+#| "B< /*, (char *) NULL, char *const >I<envp>B<[] */);>\n"
+#| "B<int execv(const char *>I<pathname>B<, char *const >I<argv>B<[]);>\n"
+#| "B<int execvp(const char *>I<file>B<, char *const >I<argv>B<[]);>\n"
+#| "B<int execvpe(const char *>I<file>B<, char *const >I<argv>B<[],>\n"
+#| "B< char *const >I<envp>B<[]);>\n"
+msgid ""
+"B<int execl(const char *>I<pathname>B<, const char *>I<arg>B<, ...>\n"
+"B</*, (char *) NULL */);>\n"
+"B<int execlp(const char *>I<file>B<, const char *>I<arg>B<, ...>\n"
+"B</*, (char *) NULL */);>\n"
+"B<int execle(const char *>I<pathname>B<, const char *>I<arg>B<, ...>\n"
+"B< /*, (char *) NULL, char *const >I<envp>B<[] */);>\n"
+"B<int execv(const char *>I<pathname>B<, char *const >I<argv>B<[]);>\n"
+"B<int execvp(const char *>I<file>B<, char *const >I<argv>B<[]);>\n"
+"B<int execvpe(const char *>I<file>B<, char *const >I<argv>B<[], char *const >I<envp>B<[]);>\n"
+msgstr ""
+"B<int execl(const char *>I<pathname>B<, const char *>I<arg>B<, ...>\n"
+"B</* (char *) NULL */);>\n"
+"B<int execlp(const char *>I<file>B<, const char *>I<arg>B<, ...>\n"
+"B</* (char *) NULL */);>\n"
+"B<int execle(const char *>I<pathname>B<, const char *>I<arg>B<, ...>\n"
+"B< /*, (char *) NULL, char *const >I<envp>B<[] */);>\n"
+"B<int execv(const char *>I<pathname>B<, char *const >I<argv>B<[]);>\n"
+"B<int execvp(const char *>I<file>B<, char *const >I<argv>B<[]);>\n"
+"B<int execvpe(const char *>I<file>B<, char *const >I<argv>B<[],>\n"
+"B< char *const >I<envp>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 ""
+"Requisitos de Macros de Prueba de Características para glibc (véase "
+"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
+#, fuzzy
+#| msgid "B<execvpe>(): _GNU_SOURCE"
+msgid "B<execvpe>():"
+msgstr "B<execvpe>(): _GNU_SOURCE"
+
+#. 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 "DESCRIPCIÓN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<exec> 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<execve>(2). (See the manual page for B<execve> "
+#| "for detailed information about the replacement of the current process.)"
+msgid ""
+"The B<exec>() 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<execve>(2). (See the manual page for B<execve>(2) for further "
+"details about the replacement of the current process image.)"
+msgstr ""
+"La familia de funciones B<exec> reemplaza la imagen del proceso en curso con "
+"una nueva. Las funciones descritas en esta página del Manual son interfaces "
+"para la primitiva B<execve>(2). (Consulte la página del Manual de B<execve> "
+"para información detallada acerca del reemplazo del proceso en curso.)"
+
+#. 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 ""
+"El primer argumento de estas funciones es el camino de un fichero que va a "
+"ser ejecutado."
+
+#. 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<const char *arg> and subsequent ellipses in the B<execl>, "
+#| "B<execlp>, and B<execle> functions can be thought of as I<arg0>, I<arg1>, "
+#| "\\&..., I<argn>. 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<must> be terminated by a B<NULL> pointer."
+msgid ""
+"The I<const char\\ *arg> and subsequent ellipses can be thought of as "
+"I<arg0>, I<arg1>, \\&..., I<argn>. 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<must> be terminated by a null pointer, and, since these "
+"are variadic functions, this pointer must be cast I<(char\\ *) NULL>."
+msgstr ""
+"El I<const char *arg> y puntos suspensivos siguientes en las funciones "
+"B<execl>, B<execlp>, y B<execle> pueden ser contemplados como I<arg0>, "
+"I<arg1>, \\&..., I<argn>. Todos juntos, describen una lista de uno o más "
+"punteros a cadenas de caracteres terminadas en cero, que representan la "
+"lista de argumentos disponible para el programa ejecutado. El primer "
+"argumento, por convenio, debe apuntar al nombre de fichero asociado con el "
+"fichero que se esté ejecutando. La lista de argumentos I<debe> ser terminada "
+"por un puntero B<NULL>."
+
+#. 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<execv> and B<execvp> 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<must> be terminated by a B<NULL> pointer."
+msgid ""
+"The I<char\\ *const argv[]> 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<must> be "
+"terminated by a null pointer."
+msgstr ""
+"Las funciones B<execv> y B<execvp> proporcionan un vector de punteros a "
+"cadenas de caracteres terminadas en cero, que representan la lista de "
+"argumentos disponible para el nuevo programa. El primer argumento, por "
+"convenio, debe apuntar al nombre de fichero asociado con el fichero que se "
+"esté ejecutando. El vector de punteros I<debe> ser terminado por un puntero "
+"B<NULL>."
+
+#. 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<envp>. The I<envp> argument is an array of pointers to null-terminated "
+"strings and I<must> 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<exec>() functions (which do not include 'e' in the suffix) "
+"take the environment for the new process image from the external variable "
+"I<environ> 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<execlp> and B<execvp> 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<PATH> 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<PATH> environment variable. If this variable "
+"isn't defined, the path list defaults to a list that includes the "
+"directories returned by I<confstr(_CS_PATH)> (which typically returns the "
+"value \"/bin:/usr/bin\") and possibly also the current working directory; "
+"see NOTES for further details."
+msgstr ""
+"Las funciones B<execlp> y B<execvp> duplicarán las acciones del shell al "
+"buscar un fichero ejecutable si el nombre de fichero especificado no "
+"contiene un carácter de barra inclinada (/). El camino de búsqueda es el "
+"especificado en el entorno por la variable B<PATH>. Si esta variable no es "
+"especificada, se emplea el camino predeterminado ``:/bin:/usr/bin''. Además, "
+"ciertos errores se tratan de forma especial."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<execvpe>() searches for the program using the value of B<PATH> from the "
+"caller's environment, not from the I<envp> 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<PATH> 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<execve> returned "
+#| "B<EACCES>), 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<errno> set to B<EACCES>."
+msgid ""
+"If permission is denied for a file (the attempted B<execve>(2) failed with "
+"the error B<EACCES>), these functions will continue searching the rest of "
+"the search path. If no other file is found, however, they will return with "
+"I<errno> set to B<EACCES>."
+msgstr ""
+"Si a un fichero se le deniega el permiso (la función intentada B<execve> "
+"devuelve B<EACCES>), estas funciones continuarán buscando en el resto del "
+"camino de búsqueda. Si no se encuentra otro fichero, empero, retornarán "
+"dando el valor B<EACCES> a la variable global I<errno>."
+
+#. 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<execve> "
+#| "returned B<ENOEXEC>), 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<execve>(2) failed "
+"with the error B<ENOEXEC>), these functions will execute the shell (I</bin/"
+"sh>) with the path of the file as its first argument. (If this attempt "
+"fails, no further searching is done.)"
+msgstr ""
+"Si no se reconoce la cabecera de un fichero (la función intentada B<execve> "
+"devuelve B<ENOEXEC>), estas funciones ejecutarán el shell con el camino del "
+"fichero como su primer argumento. (Si este intento falla, no se busca más.)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"All other B<exec>() 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 DEVUELTO"
+
+#. 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<exec> functions returns, an error will have occurred. "
+#| "The return value is -1, and the global variable I<errno> will be set to "
+#| "indicate the error."
+msgid ""
+"The B<exec>() functions return only if an error has occurred. The return "
+"value is -1, and I<errno> is set to indicate the error."
+msgstr ""
+"Si cualquiera de las funciones B<exec> regresa, es que ha ocurrido un error. "
+"El valor de retorno es -1, y en la variable global I<errno> se pondrá el "
+"código de error adecuado."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "ERRORES"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"All of these functions may fail and set I<errno> for any of the errors "
+"specified for B<execve>(2)."
+msgstr ""
+"Todas estas funciones pueden fallar y dar un valor a I<errno> para "
+"cualquiera de los errores especificados para 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 "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<attributes>(7)."
+msgstr ""
+"Para obtener una explicación de los términos usados en esta sección, véase "
+"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 "Interfaz"
+
+#. 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<execl>(),\n"
+"B<execle>(),\n"
+"B<execv>()"
+msgstr ""
+"B<execl>(),\n"
+"B<execle>(),\n"
+"B<execv>()"
+
+#. 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 "Seguridad del hilo"
+
+#. 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 "Multi-hilo seguro"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<execlp>(),\n"
+"B<execvp>(),\n"
+"B<execvpe>()"
+msgstr ""
+"B<execlp>(),\n"
+"B<execvp>(),\n"
+"B<execvpe>()"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "MT-Safe"
+msgid "MT-Safe env"
+msgstr "Multi-hilo seguro"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERSIONES"
+
+#. 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<PATH>) shows some variation across systems. It generally "
+"includes I</bin> and I</usr/bin> (in that order) and may also include the "
+"current working directory. On some other systems, the current working is "
+"included after I</bin> and I</usr/bin>, 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<execlp>() and B<execvp>() 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<ETXTBSY> is encountered. Linux treats it as a hard error and returns "
+"immediately."
+msgstr ""
+"El comportamiento de B<execlp>() y B<execvp>() cuando hay errores al "
+"intentar ejecutar el fichero es una práctica de antiguo, pero "
+"tradicionalmente no ha sido documentada y el estándar POSIX no lo "
+"especifica. BSD (y quizás otros sistemas) hacen un sleep() automático y un "
+"reintento a continuación, si se encuentra el error B<ETXTBSY>. Linux trata "
+"esto como un error importante y el regreso de la función es inmediato."
+
+#. 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<execlp>() and B<execvp>() ignored all "
+"errors except for the ones described above and B<ENOMEM> and B<E2BIG>, upon "
+"which they returned. They now return if any error other than the ones "
+"described above occurs."
+msgstr ""
+"Tradicionalmente, las funciones B<execlp>() y B<execvp>() hacían caso omiso "
+"de todos los errores salvo los descritos arriba y B<ENOMEM> y B<E2BIG>, que "
+"provocaban el regreso. Ahora también regresan si tiene lugar algún error "
+"distinto de los descritos anteriormente."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "ESTÁNDARES"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "I<Environment=>"
+msgid "B<environ>"
+msgstr "I<Environment=>"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<execvpe>(): _GNU_SOURCE"
+msgid "B<execl>()"
+msgstr "B<execvpe>(): _GNU_SOURCE"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<execvpe>(): _GNU_SOURCE"
+msgid "B<execlp>()"
+msgstr "B<execvpe>(): _GNU_SOURCE"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<execvpe>(): _GNU_SOURCE"
+msgid "B<execle>()"
+msgstr "B<execvpe>(): _GNU_SOURCE"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<execvpe>(): _GNU_SOURCE"
+msgid "B<execv>()"
+msgstr "B<execvpe>(): _GNU_SOURCE"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<execvpe>(): _GNU_SOURCE"
+msgid "B<execvp>()"
+msgstr "B<execvpe>(): _GNU_SOURCE"
+
+#. 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<execvpe>(): _GNU_SOURCE"
+msgid "B<execvpe>()"
+msgstr "B<execvpe>(): _GNU_SOURCE"
+
+#. 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 "HISTORIAL"
+
+#. 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 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 "ERRORES"
+
+#. 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<execl>() and B<execle>() employed B<realloc>(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<execv>() is provided as a system call by the kernel "
+"(with the prototype shown above) for compatibility with SunOS. This "
+"function is I<not> employed by the B<execv>() 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 "VÉASE TAMBIÉN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<sh>(1), B<execve>(2), B<execveat>(2), B<fork>(2), B<ptrace>(2), "
+"B<fexecve>(3), B<system>(3), B<environ>(7)"
+msgstr ""
+"B<sh>(1), B<execve>(2), B<execveat>(2), B<fork>(2), B<ptrace>(2), "
+"B<fexecve>(3), B<system>(3), B<environ>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-01-07"
+msgstr "7 Enero 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Páginas de manual de Linux 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "The B<execvpe>() 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<execvpe>() function is a GNU extension."
+msgstr ""
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "NOTAS"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-20"
+msgstr "20 ​​Julio 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Páginas de manual de Linux 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 Marzo 2023"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"