diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
commit | f6863c19091ca23ef69db31aa033b5802c2be871 (patch) | |
tree | 016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/lib/libgrp.tex | |
parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
download | cpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2 |
Added \platform annotations.
Diffstat (limited to 'Doc/lib/libgrp.tex')
-rw-r--r-- | Doc/lib/libgrp.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/lib/libgrp.tex b/Doc/lib/libgrp.tex index 4d1ab80..5095806 100644 --- a/Doc/lib/libgrp.tex +++ b/Doc/lib/libgrp.tex @@ -1,10 +1,11 @@ \section{\module{grp} --- - The group database.} -\declaremodule{builtin}{grp} - + The group database} +\declaremodule{builtin}{grp} + \platform{UNIX} \modulesynopsis{The group database (\function{getgrnam()} and friends).} + This module provides access to the \UNIX{} group database. It is available on all \UNIX{} versions. @@ -18,7 +19,7 @@ The gid is an integer, name and password are strings, and the member list is a list of strings. (Note that most users are not explicitly listed as members of the group they are in according to the password database.) -A \code{KeyError} exception is raised if the entry asked for cannot be found. +\exception{KeyError} is raised if the entry asked for cannot be found. It defines the following items: |