Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: bash-by-example-p1.xml
Date: Sun, 29 Jan 2006 10:22:11
Message-Id: 200601291022.k0TAM0EM012799@robin.gentoo.org
1 swift 06/01/29 10:21:59
2
3 Modified: xml/htdocs/doc/en/articles bash-by-example-p1.xml
4 Log:
5 Fix typo
6
7 Revision Changes Path
8 1.7 +2 -2 xml/htdocs/doc/en/articles/bash-by-example-p1.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p1.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p1.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p1.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
13
14 Index: bash-by-example-p1.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- bash-by-example-p1.xml 9 Oct 2005 17:13:23 -0000 1.6
21 +++ bash-by-example-p1.xml 29 Jan 2006 10:21:59 -0000 1.7
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.7 2006/01/29 10:21:59 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/articles/bash-by-example-p1.xml" disclaimer="articles">
29 @@ -599,7 +599,7 @@
30 action and continues executing any lines following the "fi".
31 </p>
32
33 -<pre caption="Checking condition before conituing with commands following fi">
34 +<pre caption="Checking condition before continuing with commands following fi">
35 if [ condition ]
36 then
37 action
38
39
40
41 --
42 gentoo-doc-cvs@g.o mailing list