diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-01-23 09:27:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-01-23 09:27:24 (GMT) |
commit | c300175547ced0af17857a29462b0f9294e8c31c (patch) | |
tree | dd3704d47b76e1714599eefe77d4eec0354dd11b /Doc/lib/libpwd.tex | |
parent | 4d394dfebbcf00e7eec74ee5f4c1b149b3744a91 (diff) | |
download | cpython-c300175547ced0af17857a29462b0f9294e8c31c.zip cpython-c300175547ced0af17857a29462b0f9294e8c31c.tar.gz cpython-c300175547ced0af17857a29462b0f9294e8c31c.tar.bz2 |
Patch #579435: Shadow Password Support Module
Diffstat (limited to 'Doc/lib/libpwd.tex')
-rw-r--r-- | Doc/lib/libpwd.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libpwd.tex b/Doc/lib/libpwd.tex index 1e7a1c8..c04b463 100644 --- a/Doc/lib/libpwd.tex +++ b/Doc/lib/libpwd.tex @@ -50,4 +50,5 @@ Return a list of all available password database entries, in arbitrary order. \begin{seealso} \seemodule{grp}{An interface to the group database, similar to this.} + \seemodule{spwd}{An interface to the shadow password database, similar to this.} \end{seealso} |