我在非标准位置有一组手册页;但是,该位置位于我的 MANPATH 上(我使用 验证了这一点man --path
)。当我做
man fst-infl
(其中 fst-infl 在这个非标准位置有一个手册页),它可以工作:它会显示 fst-infl 的手册页。
但当我这样做时
man -k fst-infl
我明白了
fst-infl: nothing appropriate
man -f
与或相同/usr/bin/apropos
。所有这些对于默认 MANPATH 上的程序(例如man -k fstab-decode
.
为什么man -k
看起来不像 plain 那样man
?更具体地说,为什么它不使用 MANPATH?