diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2025-09-01 11:11:01 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2025-09-01 11:11:01 +0900 |
| commit | dff057259dea8e5c7c10986fec90905c93f2ac59 (patch) | |
| tree | 64315c94a23ef715e3a1dc17119e5d6a4f1c9eb8 /Completion/Linux | |
| parent | 53866: fix _man for NetBSD (diff) | |
| download | zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.gz zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.bz2 zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.lz zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.xz zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.zst zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.zip | |
53898: update _pmap, _date, _pgrep, _sysctl
_pmap is moved from Linux/Command/ to Unix/Command
Diffstat (limited to 'Completion/Linux')
| -rw-r--r-- | Completion/Linux/Command/_pmap | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Completion/Linux/Command/_pmap b/Completion/Linux/Command/_pmap deleted file mode 100644 index ba3321531..000000000 --- a/Completion/Linux/Command/_pmap +++ /dev/null @@ -1,20 +0,0 @@ -#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]' |
