diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-05 19:31:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-05 19:31:01 +0000 |
commit | 9421f9449c0605908eaf43d19274a6f5826c148f (patch) | |
tree | 6cfa717111c612ee8eada7d5251d1b1b489d3acb /Doc/Zsh | |
parent | 930d43d7afea0274b845ede956a533229f1974c8 (diff) | |
download | zsh-9421f9449c0605908eaf43d19274a6f5826c148f.tar.gz zsh-9421f9449c0605908eaf43d19274a6f5826c148f.tar.xz zsh-9421f9449c0605908eaf43d19274a6f5826c148f.zip |
unposted, c.f. users/11935: quoting of arguments to unalias
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 413e43ed8..acdb83d92 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1612,7 +1612,9 @@ findex(unhash) item(tt(unhash) [ tt(-adfms) ] var(name) ...)( Remove the element named var(name) from an internal hash table. The default is remove elements from the command hash table. The tt(-a) -option causes tt(unhash) to remove regular or global aliases. +option causes tt(unhash) to remove regular or global aliases; note +when removing a global aliases that the argument must be quoted to prevent +it from being expanded before being passed to the command. The tt(-s) option causes tt(unhash) to remove suffix aliases. The tt(-f) option causes tt(unhash) to remove shell functions. The tt(-d) options causes |