public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
@ 2006-01-05 21:21 Jan Kundrat
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat @ 2006-01-05 21:21 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         06/01/05 21:21:38

  Modified:    xml/htdocs/doc/en nano-basics-guide.xml
  Log:
  Adding missing <c>s, take #2 :-(

Revision  Changes    Path
1.22      +7 -7      xml/htdocs/doc/en/nano-basics-guide.xml

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
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
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

Index: nano-basics-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- nano-basics-guide.xml	5 Jan 2006 21:19:26 -0000	1.21
+++ nano-basics-guide.xml	5 Jan 2006 21:21:38 -0000	1.22
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.21 2006/01/05 21:19:26 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.22 2006/01/05 21:21:38 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nano-basics-guide.xml">
@@ -18,7 +18,7 @@
 functions, fast.
 </abstract>
 
-<version>1.5</version>
+<version>1.6</version>
 <date>2006-01-05</date>
 
 <chapter>
@@ -52,8 +52,8 @@
 
 <p>
 Nano is a modeless editor so you can start typing immediately to insert text. If
-you are editing a configuration file like <path>/etc/fstab</path> use the -w
-switch, for example:
+you are editing a configuration file like <path>/etc/fstab</path> use the
+<c>-w</c> switch, for example:
 </p>
 
 <pre caption="Disable the word wrapping">
@@ -61,9 +61,9 @@
 </pre>
 
 <warn>
-It is very, very important that you use the -w switch when opening a config
-file.  Failure to do so may keep your system from booting or cause other bad
-things.
+It is very, very important that you use the <c>-w</c> switch when opening a
+config file.  Failure to do so may keep your system from booting or cause other
+bad things.
 </warn>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
@ 2008-05-19 20:48 Sven Vermeulen
  0 siblings, 0 replies; 9+ messages in thread
From: Sven Vermeulen @ 2008-05-19 20:48 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       08/05/19 20:48:01

  Modified:             nano-basics-guide.xml
  Log:
  Coding style

Revision  Changes    Path
1.26                 xml/htdocs/doc/en/nano-basics-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml?r1=1.25&r2=1.26

Index: nano-basics-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- nano-basics-guide.xml	29 Nov 2006 15:48:57 -0000	1.25
+++ nano-basics-guide.xml	19 May 2008 20:48:01 -0000	1.26
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.25 2006/11/29 15:48:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.26 2008/05/19 20:48:01 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nano-basics-guide.xml">
@@ -158,4 +158,3 @@
 </chapter>
 </guide>
 
- 



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
@ 2006-01-29 19:03 Jan Kundrat
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat @ 2006-01-29 19:03 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         06/01/29 19:03:14

  Modified:    xml/htdocs/doc/en nano-basics-guide.xml
  Log:
  #120379, better caption, *no content change*

Revision  Changes    Path
1.23      +3 -3      xml/htdocs/doc/en/nano-basics-guide.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo

Index: nano-basics-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- nano-basics-guide.xml	5 Jan 2006 21:21:38 -0000	1.22
+++ nano-basics-guide.xml	29 Jan 2006 19:03:14 -0000	1.23
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.22 2006/01/05 21:21:38 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.23 2006/01/29 19:03:14 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nano-basics-guide.xml">
@@ -14,8 +14,8 @@
 </author>
 
 <abstract>
-This is a simple introduction to nano.  To get you familiar with it's basic
-functions, fast.
+This guide is meant to be a simple introduction to nano. It will quickly help
+you to become familiar with its basic operation.
 </abstract>
 
 <version>1.6</version>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
@ 2006-01-05 21:19 Jan Kundrat
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat @ 2006-01-05 21:19 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         06/01/05 21:19:26

  Modified:    xml/htdocs/doc/en nano-basics-guide.xml
  Log:
  coding style fixes - word wrapping, *no content change*

Revision  Changes    Path
1.21      +23 -24    xml/htdocs/doc/en/nano-basics-guide.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo

Index: nano-basics-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- nano-basics-guide.xml	5 Jan 2006 21:08:19 -0000	1.20
+++ nano-basics-guide.xml	5 Jan 2006 21:19:26 -0000	1.21
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.20 2006/01/05 21:08:19 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.21 2006/01/05 21:19:26 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nano-basics-guide.xml">
@@ -51,8 +51,8 @@
 </pre>
 
 <p>
-Nano is a modeless editor so you can start typing immediately to insert text.
-If you are editing a configuration file like <path>/etc/fstab</path> use the -w
+Nano is a modeless editor so you can start typing immediately to insert text. If
+you are editing a configuration file like <path>/etc/fstab</path> use the -w
 switch, for example:
 </p>
 
@@ -62,7 +62,8 @@
 
 <warn>
 It is very, very important that you use the -w switch when opening a config
