diff options
| author | Oliver Kiddle <opk@zsh.org> | 2025-09-25 09:28:35 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-09-25 09:28:35 +0200 |
| commit | 59247a8a6f77d7a903add949635bae066f7395e7 (patch) | |
| tree | 3082fde9e1fc612639e2877b8b9ba159e70db2f5 /Completion/BSD/Command/_procstat | |
| parent | 53966: completion update based on nmcli 1.52.0 (diff) | |
| download | zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.gz zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.bz2 zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.lz zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.xz zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.zst zsh-59247a8a6f77d7a903add949635bae066f7395e7.zip | |
53967: update completions affected by FreeBSD 14.3
Diffstat (limited to 'Completion/BSD/Command/_procstat')
| -rw-r--r-- | Completion/BSD/Command/_procstat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_procstat b/Completion/BSD/Command/_procstat index 867ddc501..fafe3019f 100644 --- a/Completion/BSD/Command/_procstat +++ b/Completion/BSD/Command/_procstat @@ -22,6 +22,6 @@ _arguments -s -A "-*" -S \ '-C[print additional capability information for file descriptors]' \ '-H[statistics per-thread rather than per-process]' \ '-n[numeric form for signals]' \ - '1::command:(advlock argument auxv basic binary cpuset credential environment fd file kstack pargs ptlwpinfo pwdx rlimit rlimitusage rusage sigfastblock signal thread tsignal vm)' \ + '1::command:(advlock argument auxv basic binary cpuset credential environment fd file kqueue kstack pargs ptlwpinfo pwdx rlimit rlimitusage rusage sigfastblock signal thread tsignal vm)' \ '2::core file:_path_files -g "*core*(-.)"' \ '*:process id:_pids' |
