nano

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

commit e56d936bd410a2c6c864213e008d8929459a87cf
parent 831c640e6220229a318246ea00d807900fd62d79
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 21 Nov 2004 18:51:30 +0000

documentation fix: list sh as an example of a Bourne shell


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

Diffstat:
MChangeLog | 1+
MREADME.CVS | 2+-
Mdoc/faq.html | 3++-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git 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) diff --git a/README.CVS b/README.CVS @@ -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 diff --git a/doc/faq.html b/doc/faq.html @@ -174,7 +174,7 @@ <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> @@ -245,6 +245,7 @@ <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>