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 | |
| 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')
| -rw-r--r-- | Completion/BSD/Command/_jexec | 5 | ||||
| -rw-r--r-- | Completion/BSD/Command/_procstat | 2 | ||||
| -rw-r--r-- | Completion/BSD/Command/_sockstat | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/Completion/BSD/Command/_jexec b/Completion/BSD/Command/_jexec index cd99ebe91..510a35976 100644 --- a/Completion/BSD/Command/_jexec +++ b/Completion/BSD/Command/_jexec @@ -12,8 +12,9 @@ _jexec_normal() { _jexec() { _arguments -s -S -A "-*" : \ '-l[execute in a clean environment]' \ - '(-U)-u[host environment user whom command runs as]:host user:_users' \ - '(-u)-U[jail environment user whom command runs as]:jail user:_users' \ + '-d+[specify working directory inside the jail]: :_directories' \ + '(-U)-u+[host environment user whom command runs as]:host user:_users' \ + '(-u)-U+[jail environment user whom command runs as]:jail user:_users' \ '1:jail:_jails' \ '*:: : _jexec_normal' } 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' diff --git a/Completion/BSD/Command/_sockstat b/Completion/BSD/Command/_sockstat index b99d3681a..953072429 100644 --- a/Completion/BSD/Command/_sockstat +++ b/Completion/BSD/Command/_sockstat @@ -32,6 +32,7 @@ case $OSTYPE in freebsd<14->.*) args+=( '-I[show local address of socket to which the current socket is spliced]' + '-f[show the FIB number of each socket]' ) ;| freebsd*) |
