diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-01-19 12:42:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-01-19 12:42:53 +0000 |
commit | 94225e07fcc27f01edd4faee2391000f54a9aceb (patch) | |
tree | d3d5386215fd2a19fb9ca3a06cf2b7fa52b3b01b /Doc/Zsh/mod_parameter.yo | |
parent | aa58d139ff3ffa7258a6273bf279d70f9ee31916 (diff) | |
download | zsh-94225e07fcc27f01edd4faee2391000f54a9aceb.tar.gz zsh-94225e07fcc27f01edd4faee2391000f54a9aceb.tar.xz zsh-94225e07fcc27f01edd4faee2391000f54a9aceb.zip |
28638: add $usergroups parameter
Diffstat (limited to 'Doc/Zsh/mod_parameter.yo')
-rw-r--r-- | Doc/Zsh/mod_parameter.yo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_parameter.yo b/Doc/Zsh/mod_parameter.yo index d553070a8..5948d74f2 100644 --- a/Doc/Zsh/mod_parameter.yo +++ b/Doc/Zsh/mod_parameter.yo @@ -164,6 +164,12 @@ item(tt(userdirs))( This associative array maps user names to the pathnames of their home directories. ) +vindex(usergroups) +item(tt(usergroups))( +This associative array maps names of system groups of which the current +user is a member to the corresponding group identifiers. The contents +are the same as the groups output by the tt(id) command. +) vindex(funcfiletrace) item(tt(funcfiletrace))( This array contains the absolute line numbers and corresponding file |