nano

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

commit 81e157cd38e9dac53482b4361f6e30009dcbf1aa
parent 807681ac7e9e7adc171204e2b3e106ac368453d0
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 28 Feb 2004 01:58:21 +0000

fix too-long line


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

Diffstat:
Mdoc/man/nano.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man/nano.1 b/doc/man/nano.1 @@ -100,8 +100,8 @@ acts like Delete on your system. Display a summary of command line options. .TP .B \-i (\-\-autoindent) -Indent new lines to the previous line's indentation. Useful when editing -source code. +Indent new lines to the previous line's indentation. Useful when +editing source code. .TP .B \-k (\-\-cut) Enable cut from cursor to end of line with ^K.