summaryrefslogtreecommitdiffstats
path: root/smenu.1
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-05-03 22:33:34 +0200
committerpgen <p.gen.progs@gmail.com>2023-05-03 22:33:34 +0200
commit32ba80a72f86110f296aa140d191471fc8006f61 (patch)
treea5165cceef25c7f75d5842abd7d9327b70bb4a78 /smenu.1
parent57ed8a41150212f290a87b19ceb29a5ac6a34df1 (diff)
Clarify the description of the -W and -L options
Diffstat (limited to 'smenu.1')
-rw-r--r--smenu.16
1 files changed, 6 insertions, 0 deletions
diff --git a/smenu.1 b/smenu.1
index f61ff5a..779fcff 100644
--- a/smenu.1
+++ b/smenu.1
@@ -1677,6 +1677,9 @@ This option forces them to be retained.
This option can be used to specify the characters (or multibyte
sequences) which will be used to delimit the input words.
+Each character or multibyte sequence in the given argument will be
+understood as a word delimiter.
+
Multibyte sequences (\fBUTF-8\fP) can be natives of using the same ASCII
representation used in words (a leading \fI\\u\fP or \fI\\U\fP following
by up to 8 hexadecimal characters for the former and 6 hexadecimal
@@ -1694,6 +1697,9 @@ 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.
+Each character or multibyte sequence in the given argument will be
+understood as a line delimiter.
+
Multibyte sequences (\fBUTF-8\fP) can be natives of using the same ASCII
representation used in words (a leading \fI\\u\fP or \fI\\U\fP following
by up to 8 hexadecimal characters for the former and 6 hexadecimal