From 51cb3f0a27ea185be2d703be822b2b4b23eba0b7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 3 Nov 1999 09:06:17 +0000 Subject: zsh-3.1.6-bart-8 --- Completion/User/_man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_man') diff --git a/Completion/User/_man b/Completion/User/_man index 50445edf6..60bd23dd7 100644 --- a/Completion/User/_man +++ b/Completion/User/_man @@ -21,7 +21,7 @@ if (( ! $#manpath )); then manpath=( $mp ) fi -(( $#manpath )) || +(( $#manpath )) || manpath=( ${(s.:.)$(manpath 2>/dev/null)} ) || manpath=( /usr/man(-/N) /(opt|usr)/(dt|share|X11R6|local)/(cat|)man(-/N) ) # `sman' is the SGML manual directory for Solaris 7. -- cgit 1.4.1