From ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 16 Nov 2020 18:05:02 +0000 Subject: unposted: Fix typos --- Doc/Zsh/contrib.yo | 2 +- Doc/Zsh/mod_curses.yo | 2 +- Doc/Zsh/mod_zselect.yo | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 94059eff6..cbd850231 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1941,7 +1941,7 @@ subsect(Installation) You should make sure all the functions from the tt(Functions/Prompts) directory of the source distribution are available; they all begin with -the string `tt(prompt_)' except for the special function`tt(promptinit)'. +the string `tt(prompt_)' except for the special function `tt(promptinit)'. You also need the `tt(colors)' and `tt(add-zsh-hook)' functions from tt(Functions/Misc). All these functions may already be installed on your system; if not, diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo index 6e4831abe..e2d5690e2 100644 --- a/Doc/Zsh/mod_curses.yo +++ b/Doc/Zsh/mod_curses.yo @@ -157,7 +157,7 @@ input. This is only available with the ncurses library; mouse handling can be detected by checking for the exit status of `tt(zcurses mouse)' with no arguments. If a mouse button is clicked (or double- or triple-clicked, or pressed or released with -a configurable delay from being clicked) then tt(kparam) is set to the string +a configurable delay from being clicked) then var(kparam) is set to the string tt(MOUSE), and var(mparam) is set to an array consisting of the following elements: startitem() diff --git a/Doc/Zsh/mod_zselect.yo b/Doc/Zsh/mod_zselect.yo index e0651571e..faf59c165 100644 --- a/Doc/Zsh/mod_zselect.yo +++ b/Doc/Zsh/mod_zselect.yo @@ -12,7 +12,7 @@ The tt(zselect) builtin is a front-end to the `select' system call, which blocks until a file descriptor is ready for reading or writing, or has an error condition, with an optional timeout. If this is not available on your system, the command prints an error message and returns status 2 -(normal errors return status 1). For more information, see your systems +(normal errors return status 1). For more information, see your system's documentation for manref(select)(3). Note there is no connection with the shell builtin of the same name. -- cgit 1.4.1