diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2018-10-03 13:53:12 +0100 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-10-03 13:53:12 +0100 |
commit | 0290757ed4ed7d99b5bab5d92933dd6026af9fff (patch) | |
tree | b2aceded496155a75f686ac216866971f2c89ad3 /Etc | |
parent | 623294a3edf2a9f3b690c0ef74b8812662f2c162 (diff) | |
download | zsh-0290757ed4ed7d99b5bab5d92933dd6026af9fff.tar.gz zsh-0290757ed4ed7d99b5bab5d92933dd6026af9fff.tar.xz zsh-0290757ed4ed7d99b5bab5d92933dd6026af9fff.zip |
unposted: minor FAQ typos
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/FAQ.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index da7cbe758..6986a6ba4 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -1983,8 +1983,8 @@ sect(Why does `which' output for missing commands go to stdout?) found in certain distributions. Other shells had equivalent commands, `tt(whence)' and `tt(type), that zsh has also adopted. So in fact this has always been a feature of `tt(which)'. (It would be possible - to change this in emulation modes; however. So far this possibility - has been seen has more of an additional confusion than a help.) + to change this in emulation modes; however, so far this possibility + has been seen as more of an additional confusion than a help.) If you want some further rationalisation, you might note that `tt(which)' is designed as a way of outputting information about a |