Add completions for ipcmk (util-linux)

This commit is contained in:
Aditi76117 2025-08-04 01:12:02 +05:30
parent 3e05c06501
commit 8a7515adc8
1 changed files with 6 additions and 4 deletions

View File

@ -35,11 +35,13 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
_arguments -s \ _arguments -s \
'--shmem[Create a shared memory segment]' \
'--queue[Create a message queue]' \
'--semaphore[Create a semaphore array]' \
'--size[Size of shared memory segment (in bytes)]:size (bytes): ' \
'--mode[Permissions for the resource (octal)]:permissions (e.g. 0600): ' \
'--help[Display help message and exit]' \ '--help[Display help message and exit]' \
'--version[Display version information and exit]' \ '--version[Display version information and exit]'
'-M+[Create a shared memory segment of given size in bytes]:size (bytes)' \
'-Q[Create a message queue]' \
'-S+[Create a semaphore array with given number of elements]:number of elements'
# Local Variables: # Local Variables:
# mode: Shell-Script # mode: Shell-Script