summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_man
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_man')
-rw-r--r--Completion/Unix/Command/_man4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_man b/Completion/Unix/Command/_man
index 28bc12fe7..888d73895 100644
--- a/Completion/Unix/Command/_man
+++ b/Completion/Unix/Command/_man
@@ -76,7 +76,7 @@ _man() {
[[ $variant == (freebsd)* ]] && args+=(
'(: -)-h[display help information]'
# @todo Could enumerate these
- '-m[search manual of specified architecture]:architecture'
+ '-m+[search manual of specified architecture]:architecture'
'-o[use non-localized man pages]'
'(-a)-S+[specify manual sections to search]: :->sects'
)
@@ -135,7 +135,7 @@ _man() {
[[ $variant == openbsd* ]] && args+=(
"(${(j< >)modes})-l+[format and display specified file]:*:::manual file:_files"
# @todo Could enumerate these
- '-S[search manual of specified architecture]:architecture'
+ '-S+[search manual of specified architecture]:architecture'
)
[[ $variant == solaris* ]] && args+=(
"(${(j< >)modes})-l[display file locations]"