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

Skip to content

Commit 12918af

Browse files
committed
Added \label{} for logical addressing.
1 parent ddf03bf commit 12918af

12 files changed

Lines changed: 18 additions & 2 deletions

Doc/lib/libamoeba.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
\chapter{Amoeba Specific Services}
22

33
\section{Built-in Module \sectcode{amoeba}}
4-
4+
\label{module-amoeba}
55
\bimodindex{amoeba}
6+
67
This module provides some object types and operations useful for
78
Amoeba applications. It is only available on systems that support
89
Amoeba operations. RPC errors and other Amoeba errors are reported as

Doc/lib/libfcntl.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
% Manual text by Jaap Vermeulen
22
\section{Built-in Module \sectcode{fcntl}}
3+
\label{module-fcntl}
34
\bimodindex{fcntl}
45
\indexii{UNIX@\UNIX{}}{file control}
56
\indexii{UNIX@\UNIX{}}{I/O control}

Doc/lib/libkeyword.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard Module \sectcode{keyword}}
2+
\label{module-keyword}
23
\stmodindex{keyword}
34

45
This module allows a Python program to determine if a string is a

Doc/lib/libmimify.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard Module \sectcode{mimify}}
2+
\label{module-mimify}
23
\stmodindex{mimify}
34
\setindexsubitem{(in module mimify)}
45

Doc/lib/libstdwin.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ \chapter{Standard Windowing Interface}
1515
native toolkit interfaces for the Macintosh.
1616

1717
\section{Built-in Module \sectcode{stdwin}}
18+
\label{module-stdwin}
1819
\bimodindex{stdwin}
1920

2021
This module defines several new object types and functions that
@@ -776,6 +777,7 @@ \subsection{Example}
776777
\end{verbatim}
777778
%
778779
\section{Standard Module \sectcode{stdwinevents}}
780+
\label{module-stdwinevents}
779781
\stmodindex{stdwinevents}
780782

781783
This module defines constants used by STDWIN for event types
@@ -790,6 +792,7 @@ \section{Standard Module \sectcode{stdwinevents}}
790792
\end{verbatim}
791793
%
792794
\section{Standard Module \sectcode{rect}}
795+
\label{module-rect}
793796
\stmodindex{rect}
794797

795798
This module contains useful operations on rectangles.

Doc/libamoeba.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
\chapter{Amoeba Specific Services}
22

33
\section{Built-in Module \sectcode{amoeba}}
4-
4+
\label{module-amoeba}
55
\bimodindex{amoeba}
6+
67
This module provides some object types and operations useful for
78
Amoeba applications. It is only available on systems that support
89
Amoeba operations. RPC errors and other Amoeba errors are reported as

Doc/libfcntl.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
% Manual text by Jaap Vermeulen
22
\section{Built-in Module \sectcode{fcntl}}
3+
\label{module-fcntl}
34
\bimodindex{fcntl}
45
\indexii{UNIX@\UNIX{}}{file control}
56
\indexii{UNIX@\UNIX{}}{I/O control}

Doc/libkeyword.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard Module \sectcode{keyword}}
2+
\label{module-keyword}
23
\stmodindex{keyword}
34

45
This module allows a Python program to determine if a string is a

Doc/libmacic.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard Module \sectcode{ic}}
2+
\label{module-ic}
23
\bimodindex{ic}
34

45
\setindexsubitem{(in module ic)}

Doc/libmimify.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard Module \sectcode{mimify}}
2+
\label{module-mimify}
23
\stmodindex{mimify}
34
\setindexsubitem{(in module mimify)}
45

0 commit comments

Comments
 (0)