Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/most.1
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ CTRL-J.
\fBMOST_SWITCHES\fR
This variable sets commonly used switches.
For example, some people prefer to use \fBmost\fR with the -s option so that
excess blank lines are not displayed. On VMS this is normally done
excess blank lines are not displayed. On VMS this is normally
done in the login.com through the line:
.TP
\fB\fR
Expand Down Expand Up @@ -382,7 +382,7 @@ rebinding it in order via the unsetkey function:
unsetkey "^F"
.fi
.PP
Colors may be defined through the use of the color keyword in the the
Colors may be defined through the use of the color keyword in the
configuration file using the syntax:

.nf
Expand Down
4 changes: 2 additions & 2 deletions doc/most.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ ENVIRONMENT
This variable sets commonly used switches. For example,
some people prefer to use most with the -s option so
that excess blank lines are not displayed. On VMS this
is normally done done in the login.com through the line:
is normally done in the login.com through the line:

$ define MOST_SWITCHES "-s"

Expand Down Expand Up @@ -369,7 +369,7 @@ CONFIGURATION FILE SYNTAX
unsetkey "^F"

Colors may be defined through the use of the color keyword in
the the configuration file using the syntax:
the configuration file using the syntax:
color OBJECT-NAME FOREGROUND-COLOR BACKGROUND-COLOR

Here, OBJECT-NAME can be any one of the following items:
Expand Down