diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2011-12-10 03:39:29 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-12-10 03:39:29 +0000 |
commit | 48c46fe9b1088198e61733955977b28fde565ca7 (patch) | |
tree | 263757fc8abe23544885fb341cdf79d1a0477e0c | |
parent | d374f2b1800d54d37a8e4c5299e824874a0489ed (diff) | |
download | zsh-48c46fe9b1088198e61733955977b28fde565ca7.tar.gz zsh-48c46fe9b1088198e61733955977b28fde565ca7.tar.xz zsh-48c46fe9b1088198e61733955977b28fde565ca7.zip |
Fix some zsh-users article references that have transposed or off-by-one
digits.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 58a820360..9e979a7c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2147,11 +2147,11 @@ * users/15314: Doc/Zsh/expn.yo: redescribe process substitution. - * users/15310 (bits applying to process substitution with + * users/15301 (bits applying to process substitution with redirection): Src/exec.c: make redirection process substitution attach to the appropriate process group. - * users/15200: pass foreground signals on to process + * users/15300: pass foreground signals on to process substitutions in current shell 2010-08-22 Barton E. Schaefer <schaefer@zsh.org> @@ -15706,5 +15706,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5529 $ +* $Revision: 1.5530 $ ***************************************************** |