diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-05-14 23:32:19 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-05-14 23:32:19 +0200 |
commit | d4d203488826181aa4eb360ce57de138417ba680 (patch) | |
tree | 5f2939130b24381b6d8b11eec7573732eb52317a /Doc/zshbuiltins.1 | |
parent | 9529af723604dfe1c8152db11e1d216621c898d5 (diff) | |
parent | 73d317384c9225e46d66444f93b46f0fbe7084ef (diff) | |
download | zsh-d4d203488826181aa4eb360ce57de138417ba680.tar.gz zsh-d4d203488826181aa4eb360ce57de138417ba680.zip |
New upstream version 5.9
Diffstat (limited to 'Doc/zshbuiltins.1')
-rw-r--r-- | Doc/zshbuiltins.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/zshbuiltins.1 b/Doc/zshbuiltins.1 index b420791a5..2c84d2662 100644 --- a/Doc/zshbuiltins.1 +++ b/Doc/zshbuiltins.1 @@ -1,4 +1,4 @@ -.TH "ZSHBUILTINS" "1" "May 1, 2022" "zsh 5\&.8\&.1\&.3-test" +.TH "ZSHBUILTINS" "1" "May 14, 2022" "zsh 5\&.9" .SH "NAME" zshbuiltins \- zsh built\-in commands .\" Yodl file: Zsh/builtins.yo @@ -948,7 +948,8 @@ point numbers are not permitted\&. \fBfunctions +M\fP [ \fB\-m\fP ] \fImathfn\fP \&.\&.\&. Equivalent to \fBtypeset \-f\fP, with the exception of the \fB\-c\fP, \fB\-x\fP, \fB\-M\fP and \fB\-W\fP options\&. For \fBfunctions \-u\fP and \fBfunctions \-U\fP, -see \fBautoload\fP, which provides additional options\&. +see \fBautoload\fP, which provides additional options\&. For \fBfunctions \-t\fP +and \fBfunctions \-T\fP, see \fBtypeset \-f\fP\&. .RS .PP The \fB\-x\fP option indicates that any functions output will have |