diff options
author | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
commit | 985952e2f616c816e24c4cf5aee70416e4f23e07 (patch) | |
tree | e37424c3fec594ba2e03217ee4915f7b1276035c /Completion/Unix/Command/_netstat | |
parent | 4878c2b1307d54cbdc218ee674403c03bc1e02c1 (diff) | |
download | zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.gz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.zip |
52217: update completions for FreeBSD 14
Diffstat (limited to 'Completion/Unix/Command/_netstat')
-rw-r--r-- | Completion/Unix/Command/_netstat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_netstat b/Completion/Unix/Command/_netstat index 8016b2475..35d639f99 100644 --- a/Completion/Unix/Command/_netstat +++ b/Completion/Unix/Command/_netstat @@ -302,6 +302,9 @@ case $OSTYPE in memory+=( $Xopt) statistics+=( $Xopt ) pcb+=( $Mopts $popt ) ;; + freebsd<14->.*) + args+=( '-j+[run inside a jail]:jail:_jails' ) + ;& freebsd<13->.*) sockets+=( '-c[show TCP stack used for each session]' |