mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
22237: location of man pages on NetBSD
This commit is contained in:
parent
492943ac71
commit
bb729797d3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-02-12 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* 22237: Vincent Steman: Completion/Unix/Command/_man: location of
|
||||||
|
packaged manual pages on NetBSD.
|
||||||
|
|
||||||
2006-02-11 Clint Adams <clint@zsh.org>
|
2006-02-11 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
* 22234: Completion/Unix/Command/_quilt: Adeodato Simó's
|
* 22234: Completion/Unix/Command/_quilt: Adeodato Simó's
|
||||||
|
|
|
@ -19,7 +19,7 @@ _man() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(( $#_manpath )) ||
|
(( $#_manpath )) ||
|
||||||
_manpath=( /usr/man(-/) /(opt|usr)/(dt|share|X11R6|local)/(cat|)man(-/) )
|
_manpath=( /usr/man(-/) /(opt|usr)/(pkg|dt|share|X11R6|local)/(cat|)man(-/) )
|
||||||
|
|
||||||
# `sman' is the SGML manual directory for Solaris 7.
|
# `sman' is the SGML manual directory for Solaris 7.
|
||||||
# 1M is system administrator commands on SVR4
|
# 1M is system administrator commands on SVR4
|
||||||
|
|
Loading…
Reference in a new issue