summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-05-19 21:36:59 +0200
committerpgen <p.gen.progs@gmail.com>2018-05-19 21:37:30 +0200
commit7210a62a2a1922eeb8be00e29cdfd2197416cf81 (patch)
tree6799b61b34b697c53268e9d1db821c916f2dafe6
parent35c155808bebccd0b6919cff69a68447bdf54fd6 (diff)
Fix some typos in the manual
-rw-r--r--smenu.18
1 files changed, 4 insertions, 4 deletions
diff --git a/smenu.1 b/smenu.1
index aff5f60..b2d1a6d 100644
--- a/smenu.1
+++ b/smenu.1
@@ -138,7 +138,7 @@ entered up to a default of 6s after this change are put in a search buffer
and the cursor moves immediately to the next word matching this prefix.
.PP
Any character entered before a default of 6s timeout after this action
-completes this buffer and resets the the 6s timer and advances the cursor
+completes this buffer and resets the 6s timer and advances the cursor
again if another word matches the new buffer.
.PP
As soon as the timer expires, the search mode is ended and the cursor
@@ -793,7 +793,7 @@ full height vertical bar if the locale is set to UTF-8).
Each character can be given in normal or \fI\\u\fP form in the
\fIstring\fP argument.
-Example: "\f(CB|- \fP" will allow one to separate the first two column
+Example: "\f(CB|- \fP" will allow one to separate the first two columns
with '\f(CB|\fP', then '\f(CB-\fP' will be used and '\f(CB \fP' will
separate the remaining columns if any.
.IP \fB-q\fP
@@ -802,7 +802,7 @@ Prevents the display of the scroll bar.
This option can be used to specify the characters (or multibyte
sequences) which will be used to delimit the input words.
-Multibyte sequences (UTF-8) can be natives of using the same ascii
+Multibyte sequences (UTF-8) can be natives of using the same ASCII
representation used in words (a leading \fI\\u\fP following by up to 8
hexadecimal characters).
@@ -815,7 +815,7 @@ The default delimiters are: \fISPACE\fP, \fI$'\\t'\fP and \fI$'\\n'\fP.
This option can be used to specify the characters (or multibyte
sequences) which will be used to delimit the lines in the input stream.
-Multibyte sequences (UTF-8) can be natives of using the same ascii
+Multibyte sequences (UTF-8) can be natives of using the same ASCII
representation used in words (a leading \fI\\u\fP following by up to 8
hexadecimal characters).