diff options
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_man b/Completion/User/_man index 0ba1798d1..68ec12679 100644 --- a/Completion/User/_man +++ b/Completion/User/_man @@ -27,7 +27,7 @@ fi # `sman' is the SGML manual directory for Solaris 7. # 1M is system administrator commands on SVR4 -mrd=(${^manpath/\\%L/${LANG:-En_US.ASCII}}/mandb(N)) +mrd=(${^manpath/\%L/${LANG:-En_US.ASCII}}/mandb(N)) if [[ $words[2] = (<->*|1M|l|n) ]]; then rep=( $manpath/(sman|man|cat)${words[2]}/${~approx}$PREFIX${~star}$SUFFIX.<->*(N:t) ) |