Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: nano-basics-guide.xml
Date: Tue, 25 Dec 2012 19:02:13
Message-Id: 20121225183528.D941D2171D@flycatcher.gentoo.org
1 swift 12/12/25 18:35:28
2
3 Modified: nano-basics-guide.xml
4 Log:
5 Fix bug #448444 - Add information on why -w option with nano is needed for configuration files. Thanks to Francesco Turco for reporting.
6
7 Revision Changes Path
8 1.28 xml/htdocs/doc/en/nano-basics-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml?r1=1.27&r2=1.28
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.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- nano-basics-guide.xml 4 Sep 2011 17:53:40 -0000 1.27
21 +++ nano-basics-guide.xml 25 Dec 2012 18:35:28 -0000 1.28
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.27 2011/09/04 17:53:40 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.28 2012/12/25 18:35:28 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -18,8 +18,8 @@
30 you to become familiar with its basic operation.
31 </abstract>
32
33 -<version>1.6</version>
34 -<date>2006-01-05</date>
35 +<version>2</version>
36 +<date>2012-12-25</date>
37
38 <chapter>
39 <title>Nano Basics</title>
40 @@ -53,7 +53,8 @@
41 <p>
42 Nano is a modeless editor so you can start typing immediately to insert text. If
43 you are editing a configuration file like <path>/etc/fstab</path> use the
44 -<c>-w</c> switch, for example:
45 +<c>-w</c> switch to disable wrapping on long lines as it might render the
46 +configuration file unparseable by whatever tools depend on it. For example:
47 </p>
48
49 <pre caption="Disable the word wrapping">