diff options
Diffstat (limited to 'Doc/Zsh/mod_clone.yo')
-rw-r--r-- | Doc/Zsh/mod_clone.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_clone.yo b/Doc/Zsh/mod_clone.yo index 1791a6df9..1124958f2 100644 --- a/Doc/Zsh/mod_clone.yo +++ b/Doc/Zsh/mod_clone.yo @@ -14,7 +14,7 @@ var(tty). In the new shell, the tt(PID), tt(PPID) and tt(TTY) special parameters are changed appropriately. tt($!) is set to zero in the new shell, and to the new shell's PID in the original shell. -The return value of the builtin is zero in both shells if successful, +The return status of the builtin is zero in both shells if successful, and non-zero on error. The target of tt(clone) should be an unused terminal, such as an unused virtual |