diff options
Diffstat (limited to 'Functions/Misc/run-help')
-rw-r--r-- | Functions/Misc/run-help | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help index f5464065d..837ce1ff0 100644 --- a/Functions/Misc/run-help +++ b/Functions/Misc/run-help @@ -8,8 +8,7 @@ # autoload run-help # -emulate -R zsh -setopt localoptions +emulate -RL zsh local HELPDIR="${HELPDIR:-/usr/share/zsh/$ZSH_VERSION/help}" @@ -103,7 +102,7 @@ do done eval "run-help-$1:t ${(q@)cmd_args[2,-1]}" else - man $@:t + POSIXLY_CORRECT=1 man $@:t fi fi ;; |