diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-11 22:24:32 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-11 22:24:32 +0000 |
commit | a8e2e327d12fed53343c2629050f16f198df10b1 (patch) | |
tree | 8d93f29b88a8d3fdc60e14f1efadcdbf4b53b36a /Functions/Misc | |
parent | 5c380d5edecd08c6a95c37368df4ea67bd6cc0fa (diff) | |
download | zsh-a8e2e327d12fed53343c2629050f16f198df10b1.tar.gz zsh-a8e2e327d12fed53343c2629050f16f198df10b1.tar.xz zsh-a8e2e327d12fed53343c2629050f16f198df10b1.zip |
Update a comment.
Diffstat (limited to 'Functions/Misc')
-rw-r--r-- | Functions/Misc/getjobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/getjobs b/Functions/Misc/getjobs index 0ac2972ff..f85ccf5b9 100644 --- a/Functions/Misc/getjobs +++ b/Functions/Misc/getjobs @@ -1,6 +1,6 @@ # Call this from the preexec function like so: # preexec() { -# getjobs "${(z)1}" +# getjobs "${(z)2}" # Use "${(z)1}" prior to zsh-4.0.1 # } setopt localoptions noshwordsplit noksharrays local texts |