1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

users/18860: man -M overrides manpath

This commit is contained in:
Peter Stephenson 2014-05-29 21:39:02 +01:00
parent 1cc3424cbe
commit 5554cf8244
2 changed files with 4 additions and 1 deletions

View file

@ -29,7 +29,7 @@ _man() {
if (( index )); then
local opt
opt=$words[index+1]
_manpath=($_manpath $opt)
_manpath=($opt)
fi
# `sman' is the SGML manual directory for Solaris 7.