diff options
| author | dana <dana@dana.is> | 2026-05-03 17:51:29 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-05-03 17:52:25 -0500 |
| commit | 147e04af0a5372282f6fc5669705b99ce5b12944 (patch) | |
| tree | 70646875e274cf42ea4050f90d485b93613f381c /Completion/Unix/Command | |
| parent | unposted: completion: add _echo (diff) | |
| download | zsh-147e04af0a5372282f6fc5669705b99ce5b12944.tar zsh-147e04af0a5372282f6fc5669705b99ce5b12944.tar.gz zsh-147e04af0a5372282f6fc5669705b99ce5b12944.tar.bz2 zsh-147e04af0a5372282f6fc5669705b99ce5b12944.tar.lz zsh-147e04af0a5372282f6fc5669705b99ce5b12944.tar.xz zsh-147e04af0a5372282f6fc5669705b99ce5b12944.tar.zst zsh-147e04af0a5372282f6fc5669705b99ce5b12944.zip | |
unposted: completion: add missing + to some short-option specs
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_man | 4 |
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]" |
