HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/zsh/functions/Completion/Linux/_pmap
#compdef pmap
# based on procps-ng-3.3.15

_arguments -s \
  '(exit -A --range)'{-A+,--range}'[limit results to the specified address range]:low,high: ' \
  '(exit -q --quiet)'{-q,--quiet}'[do not display some header or footer lines]' \
  '(exit -p --show-path)'{-p,--show-path}'[show full path to files in the mapping column]' \
  '(exit)*: :_pids' \
  + '(format)' \
  '(exit)'{-d,--device}'[show the device format]' \
  '(exit)'{-x,--extended}'[show the extended format]' \
  '(exit)-X[show even more details than -x option]' \
  '(exit)-XX[show everything the kernel provides]' \
  '(exit)'{-c,--read-rc}'[read the default configuration]' \
  '(exit)'{-C+,--read-rc-from=}'[read the configuration from the specified file]: :_files' \
  + '(exit)' \
  '(- *)'{-n,--create-rc}'[create new default configuration and exit]' \
  '(- *)'{-N+,--create-rc-to=}'[create new configuration to the specified file and exit]: :_files' \
  '(- *)'{-h,--help}'[display help text and exit]' \
  '(- *)'{-V,--version}'[display version information and exit]'