Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46a9438

Browse files
committed
Add information about adding the portability statement.
1 parent 7f492ad commit 46a9438

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Doc/templates/module.tex

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
% appropriate.
1414

1515
\section{\module{spam} ---
16-
Short descrition, for section title.}
16+
Short descrition, for section title}
1717

1818
% Choose one of these to specify the module module name. If there's
1919
% an underscore in the name, use
@@ -24,6 +24,15 @@ \section{\module{spam} ---
2424
\declaremodule{extension}{spam} % not standard, in C
2525
\declaremodule{}{spam} % not standard, in Python
2626

27+
% Portability statement: Uncomment and fill in the parameter to specify the
28+
% availability of the module. The parameter can be Unix, IRIX, SunOS, Mac,
29+
% Windows, or lots of other stuff. When ``Mac'' is specified, the availability
30+
% statement will say ``Macintosh'' and the Module Index may say ``Mac''.
31+
% Please use a name that has already been used whenever applicable. If this
32+
% is omitted, no availability statement is produced or implied.
33+
%
34+
% \platform{UNIX}
35+
2736
% These apply to all modules:
2837

2938
\moduleauthor{name}{email} % Author of the module code;

0 commit comments

Comments
 (0)