diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-08-03 11:34:01 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-08-03 11:34:01 +0000 |
commit | d86e25ef2e96e47ecff262421a2fba4710ca603b (patch) | |
tree | 6437f1469566af281a9c8a89a8dac655f5152532 /ChangeLog | |
parent | 7bf1f0292dec271281e82b0aa5a7908307a5e929 (diff) | |
download | zsh-d86e25ef2e96e47ecff262421a2fba4710ca603b.tar.gz zsh-d86e25ef2e96e47ecff262421a2fba4710ca603b.tar.xz zsh-d86e25ef2e96e47ecff262421a2fba4710ca603b.zip |
small fix for `read -r' doc (12497)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2aabf988d..bc42131e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-08-03 Sven Wischnowsky <wischnow@zsh.org> + * 12497: Doc/Zsh/builtins.yo: small fix for `read -r' doc + * 12496: Completion/Core/_path_files: one more problem with quoting of glob characters in filename completion |