From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1EucYT-0003aD-3T for garchives@archives.gentoo.org; Thu, 05 Jan 2006 21:21:53 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k05LLeer025377; Thu, 5 Jan 2006 21:21:40 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k05LLdcR021872 for ; Thu, 5 Jan 2006 21:21:39 GMT Message-Id: <200601052121.k05LLdcR021872@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.54) id 1EucYF-0002gX-AX for gentoo-doc-cvs@lists.gentoo.org; Thu, 05 Jan 2006 21:21:39 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 5 Jan 2006 21:21:38 +0000 From: "Jan Kundrat" Date: Thu, 5 Jan 2006 21:21:38 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: d904d388-0c03-4e68-a6cc-cccb305ec4e8 X-Archives-Hash: 265cf6f411cd892394f009449b2787fe jkt 06/01/05 21:21:38 Modified: xml/htdocs/doc/en nano-basics-guide.xml Log: Adding missing 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 @@ - + @@ -18,7 +18,7 @@ functions, fast. -1.5 +1.6 2006-01-05 @@ -52,8 +52,8 @@

Nano is a modeless editor so you can start typing immediately to insert text. If -you are editing a configuration file like /etc/fstab use the -w -switch, for example: +you are editing a configuration file like /etc/fstab use the +-w switch, for example:

@@ -61,9 +61,9 @@
 
-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 -w switch when opening a +config file. Failure to do so may keep your system from booting or cause other +bad things. -- gentoo-doc-cvs@gentoo.org mailing list