diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_man | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/User/_man b/Completion/User/_man index 1061d309e..ffdac91cd 100644 --- a/Completion/User/_man +++ b/Completion/User/_man @@ -16,6 +16,9 @@ fi # `sman' is the SGML manual directory for Solaris 7. +[ "$manpath" ] || manpath=$(manpath 2>/dev/null) || \ + manpath=( /usr/man(-/N) /(opt|usr)/(dt|share|X11R6|local)/(cat|)man(-/N) ) + if [[ $words[2] = (<->*|ln) ]]; then rep=( $manpath/(sman|man|cat)${words[2]}/${~approx}$PREFIX${~star}$SUFFIX.<->*(N:t) ) |