summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2022-02-12 20:55:56 +0100
committerAxel Beckert <abe@deuxchevaux.org>2022-02-12 20:55:56 +0100
commita13f7a2b3efc45af0879bebe63bed7641af4b39f (patch)
tree4656cbf81a49b84bdbf10b83fe81bd33cf8a65cc /Doc
parent60187dd3dae5f3e0cb3bd8f9717d3eda47e6f860 (diff)
parent12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (diff)
downloadzsh-a13f7a2b3efc45af0879bebe63bed7641af4b39f.tar.gz
zsh-a13f7a2b3efc45af0879bebe63bed7641af4b39f.zip
Update upstream source from tag 'upstream/5.8.1'
Update to upstream version '5.8.1' with Debian dir a5d2bf34c355a0e96e2d6d9fba85468f75c5364f
Diffstat (limited to 'Doc')
-rw-r--r--Doc/version.yo4
-rw-r--r--Doc/zsh.12
-rw-r--r--Doc/zsh.texi12
-rw-r--r--Doc/zshall.14
-rw-r--r--Doc/zshbuiltins.12
-rw-r--r--Doc/zshcalsys.12
-rw-r--r--Doc/zshcompctl.12
-rw-r--r--Doc/zshcompsys.12
-rw-r--r--Doc/zshcompwid.12
-rw-r--r--Doc/zshcontrib.18
-rw-r--r--Doc/zshexpn.12
-rw-r--r--Doc/zshmisc.12
-rw-r--r--Doc/zshmodules.12
-rw-r--r--Doc/zshoptions.12
-rw-r--r--Doc/zshparam.12
-rw-r--r--Doc/zshroadmap.12
-rw-r--r--Doc/zshtcpsys.12
-rw-r--r--Doc/zshzftpsys.12
-rw-r--r--Doc/zshzle.12
19 files changed, 29 insertions, 29 deletions
diff --git a/Doc/version.yo b/Doc/version.yo
index 39a7f0938..970c93892 100644
--- a/Doc/version.yo
+++ b/Doc/version.yo
@@ -1,6 +1,6 @@
IFDEF(INCWSLEVEL)(INCWSLEVEL())(STARTDEF())
-def(version)(0)(5.8)
-def(date)(0)(February 14, 2020)
+def(version)(0)(5.8.1)
+def(date)(0)(February 12, 2022)
def(zshenv)(0)(/etc/zshenv)
def(zprofile)(0)(/etc/zprofile)
def(zshrc)(0)(/etc/zshrc)
diff --git a/Doc/zsh.1 b/Doc/zsh.1
index 4e4ad522e..f133c3e90 100644
--- a/Doc/zsh.1
+++ b/Doc/zsh.1
@@ -1,4 +1,4 @@
-.TH "ZSH" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSH" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zsh \- the Z shell
.\" Yodl file: Zsh/intro.yo
diff --git a/Doc/zsh.texi b/Doc/zsh.texi
index 2a57fdf35..5d96e06cb 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
-@subtitle Updated February 14, 2020
+@subtitle Version 5.8.1
+@subtitle Updated February 12, 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, last updated February 14, 2020.
+Version 5.8.1, last updated February 12, 2022.
@end ifinfo
@menu
@@ -34876,7 +34876,7 @@ distribution in your home directory, you would use the commands:
@noindent
@example
mkdir ~/zsh_help
-perl ~/zsh-5.8/Util/helpfiles ~/zsh_help
+perl ~/zsh-5.8.1/Util/helpfiles ~/zsh_help
@end example
@noindent
@@ -35037,7 +35037,7 @@ Run @t{zkbd} either as an autoloaded function, or as a shell script:
@noindent
@example
-zsh -f ~/zsh-5.8/Functions/Misc/zkbd
+zsh -f ~/zsh-5.8.1/Functions/Misc/zkbd
@end example
@noindent
@@ -35102,7 +35102,7 @@ command and redirect the output into a file:
@noindent
@example
-. ~/zsh-5.8/Util/reporter > zsh.report
+. ~/zsh-5.8.1/Util/reporter > zsh.report
@end example
@noindent
diff --git a/Doc/zshall.1 b/Doc/zshall.1
index e46e9394a..4891d1abf 100644
--- a/Doc/zshall.1
+++ b/Doc/zshall.1
@@ -1,4 +1,4 @@
-.TH "ZSHALL" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHALL" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshall \- the Z shell meta\-man page
.\" Yodl file: Zsh/intro.yo
@@ -476,7 +476,7 @@ file will be used instead\&.
.so man1/zshtcpsys.1
.so man1/zshzftpsys.1
.so man1/zshcontrib.1
-.TH "ZSHALL" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHALL" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.\" Yodl file: Zsh/filelist.yo
.SH "FILES"
.PD 0
diff --git a/Doc/zshbuiltins.1 b/Doc/zshbuiltins.1
index 4ec477bd0..82b9225f2 100644
--- a/Doc/zshbuiltins.1
+++ b/Doc/zshbuiltins.1
@@ -1,4 +1,4 @@
-.TH "ZSHBUILTINS" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHBUILTINS" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshbuiltins \- zsh built\-in commands
.\" Yodl file: Zsh/builtins.yo
diff --git a/Doc/zshcalsys.1 b/Doc/zshcalsys.1
index 3766a52c1..e49e2b05c 100644
--- a/Doc/zshcalsys.1
+++ b/Doc/zshcalsys.1
@@ -1,4 +1,4 @@
-.TH "ZSHCALSYS" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHCALSYS" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshcalsys \- zsh calendar system
.\" Yodl file: Zsh/calsys.yo
diff --git a/Doc/zshcompctl.1 b/Doc/zshcompctl.1
index 8961995c4..deb884a07 100644
--- a/Doc/zshcompctl.1
+++ b/Doc/zshcompctl.1
@@ -1,4 +1,4 @@
-.TH "ZSHCOMPCTL" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHCOMPCTL" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshcompctl \- zsh programmable completion
.\" Yodl file: Zsh/compctl.yo
diff --git a/Doc/zshcompsys.1 b/Doc/zshcompsys.1
index 9532b8624..09cf8c120 100644
--- a/Doc/zshcompsys.1
+++ b/Doc/zshcompsys.1
@@ -1,4 +1,4 @@
-.TH "ZSHCOMPSYS" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHCOMPSYS" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshcompsys \- zsh completion system
.\" Yodl file: Zsh/compsys.yo
diff --git a/Doc/zshcompwid.1 b/Doc/zshcompwid.1
index 5caadc23d..2e44b5272 100644
--- a/Doc/zshcompwid.1
+++ b/Doc/zshcompwid.1
@@ -1,4 +1,4 @@
-.TH "ZSHCOMPWID" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHCOMPWID" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshcompwid \- zsh completion widgets
.\" Yodl file: Zsh/compwid.yo
diff --git a/Doc/zshcontrib.1 b/Doc/zshcontrib.1
index 857b292a3..849d0865f 100644
--- a/Doc/zshcontrib.1
+++ b/Doc/zshcontrib.1
@@ -1,4 +1,4 @@
-.TH "ZSHCONTRIB" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHCONTRIB" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshcontrib \- user contributions to zsh
.\" Yodl file: Zsh/contrib.yo
@@ -41,7 +41,7 @@ distribution in your home directory, you would use the commands:
.RS
.nf
\fBmkdir ~/zsh_help
-perl ~/zsh\-5\&.8/Util/helpfiles ~/zsh_help\fP
+perl ~/zsh\-5\&.8\&.1/Util/helpfiles ~/zsh_help\fP
.fi
.RE
.PP
@@ -181,7 +181,7 @@ Run \fBzkbd\fP either as an autoloaded function, or as a shell script:
.PP
.RS
.nf
-\fBzsh \-f ~/zsh\-5\&.8/Functions/Misc/zkbd\fP
+\fBzsh \-f ~/zsh\-5\&.8\&.1/Functions/Misc/zkbd\fP
.fi
.RE
.PP
@@ -237,7 +237,7 @@ command and redirect the output into a file:
.PP
.RS
.nf
-\fB\&. ~/zsh\-5\&.8/Util/reporter > zsh\&.report\fP
+\fB\&. ~/zsh\-5\&.8\&.1/Util/reporter > zsh\&.report\fP
.fi
.RE
.PP
diff --git a/Doc/zshexpn.1 b/Doc/zshexpn.1
index d16758b4d..9987820e8 100644
--- a/Doc/zshexpn.1
+++ b/Doc/zshexpn.1
@@ -1,4 +1,4 @@
-.TH "ZSHEXPN" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHEXPN" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshexpn \- zsh expansion and substitution
.\" Yodl file: Zsh/expn.yo
diff --git a/Doc/zshmisc.1 b/Doc/zshmisc.1
index 0f9464180..d0d1a21d9 100644
--- a/Doc/zshmisc.1
+++ b/Doc/zshmisc.1
@@ -1,4 +1,4 @@
-.TH "ZSHMISC" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHMISC" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshmisc \- everything and then some
.\" Yodl file: Zsh/grammar.yo
diff --git a/Doc/zshmodules.1 b/Doc/zshmodules.1
index a4c8e71bd..e6d696fb7 100644
--- a/Doc/zshmodules.1
+++ b/Doc/zshmodules.1
@@ -1,4 +1,4 @@
-.TH "ZSHMODULES" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHMODULES" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshmodules \- zsh loadable modules
.\" Yodl file: Zsh/modules.yo
diff --git a/Doc/zshoptions.1 b/Doc/zshoptions.1
index 9b748b5ef..fd10e8d29 100644
--- a/Doc/zshoptions.1
+++ b/Doc/zshoptions.1
@@ -1,4 +1,4 @@
-.TH "ZSHOPTIONS" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHOPTIONS" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshoptions \- zsh options
.\" Yodl file: Zsh/options.yo
diff --git a/Doc/zshparam.1 b/Doc/zshparam.1
index d797ea96e..3ace5d3ab 100644
--- a/Doc/zshparam.1
+++ b/Doc/zshparam.1
@@ -1,4 +1,4 @@
-.TH "ZSHPARAM" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHPARAM" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshparam \- zsh parameters
.\" Yodl file: Zsh/params.yo
diff --git a/Doc/zshroadmap.1 b/Doc/zshroadmap.1
index 35a993192..b7b220d06 100644
--- a/Doc/zshroadmap.1
+++ b/Doc/zshroadmap.1
@@ -1,4 +1,4 @@
-.TH "ZSHROADMAP" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHROADMAP" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshroadmap \- informal introduction to the zsh manual
.\" Yodl file: Zsh/roadmap.yo
diff --git a/Doc/zshtcpsys.1 b/Doc/zshtcpsys.1
index 5d04626f1..62884fad0 100644
--- a/Doc/zshtcpsys.1
+++ b/Doc/zshtcpsys.1
@@ -1,4 +1,4 @@
-.TH "ZSHTCPSYS" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHTCPSYS" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshtcpsys \- zsh tcp system
.\" Yodl file: Zsh/tcpsys.yo
diff --git a/Doc/zshzftpsys.1 b/Doc/zshzftpsys.1
index e66b4eef7..7cb73b798 100644
--- a/Doc/zshzftpsys.1
+++ b/Doc/zshzftpsys.1
@@ -1,4 +1,4 @@
-.TH "ZSHZFTPSYS" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHZFTPSYS" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshzftpsys \- zftp function front\-end
.\" Yodl file: Zsh/zftpsys.yo
diff --git a/Doc/zshzle.1 b/Doc/zshzle.1
index 23708d55d..bc685e553 100644
--- a/Doc/zshzle.1
+++ b/Doc/zshzle.1
@@ -1,4 +1,4 @@
-.TH "ZSHZLE" "1" "February 14, 2020" "zsh 5\&.8"
+.TH "ZSHZLE" "1" "February 12, 2022" "zsh 5\&.8\&.1"
.SH "NAME"
zshzle \- zsh command line editor
.\" Yodl file: Zsh/zle.yo