mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}"
Not at all sure what to do with "{\rm ...}".
Leaving it for now.
This commit is contained in:
parent
b215137224
commit
af8a015c93
34 changed files with 62 additions and 60 deletions
|
|
@ -1303,9 +1303,10 @@ contain the options \samp{-I\$(PYTHONTOP) -I\$(PYTHONTOP)/Include}.
|
|||
|
||||
\subsection{Shared Libraries}
|
||||
|
||||
You must link the \samp{.o} file to produce a shared library. This is
|
||||
done using a special invocation of the \UNIX{} loader/linker, {\em
|
||||
ld}(1). Unfortunately the invocation differs slightly per system.
|
||||
You must link the \file{.o} file to produce a shared library. This is
|
||||
done using a special invocation of the \UNIX{} loader/linker,
|
||||
\emph{ld}(1). Unfortunately the invocation differs slightly per
|
||||
system.
|
||||
|
||||
On SunOS 4, use
|
||||
\bcode\begin{verbatim}
|
||||
|
|
@ -1336,7 +1337,7 @@ along the Python module search path.
|
|||
|
||||
\subsection{SGI IRIX 4 Dynamic Loading}
|
||||
|
||||
{\bf IMPORTANT:} You must compile your extension module with the
|
||||
\strong{IMPORTANT:} You must compile your extension module with the
|
||||
additional \C{} flag \samp{-G0} (or \samp{-G 0}). This instruct the
|
||||
assembler to generate position-independent code.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue