diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2005-05-11 09:27:05 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2005-05-11 09:27:05 +0000 |
| commit | af31bd1741effb8aa8a6fb1070c61e958c47b31f (patch) | |
| tree | 3b50650cb6031ee1738dcbdd5f6103c194d130c6 /Completion/Unix/Command/_apm | |
| parent | 21248: avoid use of subsection within list because it causes makeinfo (diff) | |
| download | zsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.tar zsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.tar.gz zsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.tar.bz2 zsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.tar.lz zsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.tar.xz zsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.tar.zst zsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.zip | |
Joerg Sonnenberger: 21252: Dragonfly BSD support
Diffstat (limited to 'Completion/Unix/Command/_apm')
| -rw-r--r-- | Completion/Unix/Command/_apm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_apm b/Completion/Unix/Command/_apm index efe50d713..e6179d676 100644 --- a/Completion/Unix/Command/_apm +++ b/Completion/Unix/Command/_apm @@ -11,7 +11,7 @@ if [[ $OSTYPE == linux* ]]; then '(-n --noignore)'{-n,--noignore}'[tell the system not to ignore system-generated APM message]' \ '(-i --ignore)'{-i,--ignore}'[tell the system to ignore system-generated APM message]' && return -elif [[ $OSTYPE == freebsd* ]]; then +elif [[ $OSTYPE == (freebsd|dragonfly)* ]]; then _arguments \ '-a[display AC line status]' \ |
