Skip to content

Commit 146b280

Browse files
committed
Minor revisions similar to some information in the new docstrings.
1 parent 51b6bc5 commit 146b280

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/lib/libgrp.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ \section{\module{grp} ---
2222
The gid is an integer, name and password are strings, and the member
2323
list is a list of strings.
2424
(Note that most users are not explicitly listed as members of the
25-
group they are in according to the password database.)
26-
\exception{KeyError} is raised if the entry asked for cannot be found.
25+
group they are in according to the password database. Check both
26+
databases to get complete membership information.)
2727

2828
It defines the following items:
2929

3030
\begin{funcdesc}{getgrgid}{gid}
3131
Return the group database entry for the given numeric group ID.
32+
\exception{KeyError} is raised if the entry asked for cannot be found.
3233
\end{funcdesc}
3334

3435
\begin{funcdesc}{getgrnam}{name}
3536
Return the group database entry for the given group name.
37+
\exception{KeyError} is raised if the entry asked for cannot be found.
3638
\end{funcdesc}
3739

3840
\begin{funcdesc}{getgrall}{}

0 commit comments

Comments
 (0)