changeset 30950:9d7ec294af2b

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 21 Apr 2022 17:54:21 +0200
parents 74f8854958d2 (current diff) 7d99816e9709 (diff)
children 230724ab2977
files scripts/miscellaneous/ls.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/ls.m	Tue Apr 19 15:30:31 2022 -0700
+++ b/scripts/miscellaneous/ls.m	Thu Apr 21 17:54:21 2022 +0200
@@ -37,9 +37,9 @@
 ## command.  Available @var{options} may vary from system to system.
 ##
 ## Filenames are subject to shell expansion if they contain any wildcard
-## characters @samp{*}, @samp{?}, @samp{[]}.  To find a literal example of a
-## wildcard character the wildcard must be escaped using the backslash operator
-## @samp{\}.
+## characters @samp{*}, @samp{?}, @samp{[]}.  If these wildcard characters are
+## escaped with a backslash @samp{\} (e.g., @samp{\*}), they aren't treated as
+## wildcards but as the corresponding literal character.
 ##
 ## If the optional output @var{list} is requested then @code{ls} returns a
 ## character array with one row for each file/directory name.