]> git.wh0rd.org Git - nano.git/commitdiff
documentation fix: list sh as an example of a Bourne shell
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 21 Nov 2004 18:51:30 +0000 (18:51 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 21 Nov 2004 18:51:30 +0000 (18:51 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2116 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
README.CVS
doc/faq.html

index 6fc508bf5b79979170c4be06e15115a465a15e58..75d161bcd5e873b71856cd4d2469cfb2da17f871 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -398,6 +398,7 @@ CVS code -
          versions of the manpages. (DLR)
        - Update the given cvs commands so that they work again, and
          mention the need for ssh to do cvs checkouts. (DLR)
+       - List sh as an example of a Bourne shell. (DLR)
 - faq.html:
        - Fixed inaccuracy: Pico compatibility mode was made the default
          in nano 1.1.99pre1, not 1.2.2. (DLR)
index eba0c6a5a36d2960a0dfebcea55f3c710e30baaf..1662f5bf371d5e0d9b354c37e1f6c7ca67f73c32 100644 (file)
@@ -20,7 +20,7 @@ packages:
 These should be available on your GNU mirror.
 
 First, you need to set up cvs to download the CVS tree using ssh.  If
-you're using a Bourne shell (e.g. bash), do
+you're using a Bourne shell (e.g. bash or sh), do
 $ export CVS_RSH=ssh
 If you're using a C shell (e.g. tcsh or csh), do
 $ setenv CVS_RSH ssh
index 26c0b73be156fb783134564b6eac3517f64d265a..05f84fa414e6a913958c7ac2ef361d2362ffda5f 100644 (file)
 <h1><a name="4"></a>4. Running</h1>
 <h2><a name="4.1"></a>4.1. Ack! My backspace/delete/enter/double bucky/meta key doesn't seem to work! What can I do?</h2>
 <blockquote><p>Try setting your $TERM variable to 'vt100'. Nano doesn't yet support every term entry under the sun.</p>
-  <p>Bourne shell users (like bash): <b>export TERM=vt100</b><br>
+  <p>Bourne shell users (bash and sh): <b>export TERM=vt100</b><br>
   C Shell users (tcsh and csh): <b>setenv TERM vt100</b></p></blockquote>
 <h2><a name="4.2"></a>4.2. How do I type the F13-F16 keys shown in the help browser? My keyboard only has F1-F12!</h2>
 <blockquote><p>It depends on the terminal type you're using. On some terminals, such as the FreeBSD console, xterm, konsole, and gnome-terminal, Shift-F1 to Shift-F4 will generate F13 to F16. On other terminals, such as the Linux console, rxvt, or Eterm, Shift-F3 to Shift-F6 will generate F13 to F16.</p></blockquote>
 <h2><a name="8"></a>8. ChangeLog</h2>
 <blockquote>
 <p>
+2004/11/21 - List sh as an example of a Bourne shell. (DLR)
 2004/11/05 - Fixed inaccuracy: Pico compatibility mode was made the default in nano 1.1.99pre1, not 1.2.2. Also added question about how to type F13-F16 on terminals lacking keys past F12 (suggested by Chris), question about how to select text for the clipboard in X terminals with nano's mouse support turned on (answer found by Joseph Birthisel), and misc. fixes and link updates. (DLR)<br>
 2004/04/07 - Removed NumLock glitch question, as it's no longer needed. (DLR)<br>
 2004/01/30 - Fixed inaccuracy: multibuffer mode was first in nano 1.1.0, not 1.1.12. (DLR)<br>