diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-04-11 00:17:48 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-04-11 00:17:48 +0200 |
commit | b09f4483416c54c1782824633dfabaf2ec0265b6 (patch) | |
tree | 304bc82642862525ae680c7fbaa249663b10ad57 /Doc/zshroadmap.1 | |
parent | 12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (diff) | |
parent | 6e55c920503071e917619b8cb1a188cd35d772db (diff) | |
download | zsh-b09f4483416c54c1782824633dfabaf2ec0265b6.tar.gz zsh-b09f4483416c54c1782824633dfabaf2ec0265b6.zip |
New upstream version 5.8.1.2-test
Diffstat (limited to 'Doc/zshroadmap.1')
-rw-r--r-- | Doc/zshroadmap.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/zshroadmap.1 b/Doc/zshroadmap.1 index b7b220d06..254c03bdd 100644 --- a/Doc/zshroadmap.1 +++ b/Doc/zshroadmap.1 @@ -1,4 +1,4 @@ -.TH "ZSHROADMAP" "1" "February 12, 2022" "zsh 5\&.8\&.1" +.TH "ZSHROADMAP" "1" "April 9, 2022" "zsh 5\&.8\&.1\&.2-test" .SH "NAME" zshroadmap \- informal introduction to the zsh manual .\" Yodl file: Zsh/roadmap.yo @@ -19,7 +19,7 @@ appear if your administrator has disabled the \fBzsh/newuser\fP module\&. The function is designed to be self\-explanatory\&. You can run it by hand with `\fBautoload \-Uz zsh\-newuser\-install; zsh\-newuser\-install \-f\fP\&'\&. See also -the section User Configuration Functions in \fIzshcontrib\fP(1)\&. +the section `User Configuration Functions\&' in \fIzshcontrib\fP(1)\&. .PP .SH "INTERACTIVE USE" .PP @@ -45,7 +45,7 @@ The shell now supports the UTF\-8 character set (and also others if supported by the operating system)\&. This is (mostly) handled transparently by the shell, but the degree of support in terminal emulators is variable\&. There is some discussion of this in the shell FAQ, -\fBhttp://www\&.zsh\&.org/FAQ/\fP\&. Note in particular that for combining +\fBhttps://www\&.zsh\&.org/FAQ/\fP\&. Note in particular that for combining characters to be handled the option \fBCOMBINING_CHARS\fP needs to be set\&. Because the shell is now more sensitive to the definition of the character set, note that if you are upgrading from an older version of |