Skip to content

Commit

Permalink
Minor doc grammar and punctuation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Mar 19, 2024
1 parent d23488c commit 6f73284
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
5 changes: 2 additions & 3 deletions Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
#
# Targets:
# all Make files needed to run Makefile (after configure).
# clean Removes files that can be rebuilt.
# clean Remove files that can be rebuilt.
# unicode-check If newer Unicode files are available, download them.
# release Makes a numbered release, ready to upload to greenwoodsoftware.com.
# release Make a numbered release, ready to upload to greenwoodsoftware.com.
# gnu-upload Make files needed to upload a release to gnu.org.
#

EMAIL = [email protected]
HOMEPAGE = https://greenwoodsoftware.com/less
SHELL = /bin/sh
GIT = git
GPG = gpg
Expand Down
22 changes: 12 additions & 10 deletions less.nro.VER
Original file line number Diff line number Diff line change
Expand Up @@ -787,9 +787,8 @@ the second specifies the background color.
Each integer is a value between 0 and 255 inclusive which selects
a "CSI 38;5" color value (see
.nh
https://en.wikipedia.org/wiki/ANSI_escape_code#SGR
https://en.wikipedia.org/wiki/ANSI_escape_code#SGR).
.hy
).
If either integer is a "-" or is omitted,
the corresponding color is set to that of normal text.
.PP
Expand Down Expand Up @@ -824,9 +823,9 @@ CHAR_INFO.Attributes
value, between 0 and 15 inclusive
(see
.nh
https://learn.microsoft.com/en-us/windows/console/char-info-str
https://learn.microsoft.com/en-us/windows/console/char-info-str).
.hy
).

To avoid confusion, it is recommended that the equivalent letters rather than numbers
be used after a lowercase color selector on MS-DOS/Windows.
.IP \(bu
Expand Down Expand Up @@ -1190,9 +1189,8 @@ the name of a command compatible with
and that command is executed to find the tag.
(See
.nh
http:https://www.gnu.org/software/global/global.html
http:https://www.gnu.org/software/global/global.html).
.hy
).
The \-t option may also be specified from within
.B less
(using the \- command) as a way of examining a new file.
Expand Down Expand Up @@ -1541,9 +1539,8 @@ The \-D option can be used to change the colors.
Colored text works only if the terminal supports
ANSI color escape sequences (as defined in
.nh
https://www.ecma-international.org/publications-and-standards/standards/ecma-48
https://www.ecma-international.org/publications-and-standards/standards/ecma-48).
.hy
).
.IP "\-\-wheel-lines=\fIn\fP"
Set the number of lines to scroll when the mouse wheel is scrolled
and the \-\-mouse or \-\-MOUSE option is in effect.
Expand Down Expand Up @@ -2545,8 +2542,13 @@ See the GNU General Public License for more details.
.
Mark Nudelman
.br
Report bugs at https://github.com/gwsw/less/issues.
Report bugs at
.nh
https://github.com/gwsw/less/issues.
.hy
.br
For more information, see the less homepage at
.br
https://greenwoodsoftware.com/less
.nh
https://greenwoodsoftware.com/less.
.hy

0 comments on commit 6f73284

Please sign in to comment.