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