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:
parent
1cc3424cbe
commit
5554cf8244
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue