Commit d10d0faa authored by Fred Drake's avatar Fred Drake

Logical markup.

parent eb9b8310
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
% Mention other important restrictions or general operating principles. % Mention other important restrictions or general operating principles.
% For example: % For example:
The \code{spam} module defines operations for handling cans of Spam. The \module{spam} module defines operations for handling cans of Spam.
It knows the four generally available Spam varieties and understands It knows the four generally available Spam varieties and understands
both can sizes. both can sizes.
...@@ -39,7 +39,7 @@ is only available on genuine \UNIX{} systems. ...@@ -39,7 +39,7 @@ is only available on genuine \UNIX{} systems.
% items defined in the module, insofar as they are important for the % items defined in the module, insofar as they are important for the
% user. % user.
The \code{spam} module defines the following functions: The \module{spam} module defines the following functions:
% ---- 3.1. ---- % ---- 3.1. ----
% Redefine the ``indexsubitem'' macro to point to this module % Redefine the ``indexsubitem'' macro to point to this module
...@@ -75,7 +75,7 @@ system dependent). ...@@ -75,7 +75,7 @@ system dependent).
\begin{datadesc}{cansize} \begin{datadesc}{cansize}
The default can size, in ounces. Legal values are 7 and 12. The The default can size, in ounces. Legal values are 7 and 12. The
default varies per supermarket. This variable should not be changed default varies per supermarket. This variable should not be changed
once the \code{open()} function has been called. once the \function{open()} function has been called.
\end{datadesc} \end{datadesc}
% --- 3.4. --- % --- 3.4. ---
...@@ -117,7 +117,7 @@ Example: ...@@ -117,7 +117,7 @@ Example:
\subsection{Spam Objects} \subsection{Spam Objects}
Spam objects (returned by \code{open()} above) have the following Spam objects (returned by \function{open()} above) have the following
methods. methods.
\setindexsubitem{(spam method)} \setindexsubitem{(spam method)}
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
% Mention other important restrictions or general operating principles. % Mention other important restrictions or general operating principles.
% For example: % For example:
The \code{spam} module defines operations for handling cans of Spam. The \module{spam} module defines operations for handling cans of Spam.
It knows the four generally available Spam varieties and understands It knows the four generally available Spam varieties and understands
both can sizes. both can sizes.
...@@ -39,7 +39,7 @@ is only available on genuine \UNIX{} systems. ...@@ -39,7 +39,7 @@ is only available on genuine \UNIX{} systems.
% items defined in the module, insofar as they are important for the % items defined in the module, insofar as they are important for the
% user. % user.
The \code{spam} module defines the following functions: The \module{spam} module defines the following functions:
% ---- 3.1. ---- % ---- 3.1. ----
% Redefine the ``indexsubitem'' macro to point to this module % Redefine the ``indexsubitem'' macro to point to this module
...@@ -75,7 +75,7 @@ system dependent). ...@@ -75,7 +75,7 @@ system dependent).
\begin{datadesc}{cansize} \begin{datadesc}{cansize}
The default can size, in ounces. Legal values are 7 and 12. The The default can size, in ounces. Legal values are 7 and 12. The
default varies per supermarket. This variable should not be changed default varies per supermarket. This variable should not be changed
once the \code{open()} function has been called. once the \function{open()} function has been called.
\end{datadesc} \end{datadesc}
% --- 3.4. --- % --- 3.4. ---
...@@ -117,7 +117,7 @@ Example: ...@@ -117,7 +117,7 @@ Example:
\subsection{Spam Objects} \subsection{Spam Objects}
Spam objects (returned by \code{open()} above) have the following Spam objects (returned by \function{open()} above) have the following
methods. methods.
\setindexsubitem{(spam method)} \setindexsubitem{(spam method)}
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
% Mention other important restrictions or general operating principles. % Mention other important restrictions or general operating principles.
% For example: % For example:
The \code{spam} module defines operations for handling cans of Spam. The \module{spam} module defines operations for handling cans of Spam.
It knows the four generally available Spam varieties and understands It knows the four generally available Spam varieties and understands
both can sizes. both can sizes.
...@@ -39,7 +39,7 @@ is only available on genuine \UNIX{} systems. ...@@ -39,7 +39,7 @@ is only available on genuine \UNIX{} systems.
% items defined in the module, insofar as they are important for the % items defined in the module, insofar as they are important for the
% user. % user.
The \code{spam} module defines the following functions: The \module{spam} module defines the following functions:
% ---- 3.1. ---- % ---- 3.1. ----
% Redefine the ``indexsubitem'' macro to point to this module % Redefine the ``indexsubitem'' macro to point to this module
...@@ -75,7 +75,7 @@ system dependent). ...@@ -75,7 +75,7 @@ system dependent).
\begin{datadesc}{cansize} \begin{datadesc}{cansize}
The default can size, in ounces. Legal values are 7 and 12. The The default can size, in ounces. Legal values are 7 and 12. The
default varies per supermarket. This variable should not be changed default varies per supermarket. This variable should not be changed
once the \code{open()} function has been called. once the \function{open()} function has been called.
\end{datadesc} \end{datadesc}
% --- 3.4. --- % --- 3.4. ---
...@@ -117,7 +117,7 @@ Example: ...@@ -117,7 +117,7 @@ Example:
\subsection{Spam Objects} \subsection{Spam Objects}
Spam objects (returned by \code{open()} above) have the following Spam objects (returned by \function{open()} above) have the following
methods. methods.
\setindexsubitem{(spam method)} \setindexsubitem{(spam method)}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment