@@ -265,7 +265,7 @@ Turn off highlighting of strings matching the current search pattern.
265
265
If highlighting is already off because of a previous ESC-u command,
266
266
turn highlighting back on.
267
267
Any search command will also turn highlighting back on.
268
- (Highlighting can also be disabled by toggling the -G flag ;
268
+ (Highlighting can also be disabled by toggling the -G option ;
269
269
in that case search commands do not turn highlighting back on.)
270
270
.PP
271
271
.IP ":e [filename]"
@@ -489,13 +489,13 @@ will refuse to open non-regular files.
489
489
Normally,
490
490
.I less
491
491
will highlight ALL strings which match the last search command.
492
- The -g flag changes this behavior to highlight only the particular string
492
+ The -g option changes this behavior to highlight only the particular string
493
493
which was found by the last search command.
494
494
This can cause
495
495
.I less
496
496
to run somewhat faster than the default.
497
497
.IP -G
498
- The -G flag suppresses all highlighting of strings found by search commands.
498
+ The -G option suppresses all highlighting of strings found by search commands.
499
499
.IP -h\fIn\fP
500
500
Specifies a maximum number of lines to scroll backward.
501
501
If it is necessary to scroll backward more than \fIn\fP lines,
@@ -558,7 +558,7 @@ Suppresses line numbers.
558
558
The default (to use line numbers) may cause
559
559
.I less
560
560
to run more slowly in some cases, especially with a very large input file.
561
- Suppressing line numbers with the -n flag will avoid this problem.
561
+ Suppressing line numbers with the -n option will avoid this problem.
562
562
Using line numbers means: the line number will be displayed in the verbose
563
563
prompt and in the = command,
564
564
and the v command will pass the current line number to the editor
@@ -624,7 +624,7 @@ the terminal bell is never rung.
624
624
Causes "raw" control characters to be displayed.
625
625
The default is to display control characters using the caret notation;
626
626
for example, a control-A (octal 001) is displayed as "^A".
627
- Warning: when the -r flag is used,
627
+ Warning: when the -r option is used,
628
628
.I less
629
629
cannot keep track of the actual appearance of the screen
630
630
(since this depends on how the screen responds to
@@ -1250,7 +1250,7 @@ Language for determining the character set.
1250
1250
.IP LC_CTYPE
1251
1251
Language for determining the character set.
1252
1252
.IP LESS
1253
- Flags which are passed to
1253
+ Options which are passed to
1254
1254
.I less
1255
1255
automatically.
1256
1256
.IP LESSBINFMT
0 commit comments