public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lukasz Damentko" <rane@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: l-sed2.xml
Date: Sun,  1 Jan 2006 11:25:54 +0000	[thread overview]
Message-ID: <200601011125.k01BPtcf012477@robin.gentoo.org> (raw)

rane        06/01/01 11:25:54

  Modified:    xml/htdocs/doc/en/articles l-sed2.xml
                        lpi-101-administration-p2.xml prompt-magic.xml
  Log:
  removing forbidden tabs

Revision  Changes    Path
1.5       +5 -5      xml/htdocs/doc/en/articles/l-sed2.xml

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

Index: l-sed2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- l-sed2.xml	9 Oct 2005 17:13:23 -0000	1.4
+++ l-sed2.xml	1 Jan 2006 11:25:54 -0000	1.5
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.5 2006/01/01 11:25:54 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-sed2.xml" disclaimer="articles"> 
@@ -429,9 +429,9 @@
 
 <pre caption="Entering multiple commands per address">
 1,20{
-	s/[Ll]inux/GNU\/Linux/g
-	s/samba/Samba/g
-	s/posix/POSIX/g
+        s/[Ll]inux/GNU\/Linux/g
+        s/samba/Samba/g
+        s/posix/POSIX/g
 }
 </pre>
 
@@ -446,7 +446,7 @@
         s/[Ll]inux/GNU\/Linux/g 
         s/samba/Samba/g 
         s/posix/POSIX/g 
-	p
+       p
 }
 </pre>
 



1.4       +10 -10    xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo

Index: lpi-101-administration-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lpi-101-administration-p2.xml	12 Oct 2005 17:45:29 -0000	1.3
+++ lpi-101-administration-p2.xml	1 Jan 2006 11:25:54 -0000	1.4
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v 1.3 2005/10/12 17:45:29 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v 1.4 2006/01/01 11:25:54 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/lpi-101-administration-p2.xml" disclaimer="articles">
@@ -1739,15 +1739,15 @@
 </p>
 
 <pre caption="uname info">
-info. option			arg	example
-kernel name			-s	"Linux"
-hostname			-n	"inventor"
-kernel release			-r	"2.4.20-gaming-r1"
-kernel version			-v	"#1 Fri Apr 11 18:33:35 MDT 2003"
-machine				-m	"i686"
-processor			-p	"AMD Athlon(tm) XP 2100+"
-hardware platform		-i	"AuthenticAMD"
-operating system		-o	"GNU/Linux"
+info. option                    arg     example
+kernel name                     -s      "Linux"
+hostname                        -n      "inventor"
+kernel release                  -r      "2.4.20-gaming-r1"
+kernel version                  -v      "#1 Fri Apr 11 18:33:35 MDT 2003"
+machine                         -m      "i686"
+processor                       -p      "AMD Athlon(tm) XP 2100+"
+hardware platform               -i      "AuthenticAMD"
+operating system                -o      "GNU/Linux"
 </pre>
 
 <p>



1.4       +2 -2      xml/htdocs/doc/en/articles/prompt-magic.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/prompt-magic.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/prompt-magic.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/prompt-magic.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo

Index: prompt-magic.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- prompt-magic.xml	21 Oct 2005 20:13:54 -0000	1.3
+++ prompt-magic.xml	1 Jan 2006 11:25:54 -0000	1.4
@@ -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/articles/prompt-magic.xml,v 1.3 2005/10/21 20:13:54 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v 1.4 2006/01/01 11:25:54 rane Exp $ -->
 
 <guide link="/doc/en/articles/prompt-magic.xml" disclaimer="articles">
 
@@ -131,7 +131,7 @@
   <ti>Date in "Wed Sep 06" format</ti>
 </tr>
 <tr>
-  <ti>\e</ti>	
+  <ti>\e</ti>
   <ti>ASCII escape character (you can also type <c>\033</c>)</ti>
 </tr>
 <tr>



-- 
gentoo-doc-cvs@gentoo.org mailing list



                 reply	other threads:[~2006-01-01 11:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200601011125.k01BPtcf012477@robin.gentoo.org \
    --to=rane@lark.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@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