neysx       06/01/01 11:51:44

  Modified:    xml/htdocs/doc/en alsa-guide.xml colinux-howto.xml
                        cron-guide.xml distcc.xml gentoo-sparc-faq.xml
                        gentoolkit.xml home-router-howto.xml
                        kernel-upgrade.xml power-management-guide.xml
                        quick-samba-howto.xml rsync.xml source_mirrors.xml
  Log:
  Removed some tabs (blame rane) **No Content Change**

Revision  Changes    Path
1.64      +5 -5      xml/htdocs/doc/en/alsa-guide.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml?rev=1.64&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml?rev=1.64&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml.diff?r1=1.63&r2=1.64&cvsroot=gentoo

Index: alsa-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- alsa-guide.xml      30 Oct 2005 16:02:55 -0000      1.63
+++ alsa-guide.xml      1 Jan 2006 11:51:43 -0000       1.64
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.63 
2005/10/30 16:02:55 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.64 
2006/01/01 11:51:43 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -85,7 +85,7 @@
   </li>
 </ol>
 
-<p>    
+<p>
 We shall take a peek into both before finally deciding on one.
 </p>
 
@@ -522,9 +522,9 @@
  * Loading ALSA modules ...
  * Loading: snd-card-0 ...        [ ok ]
  * Loading: snd-pcm-oss ...       [ ok ]
- * Loading: snd-seq ...           [ ok ]       
- * Loading: snd-emu10k1-synth ... [ ok ]       
- * Loading: snd-seq-midi ...      [ ok ]       
+ * Loading: snd-seq ...           [ ok ]
+ * Loading: snd-emu10k1-synth ... [ ok ]
+ * Loading: snd-seq-midi ...      [ ok ]
  * Restoring Mixer Levels ...     [ ok ]
 <comment>(ALSA compiled in)</comment>
 # <i>/etc/init.d/alsasound start</i>



1.9       +2 -2      xml/htdocs/doc/en/colinux-howto.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/colinux-howto.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/colinux-howto.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/colinux-howto.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo

Index: colinux-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/colinux-howto.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- colinux-howto.xml   26 Jul 2005 17:48:26 -0000      1.8
+++ colinux-howto.xml   1 Jan 2006 11:51:43 -0000       1.9
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/colinux-howto.xml,v 1.8 
2005/07/26 17:48:26 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/colinux-howto.xml,v 1.9 
2006/01/01 11:51:43 neysx Exp $ -->
 
 <guide link="colinux-howto.xml">
 <title>HOWTO setup coLinux to run Gentoo</title>
@@ -323,7 +323,7 @@
 </p>
 
 <pre caption="Add to /etc/fstab">
-/dev/cobd1     none    swap    sw      0 0
+/dev/cobd1    none    swap    sw    0    0
 </pre>
 
 <p>



1.6       +4 -4      xml/htdocs/doc/en/cron-guide.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cron-guide.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cron-guide.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cron-guide.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo

