aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-02-16 13:42:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-03-01 19:26:07 +0300
commita64b2ae2099346471ead988d5f2d383d55a9bf89 (patch)
tree04e1a43a484461ef88e6a804c1aa3751a58cdd95 /doc
parent9b4e51f72d640262161e38981a8b9255a7b47f6c (diff)
Add set builtin
Diffstat (limited to 'doc')
-rw-r--r--doc/testscript.cli5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli
index 918dd4a..5b4e8ee 100644
--- a/doc/testscript.cli
+++ b/doc/testscript.cli
@@ -2457,8 +2457,9 @@ list of elements at newlines, including a final blank element in case of
If the \c{-w|--whitespace} option is specified, then the input is split into a
list of elements at whitespaces, including a final blank element in case of
-\c{-e|--exact}. Multiple consecutive whitespaces (including newlines) are
-collapsed.
+\c{-e|--exact}. In this mode if \c{-e|--exact} is not specified, then all (and
+not just newline) trailing whitespaces are ignored. Multiple consecutive
+whitespaces (including newlines) are collapsed.
If neither \c{-n|--newline} nor \c{-w|--whitespace} is specified, then the
entire input is used as a single element, including a final newline in case