summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_ps
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2018-09-03 18:02:49 +0200
committerAxel Beckert <abe@deuxchevaux.org>2018-09-03 18:02:49 +0200
commit6e6500bfa9f31b6efce0c0801fcea558aa09b7ba (patch)
treeb2032b9c9a63d7e1db551f937cae04ae062b8fa5 /Completion/Unix/Command/_ps
parent4614aa489b18ba256fdc7b2c44aa5127c214e665 (diff)
parentb30b89418af2495c0d48a72573f908c4ecf05efd (diff)
downloadzsh-6e6500bfa9f31b6efce0c0801fcea558aa09b7ba.tar.gz
zsh-6e6500bfa9f31b6efce0c0801fcea558aa09b7ba.zip
Merge tag 'zsh-5.6' into debian
Release 5.6.
Diffstat (limited to 'Completion/Unix/Command/_ps')
-rw-r--r--Completion/Unix/Command/_ps9
1 files changed, 7 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_ps b/Completion/Unix/Command/_ps
index 72e711227..98dcd1cd0 100644
--- a/Completion/Unix/Command/_ps
+++ b/Completion/Unix/Command/_ps
@@ -110,10 +110,16 @@ case $OSTYPE in
bsdarg+=( '*G[select processes by real group]' )
;|
freebsd*|dragonfly*)
- bsd+=( 'f[show command and environment for swapped out processes]' ) ;|
+ bsd+=( 'f[show command and environment for swapped out processes]' )
+ ;|
netbsd*|openbsd*)
bsdarg+=( 'W[extract swap information from specified file]' )
;|
+ freebsd*|netbsd*)
+ bsd+=(
+ 'd[show process hierarchy]'
+ )
+ ;|
darwin*)
bsd+=(
'd[select all processes except session leaders]'
@@ -140,7 +146,6 @@ case $OSTYPE in
;;
freebsd*)
bsd+=(
- 'd[show process hierarchy]'
'*J[select processes by jail ID]'
'Z[show mac label]'
)