]> git.wh0rd.org Git - nano.git/commitdiff
Doc updates
authorChris Allegretta <chrisa@asty.org>
Wed, 16 Aug 2000 02:52:44 +0000 (02:52 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 16 Aug 2000 02:52:44 +0000 (02:52 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@184 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

TODO
faq.html

diff --git a/TODO b/TODO
index 345cb582e731178001b3699fbdca816f9711b6ca..e6137be5101632491914159cdaaa17a15e946b22 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,7 @@ Current Version:
 - Rewrite edit_refresh, if at all possible [DONE]
 - Implement justify function [DONE]
 - Cut to end of line [DONE]
+- Unjustify command (^U after ^J)
 
 For Next Version:
 - Undo/Redo key?
index 4d67ad76e55cbbce701da91ba45861758ba5c2f4..8c32ef2c0497e155895ff77b1dc8cc76404963db 100644 (file)
--- a/faq.html
+++ b/faq.html
@@ -300,7 +300,7 @@ isn't hard.&nbsp; Unpack the nano source with a command like:</font>
 <p><b><font color="#330000">tar -zxvf nano-x.y.z.tar.gz</font></b>
 <p><font color="#330000">If you get error messages about the -z option,
 try this:</font>
-<p><b><font color="#330000">gunzip -d nano-x.y.z.tar.gz | tar xvf -</font></b>
+<p><b><font color="#330000">gzip -dc nano-x.y.z.tar.gz | tar xvf -</font></b>
 <p><font color="#330000">(again, where x.y.z is the version number in question).&nbsp;
 Then you need to run configure with any options you might want (if any).</font>
 <p><font color="#330000">The average case is this:</font>
@@ -473,7 +473,7 @@ also licensed under the GPL.</font></blockquote>
 their license?</font></h2>
 
 <blockquote><font color="#330000">You're really not asking the right person
-here.&nbsp; I (Chris) waited along time to see if UW would change their
+here.&nbsp; I (Chris) waited a long time to see if UW would change their
 license because of the amount of high quality software being released and
 developed under the GPL without being taken advantage of by malicious corporate
 entities or other baddies, but no such luck so far.</font></blockquote>