Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
Date: Thu, 05 Jan 2006 21:21:53
Message-Id: 200601052121.k05LLdcR021872@robin.gentoo.org
1 jkt 06/01/05 21:21:38
2
3 Modified: xml/htdocs/doc/en nano-basics-guide.xml
4 Log:
5 Adding missing <c>s, take #2 :-(
6
7 Revision Changes Path
8 1.22 +7 -7 xml/htdocs/doc/en/nano-basics-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo
13
14 Index: nano-basics-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
17 retrieving revision 1.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- nano-basics-guide.xml 5 Jan 2006 21:19:26 -0000 1.21
21 +++ nano-basics-guide.xml 5 Jan 2006 21:21:38 -0000 1.22
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.21 2006/01/05 21:19:26 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.22 2006/01/05 21:21:38 jkt Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/nano-basics-guide.xml">
29 @@ -18,7 +18,7 @@
30 functions, fast.
31 </abstract>
32
33 -<version>1.5</version>
34 +<version>1.6</version>
35 <date>2006-01-05</date>
36
37 <chapter>
38 @@ -52,8 +52,8 @@
39
40 <p>
41 Nano is a modeless editor so you can start typing immediately to insert text. If
42 -you are editing a configuration file like <path>/etc/fstab</path> use the -w
43 -switch, for example:
44 +you are editing a configuration file like <path>/etc/fstab</path> use the
45 +<c>-w</c> switch, for example:
46 </p>
47
48 <pre caption="Disable the word wrapping">
49 @@ -61,9 +61,9 @@
50 </pre>
51
52 <warn>
53 -It is very, very important that you use the -w switch when opening a config
54 -file. Failure to do so may keep your system from booting or cause other bad
55 -things.
56 +It is very, very important that you use the <c>-w</c> switch when opening a
57 +config file. Failure to do so may keep your system from booting or cause other
58 +bad things.
59 </warn>
60
61 </body>
62
63
64
65 --
66 gentoo-doc-cvs@g.o mailing list