diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2020-02-14 01:58:20 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2020-02-14 01:58:20 +0100 |
commit | bfc5d42735c1660263904ec5254cccf539a0a458 (patch) | |
tree | 9bbb81b4a53941427e6f9e65ae55027d9108df8c /Doc/intro.ms | |
parent | 74561cc51b8867e43cb2937ab2edfb36e2a829bf (diff) | |
parent | 643de931640e01aa246723d2038328ef33737965 (diff) | |
download | zsh-bfc5d42735c1660263904ec5254cccf539a0a458.tar.gz zsh-bfc5d42735c1660263904ec5254cccf539a0a458.zip |
Merge tag 'zsh-5.7.1-test-3' into debian
Test release: 5.7.1-test-3
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 |