diff options
author | Martijn Dekker <martijn@inlv.org> | 2019-12-04 21:31:12 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2019-12-04 21:31:17 +0000 |
commit | bcde790c88e3ba03a0b60dc1e30a620a843d0f73 (patch) | |
tree | e029610a42829091d0146ced1b54f4615009bbf1 /Doc/intro.ms | |
parent | 06dddd0b98da9fa285573b1a6e1a0ecc2d6c6bd4 (diff) | |
download | zsh-bcde790c88e3ba03a0b60dc1e30a620a843d0f73.tar.gz zsh-bcde790c88e3ba03a0b60dc1e30a620a843d0f73.tar.xz zsh-bcde790c88e3ba03a0b60dc1e30a620a843d0f73.zip |
44981: Fix some typos in the documentation.
Diffstat (limited to 'Doc/intro.ms')
-rw-r--r-- | Doc/intro.ms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/intro.ms b/Doc/intro.ms index fcca33dd8..4dd08f601 100644 --- a/Doc/intro.ms +++ b/Doc/intro.ms @@ -2146,7 +2146,7 @@ Of course, a hackish workaround is available in sh (and \fBzsh\fP): %\0ll\0'fuu\0bar' fuu\0bar\0not\0found .De -If you like the sh behaviour, \fBzsh\fP can accomodate you: +If you like the sh behaviour, \fBzsh\fP can accommodate you: .Ds %\0ls\0${=srcs} exec.c\0\0glob.c\0\0init.c @@ -2441,7 +2441,7 @@ and command line while leaving command output unhighlighted, try this: %\0POSTEDIT=`echotc\0se` %\0PROMPT='%S%%\0' .De -This trick is mostly superceded by the zle_highlight array parameter. +This trick is mostly superseded by the zle_highlight array parameter. .Sh "Login/logout watching" .PP You can specify login or logout events to monitor |