diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-03 20:13:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-03 20:13:55 (GMT) |
commit | 38e5d27caee56b6958e0034e342abb48e6100390 (patch) | |
tree | 6a0c853da853123dd2e628e8ec187517250c2530 /Doc/lib/libnis.tex | |
parent | 659ebfa79e891fc5e2480cd66c157970df57c451 (diff) | |
download | cpython-38e5d27caee56b6958e0034e342abb48e6100390.zip cpython-38e5d27caee56b6958e0034e342abb48e6100390.tar.gz cpython-38e5d27caee56b6958e0034e342abb48e6100390.tar.bz2 |
Merged changes from the 1.5.2p2 release.
(Very rough.)
Diffstat (limited to 'Doc/lib/libnis.tex')
-rw-r--r-- | Doc/lib/libnis.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/lib/libnis.tex b/Doc/lib/libnis.tex index 0181b06..d7060fa 100644 --- a/Doc/lib/libnis.tex +++ b/Doc/lib/libnis.tex @@ -5,7 +5,7 @@ \platform{UNIX} \moduleauthor{Fred Gansevles}{Fred.Gansevles@cs.utwente.nl} \sectionauthor{Moshe Zadka}{mzadka@geocities.com} -\modulesynopsis{Interface to Sun's N.I.S. (a.k.a. Yellow Pages) library.} +\modulesynopsis{Interface to Sun's NIS (a.k.a. Yellow Pages) library.} The \module{nis} module gives a thin wrapper around the NIS library, useful for central administration of several hosts. @@ -23,8 +23,6 @@ Return value is an arbitary array of bytes (i.e., may contain \code{NULL} and other joys). Note that \var{mapname} is first checked if it is an alias to another name. -XXX Describe list of all aliases? Internal for the C code, so - I'm not sure it's a good idea. \end{funcdesc} \begin{funcdesc}{cat}{mapname} |