summaryrefslogtreecommitdiffstats
path: root/po/es/man1/setsid.1.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /po/es/man1/setsid.1.po
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/es/man1/setsid.1.po')
-rw-r--r--po/es/man1/setsid.1.po66
1 files changed, 27 insertions, 39 deletions
diff --git a/po/es/man1/setsid.1.po b/po/es/man1/setsid.1.po
index 70d31e01..ba8d769e 100644
--- a/po/es/man1/setsid.1.po
+++ b/po/es/man1/setsid.1.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2023-08-27 17:21+0200\n"
+"POT-Creation-Date: 2024-03-29 09:51+0100\n"
"PO-Revision-Date: 2023-02-28 00:20+0100\n"
"Last-Translator: Marcos Fouces <marcos@debian.org>\n"
"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SETSID"
msgstr "SETSID"
@@ -35,41 +35,41 @@ msgid "util-linux 2.38.1"
msgstr "util-linux 2.38.1"
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "User Commands"
msgstr "Órdenes de usuario"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "NAME"
msgstr "NOMBRE"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "setsid - run a program in a new session"
msgstr "setsid - ejecuta un programa en una nueva sesión"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SYNOPSIS"
msgstr "SINOPSIS"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<setsid> [options] I<program> [I<arguments>]"
msgstr "B<setsid> [opciones] I<programa> [I<argumentos>]"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "DESCRIPTION"
msgstr "DESCRIPCIÓN"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"B<setsid> runs a program in a new session. The command calls B<fork>(2) if "
"already a process group leader. Otherwise, it executes a program in the "
@@ -82,38 +82,38 @@ msgstr ""
"la opción B<--fork>."
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "OPTIONS"
msgstr "OPCIONES"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-c>, B<--ctty>"
msgstr "B<-c>, B< --ctty>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Set the controlling terminal to the current one."
msgstr "Define al terminal actual como el terminal de control."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-f>, B<--fork>"
msgstr "B<-f>, B< --fork>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Always create a new process."
msgstr "Siempre crea un nuevo proceso."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-w>, B<--wait>"
msgstr "B<-w>, B< --wait>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"Wait for the execution of the program to end, and return the exit status of "
"this program as the exit status of B<setsid>."
@@ -122,77 +122,65 @@ msgstr ""
"de salida de B<setsid> el de dicha aplicación."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-V>, B<--version>"
msgstr "B<-V>, B<--version>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Display version information and exit."
msgstr "Muestra información acerca de la versión y finaliza."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-h>, B<--help>"
msgstr "B<-h>, B<--help>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Display help text and exit."
msgstr "Muestra un texto de ayuda y finaliza."
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "AUTHORS"
msgstr "AUTORES"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SEE ALSO"
msgstr "VÉASE TAMBIÉN"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<setsid>(2)"
msgstr "B<setsid>(2)"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "REPORTING BUGS"
msgstr "INFORMAR DE ERRORES"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "For bug reports, use the issue tracker at"
msgstr ""
"Para informar de cualquier error, utilice el sistema de seguimiento de fallos"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "AVAILABILITY"
msgstr "DISPONIBILIDAD"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The B<setsid> command is part of the util-linux package which can be "
"downloaded from"
msgstr ""
"La orden B<setsid> forma parte del paquete util-linux que puede descargarse "
"desde"
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "2022-01-06"
-msgstr "6 Enero 2022"
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "util-linux 2.37.4"
-msgstr "util-linux 2.37.4"