From 1f396dbe25259d4279811c893cbf381d675ad97c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 3 Aug 2014 20:33:11 +0100 Subject: 32944: read -qs is handled correctly by current code --- ChangeLog | 3 +++ Doc/Zsh/builtins.yo | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 85b1ec23e..cfd8cb6a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-08-03 Peter Stephenson + * Doc/Zsh/builtins.yo: 32944: Doc/Zsh/builtins.yo: read -qs is + handled properly. + * users/19006: Doc/Zsh/expn.yo: document position of RC_EXPAND_PARAM handling during parameter substitution. diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index a4d6f89d0..f709f5020 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1288,8 +1288,7 @@ continuation and backslashes in the line don't quote the following character and are not removed. ) item(tt(-s))( -Don't echo back characters if reading from the terminal. Currently does -not work with the tt(-q) option. +Don't echo back characters if reading from the terminal. ) item(tt(-q))( Read only one character from the terminal and set var(name) to -- cgit 1.4.1