diff options
| author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-10-01 23:10:17 +0200 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-10-01 23:10:17 +0200 |
| commit | 7d2d242b30dad78cc9df81a275324e57c9fedd34 (patch) | |
| tree | 4a7109e672df04594c5cab70355c9cfb08b82627 /Completion/Unix/Command/_netstat | |
| parent | 44783, 44791: mark some repeatable options with * in the _arguments specs (diff) | |
| download | zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.gz zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.bz2 zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.lz zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.xz zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.zst zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.zip | |
44798: completion option update
Diffstat (limited to 'Completion/Unix/Command/_netstat')
| -rw-r--r-- | Completion/Unix/Command/_netstat | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_netstat b/Completion/Unix/Command/_netstat index 7342a8a22..94aa1688d 100644 --- a/Completion/Unix/Command/_netstat +++ b/Completion/Unix/Command/_netstat @@ -174,8 +174,15 @@ case $OSTYPE in ;| solaris2.<11->) + sets+=( dcache '-[^-]#d*' ) + sel_dcache=( '-d[display the destination cache entry table]' ) + dcache=( $families ) args=( '-T+[specify time format]:time format:((u\:seconds\ since\ epoch d\:standard\ date\ format))' ) - sockets=( '-u[list user, pid and program that created network endpoint]' ) + sockets+=( + '-u[list user, pid and program that created network endpoint]' + '-k[show only sockets with kernel data path bypass enabled]' + '-L[only show state of sockets using SO_REUSEPORT load balancing]' + ) ;& solaris*) args=( -A '-*' $args ) |
