[Python-checkins] r56439 - python/trunk/Doc/lib/libnis.tex

georg.brandl python-checkins at python.org
Wed Jul 18 08:37:56 CEST 2007


Author: georg.brandl
Date: Wed Jul 18 08:37:55 2007
New Revision: 56439

Modified:
   python/trunk/Doc/lib/libnis.tex
Log:
Use "Unix" as platform name, not "UNIX".


Modified: python/trunk/Doc/lib/libnis.tex
==============================================================================
--- python/trunk/Doc/lib/libnis.tex	(original)
+++ python/trunk/Doc/lib/libnis.tex	Wed Jul 18 08:37:55 2007
@@ -2,7 +2,7 @@
          Interface to Sun's NIS (Yellow Pages)}
 
 \declaremodule{extension}{nis}
-  \platform{UNIX}
+  \platform{Unix}
 \moduleauthor{Fred Gansevles}{Fred.Gansevles at cs.utwente.nl}
 \sectionauthor{Moshe Zadka}{moshez at zadka.site.co.il}
 \modulesynopsis{Interface to Sun's NIS (Yellow Pages) library.}


More information about the Python-checkins mailing list