diff options
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 |