-file.  Failure to do so may keep your system from booting or cause other bad things.
+file.  Failure to do so may keep your system from booting or cause other bad
+things.
 </warn>
 
 </body>
@@ -72,11 +73,11 @@
 <body>
 
 <p>
-If you want to save the changes you've made, press <c>Ctrl+O</c>. To exit
-nano, type <c>Ctrl+X</c>. If you ask nano to exit from a modified file,
-it will ask you if you want to save it. Just press <c>N</c> in case you don't,
-or <c>Y</c> in case you do. It will then ask you for a filename. Just type it 
-in and press <c>Enter</c>.
+If you want to save the changes you've made, press <c>Ctrl+O</c>. To exit nano,
+type <c>Ctrl+X</c>. If you ask nano to exit from a modified file, it will ask
+you if you want to save it. Just press <c>N</c> in case you don't, or <c>Y</c>
+in case you do. It will then ask you for a filename. Just type it in and press
+<c>Enter</c>.
 </p>
 
 <p>
@@ -92,21 +93,21 @@
 <body>
 
 <p>
-To cut a single line, you use <c>Ctrl+K</c> (hold down <c>Ctrl</c> and
-then press <c>K</c>).  The line disappears.  To paste it, you simply
-move the cursor to where you want to paste it and punch <c>Ctrl+U</c>.
-The line reappears. To move multiple lines, simply cut them with several
-<c>Ctrl+K</c>s in a row, then paste them with a single <c>Ctrl+U</c>.
-The whole paragraph appears wherever you want it.
+To cut a single line, you use <c>Ctrl+K</c> (hold down <c>Ctrl</c> and then
+press <c>K</c>).  The line disappears.  To paste it, you simply move the cursor
+to where you want to paste it and punch <c>Ctrl+U</c>. The line reappears. To
+move multiple lines, simply cut them with several <c>Ctrl+K</c>s in a row, then
+paste them with a single <c>Ctrl+U</c>. The whole paragraph appears wherever you
+want it.
 </p>
 
 <p>
 If you need a little more fine-grained control, then you have to mark the text.
-Move the cursor to the beginning of the text you want to cut.  Hit <c>Ctrl+6</c>
+Move the cursor to the beginning of the text you want to cut. Hit <c>Ctrl+6</c>
 (or <c>Alt+A</c>).  Now move your cursor to the end of the text you want to cut:
 the marked text gets highlighted.  If you need to cancel your text marking,
-simply hit <c>Ctrl+6</c> again.  Press <c>Ctrl+K</c> to cut the marked text.
-Use <c>Ctrl+U</c> to paste it.
+simply hit <c>Ctrl+6</c> again.  Press <c>Ctrl+K</c> to cut the marked text. Use
+<c>Ctrl+U</c> to paste it.
 </p>
 
 </body>
@@ -122,10 +123,9 @@
 </p>
 
 <note>
-In nano's help texts the Ctrl-key is represented by a caret (<c>^</c>),
-so <c>Ctrl+W</c> is shown as <c>^W</c>, and so on.  The Alt-key is
-represented by an <c>M</c> (from "Meta"), so <c>Alt+W</c> is shown as
-<c>M-W</c>.
+In nano's help texts the Ctrl-key is represented by a caret (<c>^</c>), so
+<c>Ctrl+W</c> is shown as <c>^W</c>, and so on.  The Alt-key is represented by
+an <c>M</c> (from "Meta"), so <c>Alt+W</c> is shown as <c>M-W</c>.
 </note>
 
 </body>
@@ -135,8 +135,7 @@
 <body>
 
 <p>
-If you're interested in tweaking nano, be sure to read
-<path>/etc/nanorc</path>.
+If you're interested in tweaking nano, be sure to read <path>/etc/nanorc</path>.
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
@ 2006-01-05 21:08 Jan Kundrat
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat @ 2006-01-05 21:08 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         06/01/05 21:08:19

  Modified:    xml/htdocs/doc/en nano-basics-guide.xml
  Log:
  Adding missing <c>s

Revision  Changes    Path
1.20      +6 -5      xml/htdocs/doc/en/nano-basics-guide.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo

Index: nano-basics-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- nano-basics-guide.xml	31 Dec 2005 16:33:18 -0000	1.19
+++ nano-basics-guide.xml	5 Jan 2006 21:08:19 -0000	1.20
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.19 2005/12/31 16:33:18 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.20 2006/01/05 21:08:19 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nano-basics-guide.xml">
@@ -18,8 +18,8 @@
 functions, fast.
 </abstract>
 
-<version>1.4</version>
-<date>2005-12-31</date>
+<version>1.5</version>
+<date>2006-01-05</date>
 
 <chapter>
 <title>Nano Basics</title>
@@ -122,9 +122,10 @@
 </p>
 
 <note>
