swift 05/10/21 20:13:54 Modified: xml/htdocs/doc/en/articles prompt-magic.xml Log: Prompt issue
Revision Changes Path 1.3 +6 -5 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.3&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.3&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.2&r2=1.3&cvsroot=gentoo Index: prompt-magic.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- prompt-magic.xml 9 Oct 2005 17:13:23 -0000 1.2 +++ prompt-magic.xml 21 Oct 2005 20:13:54 -0000 1.3 @@ -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.2 2005/10/09 17:13:23 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v 1.3 2005/10/21 20:13:54 swift Exp $ --> <guide link="/doc/en/articles/prompt-magic.xml" disclaimer="articles"> @@ -25,8 +25,8 @@ document is an updated version of the original article, and contains various improvements made by the Gentoo Linux Documentation team --> -<version>1.1</version> -<date>2005-10-09</date> +<version>1.2</version> +<date>2005-10-21</date> <chapter> <title>Enhancing the system prompt</title> @@ -208,10 +208,11 @@ </ti> </tr> <tr> - <ti>\$</ti> + <ti>\\$</ti> <ti> If you are not root, inserts a <c>$</c>; if you are root, you get a - <c>#</c> + <c>#</c>. If you delimit your string with <c>'</c> instead of <c>"</c>, you + should use a single backslash instead. </ti> </tr> <tr> -- [email protected] mailing list
