* src/move.c (do_down) - Trim some redundant code, and correct
the scrolling behaviour when softwrap is off -- the construct
(amount ? amount : 1) wasn't doing what I intended.
+ * doc/man/nano{.1,rc.5} - Slightly improve formatting and wording.
2014-03-01 Chris Allegretta <chrisa@asty.org>
* global.c (shortcut_init) - fix an issue with the split
.\" <http://www.gnu.org/licenses/>.
.\"
.\" $Id$
-.TH NANO 1 "version 2.2.0" "November 30, 2009"
+.TH NANO 1 "version 2.3.3" "March 2014"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH SYNOPSIS
.B nano
-.I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
+.RI [ options "] [[\+" line , column "]\ " file "]..."
.br
.SH DESCRIPTION
.SH OPTIONS
.TP
-.B \+\fILINE\fP,\fICOLUMN\fP
-Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
+.B \+\fIline\fP,\fIcolumn\fP
+Places the cursor on line number \fIline\fP and at column number \fIcolumn\fP
(at least one of which must be specified) on startup, instead of the
-default of line 1, column 1.
+default line 1, column 1.
.TP
.B \-?
-Same as \fB-h (\-\-help)\fP.
+Same as \fB\-h (\-\-help)\fP.
.TP
.B \-A (\-\-smarthome)
Make the Home key smarter. When Home is pressed anywhere but at the
.TP
.B \-U (\-\-quickblank)
Do quick statusbar blanking. Statusbar messages will disappear after 1
-keystroke instead of 25. Note that \fB-c\fP overrides this.
+keystroke instead of 25. Note that \fB\-c\fP overrides this.
.TP
.B \-V (\-\-version)
Show the current version number and exit.
available.
.TP
.B \-c (\-\-const)
-Constantly show the cursor position. Note that this overrides \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
acts like Delete on your system.
.TP
.B \-h (\-\-help)
-Show a summary of command line options and exit.
+Show a summary of the available command-line options and exit.
.TP
.B \-i (\-\-autoindent)
Indent new lines to the previous line's indentation. Useful when
by the terminal.
.TP
.B \-q (\-\-quiet)
-Do not report errors in the \fInanorc\fP file and ask them to be
+Do not report errors in the \fInanorc\fP file nor ask them to be
acknowledged by pressing Enter at startup.
.TP
.B \-r \fIcols\fP (\-\-fill=\fIcols\fP)
Enable alternative spell checker command.
.TP
.B \-t (\-\-tempfile)
-Always save changed buffer without prompting. Same as Pico's \fB-t\fP
+Always save changed buffer without prompting. Same as Pico's \fB\-t\fP
option.
.TP
.B \-u (\-\-undo)
.\" <http://www.gnu.org/licenses/>.
.\"
.\" $Id$
-.TH NANORC 5 "version 2.3.2" "February 2014
+.TH NANORC 5 "version 2.3.3" "March 2014"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
match any other syntax's \fIfileregex\fP.
.TP
.B linter \fIprogram\fP [\fIargs\fP ... ]
-For the currently defined syntax, add the following command
-to invoke the linter (overrides the speller function when
-defined.
+For the currently defined syntax, use the given \fIprogram\fR
+to invoke the linter (this overrides the speller function when
+defined).
.TP
.B magic ["\fIregex\fP" ... ]
For the currently defined syntax, add one or more regexes which
will be compared against the \fBmagic\fP database when attempting
-to determine which highlighting rules to use for a given file. This
+to determine which highlighting rules to use for a given file. This
functionality only works when \fBlibmagic\fP is installed on the
system and will be silently ignored otherwise.
.TP