-In nano's help texts the Ctrl-key is represented by a caret (^),
+In nano's help texts the Ctrl-key is represented by a caret (<c>^</c>),
 so <c>Ctrl+W</c> is shown as <c>^W</c>, and so on.  The Alt-key is
-represented by an M (from "Meta"), so <c>Alt+W</c> is shown as <c>M-W</c>.
+represented by an <c>M</c> (from "Meta"), so <c>Alt+W</c> is shown as
+<c>M-W</c>.
 </note>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
@ 2005-12-31 16:33 Xavier Neys
  0 siblings, 0 replies; 9+ messages in thread
From: Xavier Neys @ 2005-12-31 16:33 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/12/31 16:33:18

  Modified:    xml/htdocs/doc/en nano-basics-guide.xml
  Log:
  #117080 Bump

Revision  Changes    Path
1.19      +3 -3      xml/htdocs/doc/en/nano-basics-guide.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo

Index: nano-basics-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- nano-basics-guide.xml	31 Dec 2005 16:32:50 -0000	1.18
+++ nano-basics-guide.xml	31 Dec 2005 16:33:18 -0000	1.19
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.18 2005/12/31 16:32:50 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.19 2005/12/31 16:33:18 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nano-basics-guide.xml">
@@ -18,8 +18,8 @@
 functions, fast.
 </abstract>
 
-<version>1.3</version>
-<date>2005-07-02</date>
+<version>1.4</version>
+<date>2005-12-31</date>
 
 <chapter>
 <title>Nano Basics</title>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
@ 2005-12-31 16:32 Xavier Neys
  0 siblings, 0 replies; 9+ messages in thread
From: Xavier Neys @ 2005-12-31 16:32 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/12/31 16:32:50

  Modified:    xml/htdocs/doc/en nano-basics-guide.xml
  Log:
  #117080 Fixed inconsistent representation of Ctrl-key

Revision  Changes    Path
1.18      +24 -18    xml/htdocs/doc/en/nano-basics-guide.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.18&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo

Index: nano-basics-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- nano-basics-guide.xml	13 Sep 2005 12:00:00 -0000	1.17
+++ nano-basics-guide.xml	31 Dec 2005 16:32:50 -0000	1.18
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.17 2005/09/13 12:00:00 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.18 2005/12/31 16:32:50 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nano-basics-guide.xml">
@@ -62,7 +62,7 @@
 
 <warn>
 It is very, very important that you use the -w switch when opening a config
-file.  Failure to do so may keep your system from booting or other bad things.
+file.  Failure to do so may keep your system from booting or cause other bad things.
 </warn>
 
 </body>
@@ -73,14 +73,14 @@
 
 <p>
 If you want to save the changes you've made, press <c>Ctrl+O</c>. To exit
-<c>nano</c>, type <c>Ctrl+X</c>. If you ask <c>nano</c> to exit a modified file,
+nano, type <c>Ctrl+X</c>. If you ask nano to exit from a modified file,
 it will ask you if you want to save it. Just press <c>N</c> in case you don't,
 or <c>Y</c> in case you do. It will then ask you for a filename. Just type it 
 in and press <c>Enter</c>.
 </p>
 
 <p>
-If you accidentally confirmed that you want to save the file, but you actually
+If you accidentally confirmed that you want to save the file but you actually
 don't, you can always cancel by pressing <c>Ctrl+C</c> when you're prompted for
 a filename.
 </p>
@@ -92,21 +92,21 @@
 <body>
 
 <p>
-To cut a single line line you use <c>^K</c>.  You simply hold down <c>CTRL</c>
-and <c>k</c> at the same time.  The line disappears.  To paste it you simply
-move the cursor to where you want to paste and punch <c>^U</c> (<c>CTRL u</c>)
-on your keyboard.  BAM!  The line reappears.  Suppose you need to move a whole
-paragraph.  To move multiple lines simply cut each line one at a time, and then
-paste.  BAM!  The whole paragraph appears wherever you want it.
+To cut a single line, you use <c>Ctrl+K</c> (hold down <c>Ctrl</c> and
+then press <c>K</c>).  The line disappears.  To paste it, you simply
+move the cursor to where you want to paste it and punch <c>Ctrl+U</c>.
+The line reappears. To move multiple lines, simply cut them with several
+<c>Ctrl+K</c>s in a row, then paste them with a single <c>Ctrl+U</c>.
+The whole paragraph appears wherever you want it.
 </p>
 
 <p>
