diff options
Diffstat (limited to 'Doc/lib/libpwd.tex')
-rw-r--r-- | Doc/lib/libpwd.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libpwd.tex b/Doc/lib/libpwd.tex index 7387723..72c6c7a 100644 --- a/Doc/lib/libpwd.tex +++ b/Doc/lib/libpwd.tex @@ -1,8 +1,8 @@ \section{\module{pwd} --- - The password database.} -\declaremodule{builtin}{pwd} - + The password database} +\declaremodule{builtin}{pwd} + \platform{UNIX} \modulesynopsis{The password database (\function{getpwnam()} and friends).} This module provides access to the \UNIX{} password database. @@ -18,7 +18,7 @@ following items from the password database (see \code{<pwd.h>}), in order: \code{pw_dir}, \code{pw_shell}. The uid and gid items are integers, all others are strings. -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: |