summaryrefslogtreecommitdiff
path: root/Doc/zsh.texi
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2022-05-14 23:32:19 +0200
committerAxel Beckert <abe@deuxchevaux.org>2022-05-14 23:32:19 +0200
commitd4d203488826181aa4eb360ce57de138417ba680 (patch)
tree5f2939130b24381b6d8b11eec7573732eb52317a /Doc/zsh.texi
parent9529af723604dfe1c8152db11e1d216621c898d5 (diff)
parent73d317384c9225e46d66444f93b46f0fbe7084ef (diff)
downloadzsh-d4d203488826181aa4eb360ce57de138417ba680.tar.gz
zsh-d4d203488826181aa4eb360ce57de138417ba680.zip
New upstream version 5.9
Diffstat (limited to 'Doc/zsh.texi')
-rw-r--r--Doc/zsh.texi15
1 files changed, 8 insertions, 7 deletions
diff --git a/Doc/zsh.texi b/Doc/zsh.texi
index 9796d4c81..8c806e2ea 100644
--- a/Doc/zsh.texi
+++ b/Doc/zsh.texi
@@ -27,8 +27,8 @@
@end iftex
@titlepage
@title The Z Shell Manual
-@subtitle Version 5.8.1.3-test
-@subtitle Updated May 1, 2022
+@subtitle Version 5.9
+@subtitle Updated May 14, 2022
@author Original documentation by Paul Falstad
@page
This is a texinfo version of the documentation for the Z Shell, originally by
@@ -63,7 +63,7 @@ POSIX shells, but its default mode is not POSIX compatible, either.
@noindent
@cindex version
-Version 5.8.1.3-test, last updated May 1, 2022.
+Version 5.9, last updated May 14, 2022.
@end ifinfo
@menu
@@ -13692,7 +13692,8 @@ point numbers are not permitted.
@itemx @t{functions +M} [ @t{-m} ] @var{mathfn} ...
Equivalent to @t{typeset -f}, with the exception of the @t{-c}, @t{-x},
@t{-M} and @t{-W} options. For @t{functions -u} and @t{functions -U},
-see @t{autoload}, which provides additional options.
+see @t{autoload}, which provides additional options. For @t{functions -t}
+and @t{functions -T}, see @t{typeset -f}.
@noindent
The @t{-x} option indicates that any functions output will have
@@ -35523,7 +35524,7 @@ distribution in your home directory, you would use the commands:
@noindent
@example
mkdir ~/zsh_help
-perl ~/zsh-5.8.1.3-test/Util/helpfiles ~/zsh_help
+perl ~/zsh-5.9/Util/helpfiles ~/zsh_help
@end example
@noindent
@@ -35684,7 +35685,7 @@ Run @t{zkbd} either as an autoloaded function, or as a shell script:
@noindent
@example
-zsh -f ~/zsh-5.8.1.3-test/Functions/Misc/zkbd
+zsh -f ~/zsh-5.9/Functions/Misc/zkbd
@end example
@noindent
@@ -35749,7 +35750,7 @@ command and redirect the output into a file:
@noindent
@example
-. ~/zsh-5.8.1.3-test/Util/reporter > zsh.report
+. ~/zsh-5.9/Util/reporter > zsh.report
@end example
@noindent