about summary refs log tree commit diff
path: root/Doc/Zsh/mod_zselect.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-11-16 18:05:02 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-09-26 09:00:32 +0000
commitca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f (patch)
treec351375660523209041536e010fc822f05914b13 /Doc/Zsh/mod_zselect.yo
parentdd51ffa5b4b9759af2667df8e4505f117b8e2b23 (diff)
downloadzsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.gz
zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.xz
zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.zip
unposted: Fix typos
Diffstat (limited to 'Doc/Zsh/mod_zselect.yo')
-rw-r--r--Doc/Zsh/mod_zselect.yo2
1 files changed, 1 insertions, 1 deletions
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.