From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-650381-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 4AD90138247
	for <garchives@archives.gentoo.org>; Tue, 17 Dec 2013 10:55:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D9154E0BB6;
	Tue, 17 Dec 2013 10:55:16 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 73B39E0BB6
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 Dec 2013 10:55:16 +0000 (UTC)
Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A2A4233F34C
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 Dec 2013 10:55:15 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 2270)
	id 763F22004B; Tue, 17 Dec 2013 10:55:14 +0000 (UTC)
From: "JosA MarAa Alonso (nimiux)" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Reply-To: gentoo-dev@lists.gentoo.org, nimiux@gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-config.xml
X-VCS-Repository: gentoo
X-VCS-Files: hb-install-config.xml
X-VCS-Directories: xml/htdocs/doc/es/handbook
X-VCS-Committer: nimiux
X-VCS-Committer-Name: JosA MarAa Alonso
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Message-Id: <20131217105514.763F22004B@flycatcher.gentoo.org>
Date: Tue, 17 Dec 2013 10:55:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 84e7c82f-1372-420f-8462-457a860371a1
X-Archives-Hash: b92df30e2a108b38d8efdd62eaba4498

nimiux      13/12/17 10:55:14

  Modified:             hb-install-config.xml
  Log:
  Fix bug #482284 - Add eselect locale instructions

Revision  Changes    Path
1.55                 xml/htdocs/doc/es/handbook/hb-install-config.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?r1=1.54&r2=1.55

Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- hb-install-config.xml	17 Dec 2013 10:31:16 -0000	1.54
+++ hb-install-config.xml	17 Dec 2013 10:55:14 -0000	1.55
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.54 2013/12/17 10:31:16 nimiux Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.55 2013/12/17 10:55:14 nimiux Exp $ -->
 
 <sections>
 
@@ -14,7 +14,7 @@
 proceder.
 </abstract>
 
-<version>30</version>
+<version>31</version>
 <date>2013-12-17</date>
 
 <section>
@@ -618,6 +618,42 @@
 Una vez realizado el paso anterior, tendrá la posibilidad de ajustar las
 definiciones que afectan a todo el sistema en el fichero
 <path>/etc/env.d/02locale</path>:
+Puede comprobar que las localizaciones que ha seleccionado están disponibles
+mediante la orden <c>locale -a</c>.
+</p>
+
+<p>
+Una vez realizado esto, tendrá la posibilidad de definir los ajustes
+de localización para todo el sistema.
+Con <c>eselect locale list</c> se muestran las opciones disponibles:
+</p>
+
+<pre caption="Mostrar los ajustes LANG disponibles">
+# <i>eselect locale list</i>
+Available targets for the LANG variable:
+  [1] C
+  [2] POSIX
+  [3] en_US
+  [4] en_US.iso88591
+  [5] en_US.utf8
+  [6] de_DE
+  [7] de_DE.iso88591
+  [8] de_DE.iso885915
+  [9] de_DE.utf8
+  [ ] (free form)
+</pre>
+<p>
+Con <c>eselect locale set &lt;valor&gt;</c> puede definir la
+localización deseada:
+</p>
+
+<pre caption="Definir la variable LANG">
+# <i>eselect locale set 9</i>
+</pre>
+
+<p>
+Se puede realizar también manualmente en el fichero
+<path>/etc/env.d/02locale</path>:
 </p>
 
 <pre caption="Definir la localización por defecto del sistema en /etc/env.d/02locale">