aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-08-05 11:30:57 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-08-05 11:30:57 +0900
commit420a3d78c97e36576f7c04645d2adce457095935 (patch)
tree9bdeab6ec2e8d0689fa182e2b6c3cca3c51c5315
parentUpdate ldattach (diff)
downloadzsh-completions-420a3d78c97e36576f7c04645d2adce457095935.tar
zsh-completions-420a3d78c97e36576f7c04645d2adce457095935.tar.gz
zsh-completions-420a3d78c97e36576f7c04645d2adce457095935.tar.bz2
zsh-completions-420a3d78c97e36576f7c04645d2adce457095935.tar.lz
zsh-completions-420a3d78c97e36576f7c04645d2adce457095935.tar.xz
zsh-completions-420a3d78c97e36576f7c04645d2adce457095935.tar.zst
zsh-completions-420a3d78c97e36576f7c04645d2adce457095935.zip
Update ipcs
-rw-r--r--src/_ipcs29
-rw-r--r--src/_ldattach2
-rw-r--r--src/_mcookie2
3 files changed, 18 insertions, 15 deletions
diff --git a/src/_ipcs b/src/_ipcs
index 8330e83..aa30de1 100644
--- a/src/_ipcs
+++ b/src/_ipcs
@@ -28,25 +28,28 @@
# Description
# -----------
#
-# Completion script for ipcs - show information on IPC facilities
+# Completion script for ipcs, util-linux 2.40.2 (https://github.com/util-linux/util-linux/)
+# - show information on IPC facilities
#
# Author:
# * Aditi Sharma (https://github.com/Aditi76117)
# ------------------------------------------------------------------------------
_arguments -s \
- '-m[List shared memory segments]' \
- '-q[List message queues]' \
- '-s[List semaphore arrays]' \
- '-a[List all facilities]' \
- '-c[Show creator and owner]' \
- '-l[Show limits]' \
- '-p[Show PIDs]' \
- '-t[Show times]' \
- '-u[Show summary]' \
- '--human[Print sizes in human-readable format]' \
- '--help[Display help message and exit]' \
- '--version[Display version information and exit]'
+ '(-i --id)'{-i,--id}'[Show full details on just one resource element identified by id]:id' \
+ '(- *)'{-h,--help}'[Display help text and exit]' \
+ '(- *)'{-V,--version}'[Print version and exit]' \
+ '(-m --shmems)'{-m,--shmems}'[Write information about active shared memory segments]' \
+ '(-q --queues)'{-q,--queues}'[Write information about active message queues]' \
+ '(-s --semaphores)'{-s,--semaphores}'[Write information about active semaphore sets]' \
+ '(-a --all -s --semaphores -q --queues -m --shmems)'{-a,--all}'[Write information about all three resources]' \
+ '(-c --creator)'{-c,--creator}'[Show creator and owner]' \
+ '(-l --limits)'{-l,--limits}'[Show resource limits]' \
+ '(-p --pid)'{-p,--pid}'[Show PIDs of creator and last operator]' \
+ '(-t --time)'{-t,--time}'[Write time information]' \
+ '(-u --summary)'{-u,--summary}'[Show status summary]' \
+ '(--human -b --bytes)'{-b,--bytes}'[Print the sizes in bytes rather than in a human-readable format]' \
+ '(--human -b --bytes)--human[Print sizes in human-readable format]'
# Local Variables:
# mode: Shell-Script
diff --git a/src/_ldattach b/src/_ldattach
index a88eb31..5cbead2 100644
--- a/src/_ldattach
+++ b/src/_ldattach
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for ldattach 2.40.2(https://github.com/util-linux/util-linux/)
+# Completion script for ldattach, util-linux 2.40.2 (https://github.com/util-linux/util-linux/)
# - attach a line discipline to a serial line
#
# Author:
diff --git a/src/_mcookie b/src/_mcookie
index e29c05d..04b21be 100644
--- a/src/_mcookie
+++ b/src/_mcookie
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for mcookie 2.40.2 (https://github.com/util-linux/util-linux)
+# Completion script for mcookie, util-linux 2.40.2 (https://github.com/util-linux/util-linux/)
# - generate random 128-bit hexadecimal numbers
#
# Author: