diff options
Diffstat (limited to 'po/es/man1/ipcrm.1.po')
-rw-r--r-- | po/es/man1/ipcrm.1.po | 99 |
1 files changed, 41 insertions, 58 deletions
diff --git a/po/es/man1/ipcrm.1.po b/po/es/man1/ipcrm.1.po index 4407c841..cf4a7f16 100644 --- a/po/es/man1/ipcrm.1.po +++ b/po/es/man1/ipcrm.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2023-08-27 17:03+0200\n" +"POT-Creation-Date: 2024-03-29 09:42+0100\n" "PO-Revision-Date: 1998-10-05 19:53+0200\n" "Last-Translator: Roberto Rodríguez Fernández <rrf@apdo.com>\n" "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -16,7 +16,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "IPCRM" msgstr "IPCRM" @@ -34,48 +34,48 @@ 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 "ipcrm - remove certain IPC resources" msgstr "" #. 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<ipcrm> [options]" msgstr "B<ipcrm> [opciones]" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, fuzzy #| msgid "B<ipcrm> {B<shm>|B<msg>|B<sem>} I<id>..." msgid "B<ipcrm> [B<shm>|B<msg>|B<sem>] I<ID> ..." msgstr "B<ipcrm> {B<shm>|B<msg>|B<sem>} I<id>..." #. 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<ipcrm> removes System V inter-process communication (IPC) objects and " "associated data structures from the system. In order to delete such objects, " @@ -83,7 +83,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "System V IPC objects are of three types: shared memory, message queues, and " "semaphores. Deletion of a message queue or semaphore object is immediate " @@ -94,7 +94,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Two syntax styles are supported. The old Linux historical syntax specifies a " "three-letter keyword indicating which class of object is to be deleted, " @@ -102,7 +102,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The SUS-compliant syntax allows the specification of zero or more objects of " "all three types in a single command line, with objects specified either by " @@ -112,32 +112,32 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The details of the removes are described in B<shmctl>(2), B<msgctl>(2), and " "B<semctl>(2). The identifiers and keys can be found by using B<ipcs>(1)." msgstr "" #. 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<-a>, B<--all> [B<shm>] [B<msg>] [B<sem>]" msgstr "B<-a>, B<--all> [B<shm>] [B<msg>] [B<sem>]" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Remove all resources. When an option argument is provided, the removal is " "performed only for the specified resource types." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "I<Warning!> Do not use B<-a> if you are unsure how the software using the " "resources might react to missing objects. Some programs create these " @@ -146,95 +146,95 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-M>, B<--shmem-key> I<shmkey>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Remove the shared memory segment created with I<shmkey> after the last " "detach is performed." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, fuzzy #| msgid "B<-D>, B<--dired>" msgid "B<-m>, B<--shmem-id> I<shmid>" msgstr "B<-D>, B<--dired>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Remove the shared memory segment identified by I<shmid> after the last " "detach is performed." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, fuzzy #| msgid "B<-q>, B<--quiet>" msgid "B<-Q>, B<--queue-key> I<msgkey>" msgstr "B<-q>, B<--quiet>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Remove the message queue created with I<msgkey>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, fuzzy #| msgid "B<-q>, B<--quiet>" msgid "B<-q>, B<--queue-id> I<msgid>" msgstr "B<-q>, B<--quiet>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, fuzzy #| msgid "B<ipcrm> will remove the resource speccified by I<id>." msgid "Remove the message queue identified by I<msgid>." msgstr "B<ipcrm> borrará el recurso especificado por I<id>." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, fuzzy #| msgid "B<-x>, B<--one-file-system>" msgid "B<-S>, B<--semaphore-key> I<semkey>" msgstr "B<-x>, B<--one-file-system>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Remove the semaphore created with I<semkey>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, fuzzy #| msgid "B<-q>, B<--quiet>" msgid "B<-s>, B<--semaphore-id> I<semid>" msgstr "B<-q>, B<--quiet>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, fuzzy #| msgid "B<ipcrm> will remove the resource speccified by I<id>." msgid "Remove the semaphore identified by I<semid>." msgstr "B<ipcrm> borrará el recurso especificado por I<id>." #. 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: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-V>, B<--version>" msgstr "B<-V>, B<--version>" @@ -244,13 +244,13 @@ msgid "Print version and exit." msgstr "Muestra la versión y finaliza." #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "NOTES" msgstr "NOTAS" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "In its first Linux implementation, B<ipcrm> used the deprecated syntax shown " "in the second line of the B<SYNOPSIS>. Functionality present in other *nix " @@ -261,13 +261,13 @@ msgid "" msgstr "" #. 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<ipcmk>(1), B<ipcs>(1), B<msgctl>(2), B<msgget>(2), B<semctl>(2), " "B<semget>(2), B<shmctl>(2), B<shmdt>(2), B<shmget>(2), B<ftok>(3), " @@ -278,43 +278,26 @@ msgstr "" "B<sysvipc>(7)" #. 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<ipcrm> command is part of the util-linux package which can be " "downloaded from" msgstr "" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "2022-02-14" -msgstr "14 Febrero 2022" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "util-linux 2.37.4" -msgstr "util-linux 2.37.4" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "Display version information and exit." -msgstr "Muestra información acerca de la versión y finaliza." |