Index: cron-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cron-guide.xml      24 Jul 2005 23:00:30 -0000      1.5
+++ cron-guide.xml      1 Jan 2006 11:51:43 -0000       1.6
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.5 
2005/07/24 23:00:30 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.6 
2006/01/01 11:51:43 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/cron-guide.xml">
@@ -554,7 +554,7 @@
 22 2 * * 1    /usr/bin/updatedb
 30 6 * * *    /usr/bin/emerge --sync
 <comment>(if you're using anacron, add this line)</comment>
-30 7 * * *       /usr/sbin/anacron -s
+30 7 * * *    /usr/sbin/anacron -s
 </pre>
 
 <p>
@@ -589,12 +589,12 @@
 <li>
   <b>Is your command working?</b><br/>
   Try: * * * * * /bin/foobar &gt; /file_you_own 2&gt;&amp;1, look for errors
-       in /file_you_own
+  in /file_you_own
 </li>
 <li>
   <b>Can cron run your job?</b><br/>
   Check the cron log, usually <path>/var/log/cron.log</path> or
-       <path>/var/log/messages</path> for errors
+  <path>/var/log/messages</path> for errors
 </li>
 <li>
   <b>Are there any dead.letter's?</b><br/>



1.31      +2 -2      xml/htdocs/doc/en/distcc.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.31&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.31&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml.diff?r1=1.30&r2=1.31&cvsroot=gentoo

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- distcc.xml  3 Jul 2005 17:33:01 -0000       1.30
+++ distcc.xml  1 Jan 2006 11:51:43 -0000       1.31
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.30 
2005/07/03 17:33:01 alin Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.31 
2006/01/01 11:51:43 neysx Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -327,7 +327,7 @@
 # <i>/usr/bin/distcc-config --set-hosts "localhost host1 host2 host3 ..."</i>
 <comment>An example: <i>/usr/bin/distcc-config --set-hosts "localhost
 192.168.0.4 192.168.0.6"</i></comment>
-</pre> 
+</pre>
 
 <p>
 Distcc is now set up to bootstrap! Continue with the official installation 



1.8       +2 -2      xml/htdocs/doc/en/gentoo-sparc-faq.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-faq.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-faq.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-faq.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo

Index: gentoo-sparc-faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-faq.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gentoo-sparc-faq.xml        27 Oct 2005 19:41:57 -0000      1.7
+++ gentoo-sparc-faq.xml        1 Jan 2006 11:51:43 -0000       1.8
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-faq.xml,v 1.7 
2005/10/27 19:41:57 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-faq.xml,v 1.8 
2006/01/01 11:51:43 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-sparc-faq.xml">
@@ -260,7 +260,7 @@
 
 <comment># Solaris options</comment>
 other = /sbus/espdma/esp/[EMAIL PROTECTED],0;1
-         label = solaris
+    label = solaris
 </pre>
 
 </body>



1.22      +6 -6      xml/htdocs/doc/en/gentoolkit.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoolkit.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoolkit.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoolkit.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo

Index: gentoolkit.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gentoolkit.xml      7 Jun 2005 06:26:26 -0000       1.21
+++ gentoolkit.xml      1 Jan 2006 11:51:43 -0000       1.22
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.21 
2005/06/07 06:26:26 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.22 
2006/01/01 11:51:43 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/gentoolkit.xml">
@@ -221,9 +221,9 @@
      `-- sys-apps/gawk-3.1.3-r1
       `-- sys-apps/util-linux-2.12-r4
           `-- sys-apps/sed-4.0.9
-             `-- sys-libs/ncurses-5.4-r4
-                 `-- sys-apps/pam-login-3.14
-                 `-- sys-libs/pam-0.77-r1
+        `-- sys-libs/ncurses-5.4-r4
+            `-- sys-apps/pam-login-3.14
+            `-- sys-libs/pam-0.77-r1
                  `-- sys-libs/cracklib-2.7-r10
                `-- sys-apps/miscfiles-1.3-r1
               `-- app-arch/gzip-1.3.5-r1
@@ -369,8 +369,8 @@
 <pre caption="Package Size">
 # <i>equery size openoffice-bin</i>
 * app-office/openoffice-bin-1.1.2
-          Total Files : 2908
-          Total Size  : 223353.31 KiB
+     Total Files : 2908
+     Total Size  : 223353.31 KiB
 </pre>
 
 <p>



1.41      +4 -4      xml/htdocs/doc/en/home-router-howto.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo

Index: home-router-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- home-router-howto.xml       21 Dec 2005 11:12:59 -0000      1.40
+++ home-router-howto.xml       1 Jan 2006 11:51:43 -0000       1.41
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 
1.40 2005/12/21 11:12:59 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 
1.41 2006/01/01 11:51:43 neysx Exp $ -->
 
 <guide link="/doc/en/home-router-howto.xml" lang="en">
 <title>Home Router Guide</title>
@@ -734,9 +734,9 @@
 address = 192.168.0.1
 
 [gentoo-portage]
-       path = /mnt/space/portage
-       comment = Gentoo Linux Portage tree
-       exclude = /distfiles /packages
+  path = /mnt/space/portage
+  comment = Gentoo Linux Portage tree
+  exclude = /distfiles /packages
 </pre>
 
 <p>



1.12      +2 -2      xml/htdocs/doc/en/kernel-upgrade.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.12&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kernel-upgrade.xml.diff?r1=1.11&r2=1.12&cvsroot=gentoo

Index: kernel-upgrade.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kernel-upgrade.xml  11 Oct 2005 03:48:06 -0000      1.11
+++ kernel-upgrade.xml  1 Jan 2006 11:51:43 -0000       1.12
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.11 
2005/10/11 03:48:06 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.12 
2006/01/01 11:51:43 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/kernel-upgrade.xml">
 <title>Gentoo Linux Kernel Upgrade Guide</title>
 <author title="Author">
-       <mail link="[EMAIL PROTECTED]">Daniel Drake</mail>
+  <mail link="[EMAIL PROTECTED]">Daniel Drake</mail>
 </author>
 
 <abstract>



1.16      +7 -7      xml/htdocs/doc/en/power-management-guide.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/power-management-guide.xml?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/power-management-guide.xml?rev=1.16&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/power-management-guide.xml.diff?r1=1.15&r2=1.16&cvsroot=gentoo

Index: power-management-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- power-management-guide.xml  28 Oct 2005 14:48:06 -0000      1.15
+++ power-management-guide.xml  1 Jan 2006 11:51:43 -0000       1.16
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.15 
2005/10/28 14:48:06 so Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.16 
2006/01/01 11:51:43 neysx Exp $ -->
 <guide link="/doc/en/power-management-guide.xml">
 <title>Power Management Guide</title>
 
@@ -532,12 +532,12 @@
   <ti>N.A.</ti>
   <ti>N.A.</ti>
   <ti>
-               Unlike the ondemand governor, conversative doesn't jump to 
maximum
-               frequency when CPU load is high, but increases the frequency 
step by
-               step. Further tuning through files in
-               <path>/sys/devices/system/cpu/cpu0/cpufreq/ondemand/</path>. 
Still
-               requires userland tools (programs, scripts) if governor 
switching or
-               similar is desired.
+    Unlike the ondemand governor, conversative doesn't jump to maximum
+    frequency when CPU load is high, but increases the frequency step by step.
+    Further tuning through files in
+    <path>/sys/devices/system/cpu/cpu0/cpufreq/ondemand/</path>. Still requires
+    userland tools (programs, scripts) if governor switching or similar is
+    desired.
   </ti>
 </tr>
 <tr>



1.20      +2 -2      xml/htdocs/doc/en/quick-samba-howto.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/quick-samba-howto.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo

Index: quick-samba-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- quick-samba-howto.xml       2 Oct 2005 21:26:32 -0000       1.19
+++ quick-samba-howto.xml       1 Jan 2006 11:51:43 -0000       1.20
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 
1.19 2005/10/02 21:26:32 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 
1.20 2006/01/01 11:51:43 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="quick-samba-howto.xml">
 <title>Gentoo Samba3/CUPS/ClamAV HOWTO</title>
@@ -687,7 +687,7 @@
 ErrorLog  /var/log/cups/error_log  <comment># doesn't really need changing 
either</comment>
 
 LogLevel  debug <comment># only while isntalling and testing, should later be 
-               # changed to 'info'</comment>
+                # changed to 'info'</comment>
 
 MaxClients 100 <comment># I've had to set this to 1000000000 or so because 
some time back,
                # there seemed to be a bug in CUPS' controlling of the web 
interface,



1.46      +3 -3      xml/htdocs/doc/en/rsync.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.46&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.46&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml.diff?r1=1.45&r2=1.46&cvsroot=gentoo

Index: rsync.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- rsync.xml   12 Dec 2005 16:04:32 -0000      1.45
+++ rsync.xml   1 Jan 2006 11:51:43 -0000       1.46
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.45 
2005/12/12 16:04:32 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.46 
2006/01/01 11:51:43 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/rsync.xml">
@@ -266,8 +266,8 @@
 </p>
 
 <ol>
-       <li>:00 to :10</li>
-       <li>:30 to :40</li>
+  <li>:00 to :10</li>
+  <li>:30 to :40</li>
 </ol>
 
 <p>



1.28      +10 -10    xml/htdocs/doc/en/source_mirrors.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/source_mirrors.xml?rev=1.28&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/source_mirrors.xml?rev=1.28&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/source_mirrors.xml.diff?r1=1.27&r2=1.28&cvsroot=gentoo

Index: source_mirrors.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/source_mirrors.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- source_mirrors.xml  12 Apr 2005 17:52:20 -0000      1.27
+++ source_mirrors.xml  1 Jan 2006 11:51:43 -0000       1.28
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/source_mirrors.xml,v 1.27 
2005/04/12 17:52:20 alin Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/source_mirrors.xml,v 1.28 
2006/01/01 11:51:43 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/source_mirrors.xml">
@@ -110,11 +110,11 @@
 </p>
 
 <ul>
-       <li>/releases</li>
-       <li>/experimental</li>
-       <li>/distfiles</li>
-       <li>/snapshots</li>
-       <li>/grp</li>
+  <li>/releases</li>
+  <li>/experimental</li>
+  <li>/distfiles</li>
+  <li>/snapshots</li>
+  <li>/grp</li>
 </ul>
 
 <p>
@@ -122,8 +122,8 @@
 </p>
 
 <ul>
-       <li>/distfiles</li>
-       <li>/snapshots</li>
+  <li>/distfiles</li>
+  <li>/snapshots</li>
 </ul>
 
 <p>
@@ -219,8 +219,8 @@
 </p>
 
 <ul>
-       <li>/distfiles</li>
-       <li>/snapshots</li>
+  <li>/distfiles</li>
+  <li>/snapshots</li>
 </ul>
 
 <p>



-- 
[email protected] mailing list

Reply via email to