Fix comment regarding number of characters
authorMichael Prokop <mika@grml.org>
Fri, 8 Sep 2023 11:21:26 +0000 (13:21 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 8 Sep 2023 11:21:26 +0000 (13:21 +0200)
It's meant to be >=20 characters

Thanks: Jim Murphy

zsh-lovers.1.txt

index 5be8c17..4b8cee4 100644 (file)
@@ -394,7 +394,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details.
   $ print ${(r:10::0:)foo}
 
 # find the name of all the files in their home directory that have
-# more than 20 characters in their file names
+# 20 or more characters in their file names
   print -rl $HOME/${(l:20::?:)~:-}*
 
 # Save arrays