Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: prompt-magic.xml
Date: Fri, 21 Oct 2005 20:13:52
Message-Id: 200510212011.j9LKBNG4003071@robin.gentoo.org
1 swift 05/10/21 20:13:54
2
3 Modified: xml/htdocs/doc/en/articles prompt-magic.xml
4 Log:
5 Prompt issue
6
7 Revision Changes Path
8 1.3 +6 -5 xml/htdocs/doc/en/articles/prompt-magic.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/prompt-magic.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/prompt-magic.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/prompt-magic.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
13
14 Index: prompt-magic.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- prompt-magic.xml 9 Oct 2005 17:13:23 -0000 1.2
21 +++ prompt-magic.xml 21 Oct 2005 20:13:54 -0000 1.3
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v 1.3 2005/10/21 20:13:54 swift Exp $ -->
27
28 <guide link="/doc/en/articles/prompt-magic.xml" disclaimer="articles">
29
30 @@ -25,8 +25,8 @@
31 document is an updated version of the original article, and contains
32 various improvements made by the Gentoo Linux Documentation team -->
33
34 -<version>1.1</version>
35 -<date>2005-10-09</date>
36 +<version>1.2</version>
37 +<date>2005-10-21</date>
38
39 <chapter>
40 <title>Enhancing the system prompt</title>
41 @@ -208,10 +208,11 @@
42 </ti>
43 </tr>
44 <tr>
45 - <ti>\$</ti>
46 + <ti>\\$</ti>
47 <ti>
48 If you are not root, inserts a <c>$</c>; if you are root, you get a
49 - <c>#</c>
50 + <c>#</c>. If you delimit your string with <c>'</c> instead of <c>"</c>, you
51 + should use a single backslash instead.
52 </ti>
53 </tr>
54 <tr>
55
56
57
58 --
59 gentoo-doc-cvs@g.o mailing list