nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit cbba77558e222eb0e91a8e88e76bbe2c9fa16042
parent e350d7a52aff4ca1295eadb1f4c5a833708fd5d7
Author: Chris Allegretta <chrisa@asty.org>
Date:   Wed, 18 Nov 2009 22:10:13 +0000

Typo fix part 2, noticed by j.mader@gmail.com.



git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4431 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mdoc/faq.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/faq.html b/doc/faq.html @@ -116,7 +116,7 @@ <blockquote><p>For the 'bleeding edge' current version of nano, you can use subversion to download the current source code. <b>Note:</b> believe it or not, by downloading code that has not yet stabilized into an official release, there could quite possibly be bugs, in fact the code may not even compile! Anyway, see <a href="http://svn.savannah.gnu.org/viewvc/trunk/nano/README.SVN?root=nano&view=markup">the nano SVN document</a> for info on anonymous SVN access to the nano source.</p></blockquote> <hr width="100%"> <h1><a name="3"></a>3. Installation and Configuration</h1> -<h2><a name="3.1"></a>3.1. How do install the RPM or DEB package?</h2> +<h2><a name="3.1"></a>3.1. How do I install the RPM or DEB package?</h2> <blockquote><p>It's simple really! As root, type <b>rpm -Uvh nano-x.y.z-1.i386.rpm</b> if you have a RedHat-ish system or <b>dpkg -i nano_x.y.z-1.deb</b> if you have a Debian-ish system, where <b>x.y.z</b> is the release of nano. There are other programs to install packages, and if you wish to use those, knock yourself out.</p></blockquote> <h2><a name="3.2"></a>3.2. Compiling from source: WHAT THE HECK DO I DO NOW?</h2> <blockquote><p>Okay, take a deep breath, this really isn't hard. Unpack the nano source with a command like:</p>