diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2017-04-01 15:23:43 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2017-04-01 15:23:43 -0700 |
commit | eaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182 (patch) | |
tree | 541f72855a71c9644165b64193f12833ad62f18a /Doc | |
parent | 967ff2f5cf9270a0ef01cb3a7a8f8d941ec2bcb6 (diff) | |
download | zsh-eaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182.tar.gz zsh-eaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182.tar.xz zsh-eaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182.zip |
unposted: minor formatting: var() instead of tt().
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/builtins.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 81c201f70..81687c7a7 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -896,9 +896,9 @@ the pattern arguments are listed. tt(function +M) removes the list of mathematical functions; with the additional option tt(-m) the arguments are treated as patterns and -all functions whose tt(mathfn) matches the pattern are removed. Note +all functions whose var(mathfn) matches the pattern are removed. Note that the shell function implementing the behaviour is not removed -(regardless of whether its name coincides with tt(mathfn)). +(regardless of whether its name coincides with var(mathfn)). For example, the following prints the cube of 3: |