diff options
Diffstat (limited to 'Doc/library/nis.rst')
-rw-r--r-- | Doc/library/nis.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/nis.rst b/Doc/library/nis.rst index 9e2b572..10c67cb 100644 --- a/Doc/library/nis.rst +++ b/Doc/library/nis.rst @@ -5,9 +5,11 @@ .. module:: nis :platform: Unix :synopsis: Interface to Sun's NIS (Yellow Pages) library. + .. moduleauthor:: Fred Gansevles <Fred.Gansevles@cs.utwente.nl> .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> +-------------- The :mod:`nis` module gives a thin wrapper around the NIS library, useful for central administration of several hosts. |