diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:56 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:56 +0100 |
commit | a13f7a2b3efc45af0879bebe63bed7641af4b39f (patch) | |
tree | 4656cbf81a49b84bdbf10b83fe81bd33cf8a65cc /Doc/zshcontrib.1 | |
parent | 60187dd3dae5f3e0cb3bd8f9717d3eda47e6f860 (diff) | |
parent | 12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (diff) | |
download | zsh-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/zshcontrib.1')
-rw-r--r-- | Doc/zshcontrib.1 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |