Added \label{} for logical addressing.
This commit is contained in:
parent
ddf03bf8e1
commit
12918af83e
|
@ -1,8 +1,9 @@
|
|||
\chapter{Amoeba Specific Services}
|
||||
|
||||
\section{Built-in Module \sectcode{amoeba}}
|
||||
|
||||
\label{module-amoeba}
|
||||
\bimodindex{amoeba}
|
||||
|
||||
This module provides some object types and operations useful for
|
||||
Amoeba applications. It is only available on systems that support
|
||||
Amoeba operations. RPC errors and other Amoeba errors are reported as
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
% Manual text by Jaap Vermeulen
|
||||
\section{Built-in Module \sectcode{fcntl}}
|
||||
\label{module-fcntl}
|
||||
\bimodindex{fcntl}
|
||||
\indexii{UNIX@\UNIX{}}{file control}
|
||||
\indexii{UNIX@\UNIX{}}{I/O control}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \sectcode{keyword}}
|
||||
\label{module-keyword}
|
||||
\stmodindex{keyword}
|
||||
|
||||
This module allows a Python program to determine if a string is a
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \sectcode{mimify}}
|
||||
\label{module-mimify}
|
||||
\stmodindex{mimify}
|
||||
\setindexsubitem{(in module mimify)}
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ under X11, Win32 for Windows and Windows NT, and a collection of
|
|||
native toolkit interfaces for the Macintosh.
|
||||
|
||||
\section{Built-in Module \sectcode{stdwin}}
|
||||
\label{module-stdwin}
|
||||
\bimodindex{stdwin}
|
||||
|
||||
This module defines several new object types and functions that
|
||||
|
@ -776,6 +777,7 @@ main()
|
|||
\end{verbatim}
|
||||
%
|
||||
\section{Standard Module \sectcode{stdwinevents}}
|
||||
\label{module-stdwinevents}
|
||||
\stmodindex{stdwinevents}
|
||||
|
||||
This module defines constants used by STDWIN for event types
|
||||
|
@ -790,6 +792,7 @@ Suggested usage is
|
|||
\end{verbatim}
|
||||
%
|
||||
\section{Standard Module \sectcode{rect}}
|
||||
\label{module-rect}
|
||||
\stmodindex{rect}
|
||||
|
||||
This module contains useful operations on rectangles.
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
\chapter{Amoeba Specific Services}
|
||||
|
||||
\section{Built-in Module \sectcode{amoeba}}
|
||||
|
||||
\label{module-amoeba}
|
||||
\bimodindex{amoeba}
|
||||
|
||||
This module provides some object types and operations useful for
|
||||
Amoeba applications. It is only available on systems that support
|
||||
Amoeba operations. RPC errors and other Amoeba errors are reported as
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
% Manual text by Jaap Vermeulen
|
||||
\section{Built-in Module \sectcode{fcntl}}
|
||||
\label{module-fcntl}
|
||||
\bimodindex{fcntl}
|
||||
\indexii{UNIX@\UNIX{}}{file control}
|
||||
\indexii{UNIX@\UNIX{}}{I/O control}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \sectcode{keyword}}
|
||||
\label{module-keyword}
|
||||
\stmodindex{keyword}
|
||||
|
||||
This module allows a Python program to determine if a string is a
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \sectcode{ic}}
|
||||
\label{module-ic}
|
||||
\bimodindex{ic}
|
||||
|
||||
\setindexsubitem{(in module ic)}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \sectcode{mimify}}
|
||||
\label{module-mimify}
|
||||
\stmodindex{mimify}
|
||||
\setindexsubitem{(in module mimify)}
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ under X11, Win32 for Windows and Windows NT, and a collection of
|
|||
native toolkit interfaces for the Macintosh.
|
||||
|
||||
\section{Built-in Module \sectcode{stdwin}}
|
||||
\label{module-stdwin}
|
||||
\bimodindex{stdwin}
|
||||
|
||||
This module defines several new object types and functions that
|
||||
|
@ -776,6 +777,7 @@ main()
|
|||
\end{verbatim}
|
||||
%
|
||||
\section{Standard Module \sectcode{stdwinevents}}
|
||||
\label{module-stdwinevents}
|
||||
\stmodindex{stdwinevents}
|
||||
|
||||
This module defines constants used by STDWIN for event types
|
||||
|
@ -790,6 +792,7 @@ Suggested usage is
|
|||
\end{verbatim}
|
||||
%
|
||||
\section{Standard Module \sectcode{rect}}
|
||||
\label{module-rect}
|
||||
\stmodindex{rect}
|
||||
|
||||
This module contains useful operations on rectangles.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \sectcode{ic}}
|
||||
\label{module-ic}
|
||||
\bimodindex{ic}
|
||||
|
||||
\setindexsubitem{(in module ic)}
|
||||
|
|
Loading…
Reference in New Issue