diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libgrp.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libgrp.tex b/Doc/lib/libgrp.tex index 8286081..473fc5e 100644 --- a/Doc/lib/libgrp.tex +++ b/Doc/lib/libgrp.tex @@ -9,10 +9,11 @@ This module provides access to the \UNIX{} group database. It is available on all \UNIX{} versions. -Group database entries are reported as 4-tuples containing the -following items from the group database (see \code{<grp.h>}), in order: +Group database entries are reported as a tuple-like object, whose +attributes correspond to the members of the \code{group} structure +(Attribute field below, see \code{<pwd.h>}): -\begin{tableiii}{r|l|l}{textrm}{Index}{Field}{Meaning} +\begin{tableiii}{r|l|l}{textrm}{Index}{Attribute}{Meaning} \lineiii{0}{gr_name}{the name of the group} \lineiii{1}{gr_passwd}{the (encrypted) group password; often empty} \lineiii{2}{gr_gid}{the numerical group ID} |