summaryrefslogtreecommitdiffstats
path: root/smenu.1
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-09-20 16:25:25 +0200
committerpgen <p.gen.progs@gmail.com>2015-09-20 16:25:25 +0200
commit8f9a3d28ab8e414c0c39985b48b1b7fdc6f6f74c (patch)
treec85d19073c0ad07985d4bd4aa0a57efd68870812 /smenu.1
parent049ab9bb92295cc2d7d05cf6b47a9a4a0cb510a5 (diff)
Spell check
Diffstat (limited to 'smenu.1')
-rw-r--r--smenu.116
1 files changed, 9 insertions, 7 deletions
diff --git a/smenu.1 b/smenu.1
index 7e34247..d17016f 100644
--- a/smenu.1
+++ b/smenu.1
@@ -15,15 +15,17 @@ the first word by default.
.P
It is possible to filter the selectable words in the input stream by
using an include regular expression to match the selectable words
-and un exclude regular expression to match the non-selectable words.
+and an exclude regular expression to match the non-selectable words.
.P
Non-selectable words will be skipped when moving the selection cursor
-and will not be able to be serached.
+and will not be able to be searched.
.P
-The \fB-W\fP option can be used to specify the characters (or multibyte
+The \fB-W\fP option can be used to set the characters (or multibyte
sequences) which will be used to delimit the input words. The default
delimiters are: \fISPACE\fP, \fI\\t\fP and \fI\\n\fP.
.P
+The \fB-L\fP has a similar meaning for lines.
+.P
Non printable characters in words that are not a delimiter are
converted to their traditional form (\fI\\n\fP for end-of-line,
\fI\\t\fP for tabulation...) by default. A single dot (\fI.\fP) is also
@@ -129,7 +131,7 @@ any Unicode character (even double-width ones) as long as the current
encoding is \fBUTF-8\fP (\fBUTF-8\fP in the output of the \fIlocale\fP
command).
.SS Configuration
-If a file with adequates permissions and the same name as the
+If a file with adequate permissions and the same name as the
executable prefixed with a dot is present in the user home
directory, then it will be parsed as a \fIini\fP file.
.P
@@ -139,7 +141,7 @@ Here is an example giving the syntax and color names to use:
.P
.nf
[colors]
- ; The terminal must have at least 8 colors for this to be usefull
+ ; The terminal must have at least 8 colors for this to be useful
; if not the following settings will be ignored.
method=ansi ; classic | ansi
@@ -241,7 +243,7 @@ Sets the \fBi\fPnclude filter to match the selectable words.
.IP \fB-e regex\fP
Sets the \fBe\fPxclude filter to match the non-selectable words.
-This filter has a higher priority the the include filter.
+This filter has a higher priority the include filter.
.IP \fB-g\fP
Replaces the blank after each words in normal tabular mode by a vertical
bar "\fB|\fP". Some users may find the output more readable like that.
@@ -259,7 +261,7 @@ This option can be used to specify the characters (or multibyte
sequences) which will be used to delimit the lines in the input stream.
The default delimiter is: \fI\\n\fP.
-This option is only usefull when the \fB-c\fP option is also used.
+This option is only useful when the \fB-c\fP option is also used.
The characters (or multibyte sequences) passed to \fB-L\fP are
automatically added to the list of word delimiters as if \fB-W\fP was