-If you need a little more fine grained control then you need to mark the text.
-Move the cursor to the beginning of the text you want to cut.  Hit <c>^^</c>
-(that's <c>ctrl ^</c> or <c>ctrl 6</c>).  Now move your cursor to the end of
-the text you want to cut.  The desired text should be highlighted now.  If need
-to cancel your text marking simply hit <c>^^</c> again.  Click <c>^K</c> to cut
-the text.  Use <c>^U</c> to paste it.  BAM!  Now that's cooking.
+If you need a little more fine-grained control, then you have to mark the text.
+Move the cursor to the beginning of the text you want to cut.  Hit <c>Ctrl+6</c>
+(or <c>Alt+A</c>).  Now move your cursor to the end of the text you want to cut:
+the marked text gets highlighted.  If you need to cancel your text marking,
+simply hit <c>Ctrl+6</c> again.  Press <c>Ctrl+K</c> to cut the marked text.
+Use <c>Ctrl+U</c> to paste it.
 </p>
 
 </body>
@@ -117,10 +117,16 @@
 
 <p>
 Searching for a string is easy as long as you think <e>"WhereIs"</e> instead of
-<e>"Search"</e>.  Simple hit <c>^W</c> (<c>CTRL w</c>) and type in your search
-string.  Like I said, easy.
+<e>"Search"</e>.  Simply hit <c>Ctrl+W</c>, type in your search string, and
+press <c>Enter</c>.  To search for the same string again, hit <c>Alt+W</c>.
 </p>
 
+<note>
+In nano's help texts the Ctrl-key is represented by a caret (^),
+so <c>Ctrl+W</c> is shown as <c>^W</c>, and so on.  The Alt-key is
+represented by an M (from "Meta"), so <c>Alt+W</c> is shown as <c>M-W</c>.
+</note>
+
 </body>
 </section>
 <section>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
@ 2005-09-13 12:00 Lukasz Damentko
  0 siblings, 0 replies; 9+ messages in thread
From: Lukasz Damentko @ 2005-09-13 12:00 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        05/09/13 12:00:00

  Modified:    xml/htdocs/doc/en nano-basics-guide.xml
  Log:
  fixed typo *no content change*

Revision  Changes    Path
1.17      +2 -2      xml/htdocs/doc/en/nano-basics-guide.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.17&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo

Index: nano-basics-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- nano-basics-guide.xml	3 Aug 2005 22:20:12 -0000	1.16
+++ nano-basics-guide.xml	13 Sep 2005 12:00:00 -0000	1.17
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.16 2005/08/03 22:20:12 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.17 2005/09/13 12:00:00 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nano-basics-guide.xml">
@@ -93,7 +93,7 @@
 
 <p>
 To cut a single line line you use <c>^K</c>.  You simply hold down <c>CTRL</c>
-and <c>k</c> at the same time.  The line dissapears.  To paste it you simply
+and <c>k</c> at the same time.  The line disappears.  To paste it you simply
 move the cursor to where you want to paste and punch <c>^U</c> (<c>CTRL u</c>)
 on your keyboard.  BAM!  The line reappears.  Suppose you need to move a whole
 paragraph.  To move multiple lines simply cut each line one at a time, and then



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml
@ 2005-08-03 22:20 Xavier Neys
  0 siblings, 0 replies; 9+ messages in thread
From: Xavier Neys @ 2005-08-03 22:20 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/08/03 22:20:12

  Modified:    xml/htdocs/doc/en nano-basics-guide.xml
  Log:
  Fixed typo. tx grahl04

Revision  Changes    Path
1.16      +2 -2      xml/htdocs/doc/en/nano-basics-guide.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.16&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml.diff?r1=1.15&r2=1.16&cvsroot=gentoo

Index: nano-basics-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nano-basics-guide.xml	2 Jul 2005 09:56:04 -0000	1.15
+++ nano-basics-guide.xml	3 Aug 2005 22:20:12 -0000	1.16
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.15 2005/07/02 09:56:04 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v 1.16 2005/08/03 22:20:12 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nano-basics-guide.xml">
@@ -95,7 +95,7 @@
 To cut a single line line you use <c>^K</c>.  You simply hold down <c>CTRL</c>
 and <c>k</c> at the same time.  The line dissapears.  To paste it you simply
 move the cursor to where you want to paste and punch <c>^U</c> (<c>CTRL u</c>)
-on your keyboard.  BAM!  The line reapears.  Suppose you need to move a whole
+on your keyboard.  BAM!  The line reappears.  Suppose you need to move a whole
 paragraph.  To move multiple lines simply cut each line one at a time, and then
 paste.  BAM!  The whole paragraph appears wherever you want it.
 </p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-05-19 20:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-05 21:21 [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml Jan Kundrat
  -- strict thread matches above, loose matches on Subject: below --
2008-05-19 20:48 Sven Vermeulen
2006-01-29 19:03 Jan Kundrat
2006-01-05 21:19 Jan Kundrat
2006-01-05 21:08 Jan Kundrat
2005-12-31 16:33 Xavier Neys
2005-12-31 16:32 Xavier Neys
2005-09-13 12:00 Lukasz Damentko
2005-08-03 22:20 Xavier Neys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox