public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "John Christian Stoddart (chiguire)" <chiguire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: udev-guide.xml
Date: Tue, 27 Jan 2009 13:39:12 +0000	[thread overview]
Message-ID: <E1LRo9o-00078N-Fx@stork.gentoo.org> (raw)

chiguire    09/01/27 13:39:12

  Modified:             udev-guide.xml
  Log:
  updated spanish translation (jose maria alonso)

Revision  Changes    Path
1.22                 xml/htdocs/doc/es/udev-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/udev-guide.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/udev-guide.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/udev-guide.xml?r1=1.21&r2=1.22

Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/udev-guide.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- udev-guide.xml	8 Sep 2008 09:50:04 -0000	1.21
+++ udev-guide.xml	27 Jan 2009 13:39:12 -0000	1.22
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/udev-guide.xml,v 1.21 2008/09/08 09:50:04 yoswink Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/udev-guide.xml,v 1.22 2009/01/27 13:39:12 chiguire Exp $ -->
 
 <guide link="/doc/es/udev-guide.xml" lang="es">
 <title>Guía udev en Gentoo</title>
@@ -30,6 +30,9 @@
 <author title="Traductor">
    <mail link="mcklaren@gmail.com">Manuel Peral González</mail>
 </author>
+<author title="Traductor">
+  <mail link="gentoo@nimiux.org">José María Alonso</mail>
+</author>
 
 <abstract>
 Este documento explica qué es udev y cómo puede usarlo de acuerdo a
@@ -38,8 +41,8 @@
 
 <license/>
 
-<version>3</version>
-<date>2008-09-06</date>
+<version>4</version>
+<date>2009-01-26</date>
 
 <chapter>
 <title>¿Qué es udev?</title>
@@ -228,6 +231,8 @@
   [*] Support for hot-pluggable devices
 
 File systems ---&gt;
+    [*] Inotify file change notification support
+    [*]   Inotify support for userspace
   Pseudo filesystems ---&gt;
     [*] /proc file system support
     [*] Virtual memory file system support (former shm fs)
@@ -245,9 +250,9 @@
 <body>
 
 <p>
-Si desea usar los ajustes que ofrece Gentoo para hacer su vida
-más fácil, entonces no siga leyendo. Gentoo usará udev, pero mantendrá
-un <path>/dev</path> estático, de forma que no le falten nodos de
+Si desea usar los ajustes que ofrece Gentoo para hacer su vida más
+fácil, entonces no siga leyendo. Gentoo usará udev, pero mantendrá un
+<path>/dev</path> estático, de forma que no le falten nodos de
 dispositivos. Los guiones de inicio de Gentoo no ejecutarán al demonio
 devfsd y desactivará devfs al arrancar.
 </p>
@@ -410,7 +415,7 @@
 </section>
 
 <section>
-<title>Renombrar dispositivos</title>
+<title>Renombrar dispositivos de bloque</title>
 <body>
 
 <p>
@@ -442,6 +447,37 @@
 </section>
 
 <section>
+<title>Renombrar dispositivos de red</title>
+<body>
+
+<p>
+A veces enchufar y enchufar de nuevo un dispositivo de red (cómo una
+tarjeta WiFi USB) puede renombrar su dispositivo de red cada vez,
+incrementando el número en uno.
+</p>
+
+<p>
+Cuando esto ocurra, puede ver que se nombran <c>wlan0</c>,
+<c>wlan1</c>, <c>wlan2</c>, etc. Esto es porque udev esta añadiendo
+reglas adicionales a su fichero de reglas, en lugar de recargar las
+reglas existentes. Ya que udev ve su directorio de reglas a través de
+inotify, necesitará soporte para inotify en su fichero de
+configuración del núcleo:
+</p>
+
+<pre caption="Habilitando soporte para inotify en el núcleo">
+File systems ---&gt;
+    [*] Inotify file change notification support
+    [*]   Inotify support for userspace
+</pre>
+
+<p>
+Ahora udev conservará los nombres apropiados para sus dispositivos de red.
+</p>
+</body>
+</section>
+
+<section>
 <title>udev carga los módulos en orden impredecible</title>
 <body>
 






             reply	other threads:[~2009-01-27 13:39 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-27 13:39 John Christian Stoddart (chiguire) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-27 13:28 [gentoo-commits] gentoo commit in xml/htdocs/doc/es: udev-guide.xml JosA MarAa Alonso (nimiux)
2013-04-07 12:06 JosA MarAa Alonso (nimiux)
2013-03-31 12:50 JosA MarAa Alonso (nimiux)
2013-03-21 18:32 JosA MarAa Alonso (nimiux)
2013-03-21 18:29 JosA MarAa Alonso (nimiux)
2012-12-27 18:07 JosA MarAa Alonso (nimiux)
2011-03-13 19:04 JosA MarAa Alonso (nimiux)
2010-12-30 12:18 JosA MarAa Alonso (nimiux)
2010-05-18 21:03 John Christian Stoddart (chiguire)
2009-08-18 13:06 John Christian Stoddart (chiguire)
2008-09-08  9:50 Jose Luis Rivero (yoswink)
2008-09-06  8:48 Jose Luis Rivero (yoswink)
2008-06-26 12:42 John Christian Stoddart (chiguire)
2008-05-30 18:27 John Christian Stoddart (chiguire)
2007-11-25 17:52 John Christian Stoddart (chiguire)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LRo9o-00078N-Fx@stork.gentoo.org \
    --to=chiguire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox