1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-28 10:21:09 +02:00

unposted: minor formatting: var() instead of tt().

This commit is contained in:
Barton E. Schaefer 2017-04-01 15:23:43 -07:00
parent 967ff2f5cf
commit eaeebeb8bb

View file

@ -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: