From 25bc37e7c8004d699dd30466315a66477fbdff2f Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 8 Jun 2006 02:45:38 +0000 Subject: [PATCH] add minor documentation fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3636 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 7 +++++-- doc/man/nano.1 | 6 +++--- doc/nanorc.sample.in | 4 ++-- doc/texinfo/nano.texi | 6 +++--- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0cdc7a48..a68be134 100644 --- a/ChangeLog +++ b/ChangeLog @@ -143,8 +143,11 @@ CVS code - could break anything using extended regular expressions, and glibc 2.2.3 is old. Changes to configure.ac, faq.html, nano.h, proto.h, and UPGRADE; removal of safe_regexec(). (DLR) - - Minor wording fixes to various messages. (Benno Schulenberg, - minor tweaks by DLR) + - Minor wording fixes to various messages. Changes to + load_history(), shortcut_init(), toggle_init(), usage(), + do_suspend(), do_input(), do_rcfile_error(), nano.1, + nano.texi, and nanorc.sample.in. (Benno Schulenberg, minor + tweaks by DLR) - browser.c: do_browser() - Reference NANO_GOTODIR_(ALT|F)?KEY instead of diff --git a/doc/man/nano.1 b/doc/man/nano.1 index bfe2756b..2dae5b15 100644 --- a/doc/man/nano.1 +++ b/doc/man/nano.1 @@ -7,7 +7,7 @@ .\" warranty. .\" .\" $Id$ -.TH NANO 1 "version 1.3.12" "May 24, 2006" +.TH NANO 1 "version 1.3.12" "June 7, 2006" .\" Please adjust this date whenever revising the manpage. .\" @@ -109,7 +109,7 @@ Set the size (width) of a tab to \fIcols\fP columns. The value of .TP .B \-U (\-\-quickblank) Do quick statusbar blanking. Statusbar messages will disappear after 1 -keystroke instead of 25. Note that \fB-c\fP overrules this. +keystroke instead of 25. Note that \fB-c\fP overrides this. .TP .B \-V (\-\-version) Show the current version number and exit. @@ -123,7 +123,7 @@ Specify a specific syntax highlighting from the \fInanorc\fP to use, if available. .TP .B \-c (\-\-const) -Constantly show the cursor position. Note that this overrules \fB-U\fP. +Constantly show the cursor position. Note that this overrides \fB-U\fP. .TP .B \-d (\-\-rebinddelete) Interpret the Delete key differently so that both Backspace and Delete diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in index fa36f3bb..ec00dd36 100644 --- a/doc/nanorc.sample.in +++ b/doc/nanorc.sample.in @@ -41,7 +41,7 @@ # set casesensitive ## Constantly display the cursor position in the statusbar. Note that -## this overrules "quickblank". +## this overrides "quickblank". # set const ## Use cut to end of line by default. @@ -111,7 +111,7 @@ # set punct "!.?" ## Do quick statusbar blanking. Statusbar messages will disappear after -## 1 keystroke instead of 26. Note that "const" overrules this. +## 1 keystroke instead of 26. Note that "const" overrides this. ## # set quickblank diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi index 2bd43731..67ab889e 100644 --- a/doc/texinfo/nano.texi +++ b/doc/texinfo/nano.texi @@ -9,7 +9,7 @@ @smallbook @set EDITION 0.1 @set VERSION 1.3.12 -@set UPDATED 24 May 2006 +@set UPDATED 07 Jun 2006 @dircategory Editors @direntry @@ -182,7 +182,7 @@ be greater than 0. The default value is 8. @item -U, --quickblank Do quick statusbar blanking. Statusbar messages will disappear after 1 -keystroke instead of 25. Note that -c overules this. +keystroke instead of 25. Note that -c overrides this. @item -V, --version Show the current version number and exit. @@ -197,7 +197,7 @@ available. See @xref{Nanorc Files}, for more info. @item -c, --const Constantly display the cursor position and line number on the statusbar. -Note that this overrules -U. +Note that this overrides -U. @item -d, --rebinddelete Interpret the Delete key differently so that both Backspace and Delete -- 2.39.5