]> granicus.if.org Git - python/commitdiff
Add information about adding the portability statement.
authorFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 16:24:22 +0000 (16:24 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 16:24:22 +0000 (16:24 +0000)
Doc/templates/module.tex

index 4bb8013902cdab8d8f7e1a53276c9a4b30a7fb5c..84871aabe46dc1883f4dc9eb6ff98379bf18b1ea 100644 (file)
@@ -13,7 +13,7 @@
 % appropriate.
 
 \section{\module{spam} ---
-         Short descrition, for section title.}
+         Short descrition, for section title}
 
 % Choose one of these to specify the module module name.  If there's
 % an underscore in the name, use
 \declaremodule{extension}{spam}                % not standard, in C
 \declaremodule{}{spam}                 % not standard, in Python
 
+% Portability statement:  Uncomment and fill in the parameter to specify the
+% availability of the module.  The parameter can be Unix, IRIX, SunOS, Mac,
+% Windows, or lots of other stuff.  When ``Mac'' is specified, the availability
+% statement will say ``Macintosh'' and the Module Index may say ``Mac''.
+% Please use a name that has already been used whenever applicable.  If this
+% is omitted, no availability statement is produced or implied.
+%
+%   \platform{UNIX}
+
 % These apply to all modules:
 
 \moduleauthor{name}{email}             % Author of the module code;