[software-management-guide] Uso del comando yum and include files

Guillermo Gómez gomix at fedoraproject.org
Sun Mar 31 17:51:42 UTC 2013


commit 6e495ebfd64396263a78d24d447d3dd8eed36aa5
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Sun Mar 31 13:21:12 2013 -0430

    Uso del comando yum and include files

 es-ES/Uso_del_comando_yum.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/es-ES/Uso_del_comando_yum.xml b/es-ES/Uso_del_comando_yum.xml
index 607f404..4b9a57b 100644
--- a/es-ES/Uso_del_comando_yum.xml
+++ b/es-ES/Uso_del_comando_yum.xml
@@ -476,15 +476,15 @@ Aug 02 11:26:10 Erased: iftop
 
 	<para>En general puede usar la forma <command>yum history list</command> donde simplemente <command>yum history</command> es un alias para el mismo comando.</para>
 
-<screen><xi:include parse="text" href="extras/yum-history/yum-history.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
+<screen><xi:include parse="text" href="extras/Uso_del_comando_yum/yum-history/yum-history.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
 
 <para><emphasis>Listado de todas las transacciones</emphasis>, obviamente sólo mostraremos unas cuantas aquí por razones de espacio.</para>
 
-<screen><xi:include parse="text" href="extras/yum-history/yum-history-list-all.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
+<screen><xi:include parse="text" href="extras/Uso_del_comando_yum/yum-history/yum-history-list-all.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
 
 <para><emphasis>Listado de un rango de transacciones</emphasis>, use los identificadores para indicar el comienzo y fin del rango deseado.</para>
 
-<screen><xi:include parse="text" href="extras/yum-history/yum-history-list-range.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
+<screen><xi:include parse="text" href="extras/Uso_del_comando_yum/yum-history/yum-history-list-range.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
 
 <para>Los listados producidos en formato tabular contienen los siguientes datos en cada fila:</para>
 
@@ -611,11 +611,11 @@ Aug 02 11:26:10 Erased: iftop
 
 <para>Para obtener información detallada específica de una transacción, use el ID de la transacción realizada con el comando <command>yum history info</command>.</para>
 
-<screen><xi:include parse="text" href="extras/yum-history/yum-history-info.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
+<screen><xi:include parse="text" href="extras/Uso_del_comando_yum/yum-history/yum-history-info.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
 
 <para>Existe la posibilidad de solicitar información adicional con el comando <command>yum history addon-info</command>, por ejemplo.</para>
 
-<screen><xi:include parse="text" href="extras/yum-history/yum-history-addon-info.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
+<screen><xi:include parse="text" href="extras/Uso_del_comando_yum/yum-history/yum-history-addon-info.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
 
 <para>En el ejemplo anterior se tiene tres tipos de información adicional que se puede consultar:</para>
 
@@ -643,7 +643,7 @@ Aug 02 11:26:10 Erased: iftop
 
 <para>Para obtener información resumida sobre por ejemplo transacciones que involucraron un paquete específico puede usar <command>yum history summary</command> y especificando el paquete en cuestión.</para>
 
-<screen><xi:include parse="text" href="extras/yum-history/yum-history-summary-vim-common.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
+<screen><xi:include parse="text" href="extras/Uso_del_comando_yum/yum-history/yum-history-summary-vim-common.txt" xmlns:xi="http://www.w3.org/2001/XInclude" /></screen>
 
 <important><title>Argumentos comunes para list, info y summary</title>
 	<para>Los comandos <command>yum history list|info|summary</command> pueden todos usar identificadores de transacción individual o en formato rango, nombres de paquetes o expresiones glob para los nombres de paquetes.</para>


More information about the docs-commits mailing list