]> granicus.if.org Git - python/commitdiff
Consistency: "{\bf ...}" ==> "\strong{...}"
authorFred Drake <fdrake@acm.org>
Wed, 14 Jan 1998 14:51:31 +0000 (14:51 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 14 Jan 1998 14:51:31 +0000 (14:51 +0000)
      "{\em ...}" ==> "\emph{...}"

      Not at all sure what to do with "{\rm ...}".
      Leaving it for now.

34 files changed:
Doc/ext.tex
Doc/ext/ext.tex
Doc/lib/libaudioop.tex
Doc/lib/libcopy.tex
Doc/lib/libcrypt.tex
Doc/lib/libfm.tex
Doc/lib/libfuncs.tex
Doc/lib/libgl.tex
Doc/lib/libmarshal.tex
Doc/lib/libmpz.tex
Doc/lib/libpanel.tex
Doc/lib/libposix.tex
Doc/lib/libsocket.tex
Doc/lib/libstdwin.tex
Doc/lib/libstrio.tex
Doc/lib/libthread.tex
Doc/libaudioop.tex
Doc/libcopy.tex
Doc/libcrypt.tex
Doc/libctb.tex
Doc/libfm.tex
Doc/libfuncs.tex
Doc/libgl.tex
Doc/libmarshal.tex
Doc/libmpz.tex
Doc/libpanel.tex
Doc/libposix.tex
Doc/libsocket.tex
Doc/libstdwin.tex
Doc/libstrio.tex
Doc/libthread.tex
Doc/mac/libctb.tex
Doc/tut.tex
Doc/tut/tut.tex

index 911b8246e7c03ce2a3b08e922f82d4b7ef583277..71343a59cc03f2ab5cd8809f390ec6b10f15cb37 100644 (file)
@@ -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.
 
index 911b8246e7c03ce2a3b08e922f82d4b7ef583277..71343a59cc03f2ab5cd8809f390ec6b10f15cb37 100644 (file)
@@ -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.
 
index fb6c944662b5c30130b05fe0704812611a9d4100..b7001554b76a9aaa3d57bf862d6189a0b8e85224 100644 (file)
@@ -133,7 +133,7 @@ samples in the sound fragment.
 \end{funcdesc}
 
 \begin{funcdesc}{max}{fragment\, width}
-Return the maximum of the {\em absolute value} of all samples in a
+Return the maximum of the \emph{absolute value} of all samples in a
 fragment.
 \end{funcdesc}
 
index d07121ef1ac94973cba67e9d209cf4b9b9291e89..60a5b420e55eb51d1f7d6864e50a28a612488013 100644 (file)
@@ -25,13 +25,13 @@ class instances):
 \begin{itemize}
 
 \item
-A {\em shallow copy} constructs a new compound object and then (to the
-extent possible) inserts {\em references} into it to the objects found
+A \emph{shallow copy} constructs a new compound object and then (to the
+extent possible) inserts \emph{references} into it to the objects found
 in the original.
 
 \item
-A {\em deep copy} constructs a new compound object and then,
-recursively, inserts {\em copies} into it of the objects found in the
+A \emph{deep copy} constructs a new compound object and then,
+recursively, inserts \emph{copies} into it of the objects found in the
 original.
 
 \end{itemize}
@@ -46,7 +46,7 @@ Recursive objects (compound objects that, directly or indirectly,
 contain a reference to themselves) may cause a recursive loop.
 
 \item
-Because deep copy copies {\em everything} it may copy too much, e.g.\
+Because deep copy copies \emph{everything} it may copy too much, e.g.\
 administrative data structures that should be shared even between
 copies.
 
index d09a2a4b1c78978b59f26c48619c7ccff2702c9a..0ec6e807acceb9387b881d720706688efdf96e13 100644 (file)
@@ -2,7 +2,7 @@
 \label{module-crypt}
 \bimodindex{crypt}
 
-This module implements an interface to the crypt({\bf 3}) routine,
+This module implements an interface to the crypt(\strong{3}) routine,
 which is a one-way hash function based upon a modified DES algorithm;
 see the \UNIX{} man page for further details.  Possible uses include
 allowing Python scripts to accept typed passwords from the user, or
index 6f1e685193acc9e5ee847d33c5529cfe6b707e12..3004235ec31e96c774728a7a13cf5525b31f3dcd 100644 (file)
@@ -2,7 +2,7 @@
 \label{module-fm}
 \bimodindex{fm}
 
-This module provides access to the IRIS {\em Font Manager} library.
+This module provides access to the IRIS \emph{Font Manager} library.
 It is available only on Silicon Graphics machines.
 See also: 4Sight User's Guide, Section 1, Chapter 5: Using the IRIS
 Font Manager.
index 36582da0af6e418a7808c303b5c0e9f003cd1b54..6d1cbce6980cdb001d5feb324b35d7fed778e284 100644 (file)
@@ -393,8 +393,8 @@ any kind of sequence; the result is always a list.
   \code{fopen()}: \var{filename} is the file name to be opened,
   \var{mode} indicates how the file is to be opened: \code{'r'} for
   reading, \code{'w'} for writing (truncating an existing file), and
-  \code{'a'} opens it for appending (which on {\em some} \UNIX{}
-  systems means that {\em all} writes append to the end of the file,
+  \code{'a'} opens it for appending (which on \emph{some} \UNIX{}
+  systems means that \emph{all} writes append to the end of the file,
   regardless of the current seek position).
   Modes \code{'r+'}, \code{'w+'} and
   \code{'a+'} open the file for updating, provided the underlying
index 34454657b139aaefc01dd52f8d7e093409c14d42..8aa57a03c2a164bc10d38c0da2f244c7ebf11151 100644 (file)
@@ -3,7 +3,7 @@
 \bimodindex{gl}
 
 This module provides access to the Silicon Graphics
-{\em Graphics Library}.
+\emph{Graphics Library}.
 It is available only on Silicon Graphics machines.
 
 \strong{Warning:}
@@ -191,7 +191,7 @@ main()
 \stmodindex{DEVICE}
 
 These modules define the constants used by the Silicon Graphics
-{\em Graphics Library}
+\emph{Graphics Library}
 that C programmers find in the header files
 \file{<gl/gl.h>}
 and
index fa86c038ca480d3f705775fb6c31665d3d2bc078..dc4ed98f02ab50fead35648fbaf613bb4f764a23 100644 (file)
@@ -34,7 +34,7 @@ supported as long as the values contained therein are themselves
 supported; and recursive lists and dictionaries should not be written
 (they will cause infinite loops).
 
-{\bf Caveat:} On machines where C's \code{long int} type has more than
+\strong{Caveat:} On machines where C's \code{long int} type has more than
 32 bits (such as the DEC Alpha), it
 is possible to create plain Python integers that are longer than 32
 bits.  Since the current \code{marshal} module uses 32 bits to
index 9fb165ba37ca7fa8be919fab5be585d1149d399e..2771d9201f4a288c8ae7c231f14022f5ba21c8ed 100644 (file)
@@ -33,7 +33,7 @@ below for an exact description). An mpz-number is printed like this:
   method, described below.
 \end{funcdesc}
 
-A number of {\em extra} functions are defined in this module. Non
+A number of \emph{extra} functions are defined in this module. Non
 mpz-arguments are converted to mpz-values first, and the functions
 return mpz-numbers.
 
index a696f30bde23ea2e57d6e2c02d804115ef393970..f23fb7ba4446483ed494fb92856a3d3105f7a523 100644 (file)
@@ -10,7 +10,7 @@ Dutch author).
 This module should be used instead of the built-in module
 \code{pnl}
 to interface with the
-{\em Panel Library}.
+\emph{Panel Library}.
 
 The module is too large to document here in its entirety.
 One interesting function:
@@ -18,7 +18,7 @@ One interesting function:
 \renewcommand{\indexsubitem}{(in module panel)}
 \begin{funcdesc}{defpanellist}{filename}
 Parses a panel description file containing S-expressions written by the
-{\em Panel Editor}
+\emph{Panel Editor}
 that accompanies the Panel Library and creates the described panels.
 It returns a list of panel objects.
 \end{funcdesc}
@@ -49,7 +49,7 @@ For more details, read the module file.
 \bimodindex{pnl}
 
 This module provides access to the
-{\em Panel Library}
+\emph{Panel Library}
 built by NASA Ames (to get it, send e-mail to
 {\tt panel-request@nas.nasa.gov}).
 All access to it should be done through the standard module
index fbd783213788c46bddeda21817f4078cad85de9f..16742c5f9b07082233c5bf888fe4ede17dc46863 100644 (file)
@@ -355,9 +355,9 @@ Set the current process' user id.
 \end{funcdesc}
 
 \begin{funcdesc}{stat}{path}
-Perform a {\em stat} system call on the given path.  The return value
+Perform a \emph{stat} system call on the given path.  The return value
 is a tuple of at least 10 integers giving the most important (and
-portable) members of the {\em stat} structure, in the order
+portable) members of the \emph{stat} structure, in the order
 \code{st_mode},
 \code{st_ino},
 \code{st_dev},
index 8dc7acf36e4d2d5bcdbc760bffae296b99620b9a..a24263a3cd845500ed19fb32dac78bdc0dba32ab 100644 (file)
@@ -2,7 +2,7 @@
 \label{module-socket}
 
 \bimodindex{socket}
-This module provides access to the BSD {\em socket} interface.
+This module provides access to the BSD \emph{socket} interface.
 It is available on \UNIX{} systems that support this interface.
 
 For an introduction to socket programming (in C), see the following
index 91dc1af107ae9ccd1007b7f93af6f53d32844edc..39d6d6dd229cbf9f39a4d458b5eabea8fe68f077 100644 (file)
@@ -360,7 +360,7 @@ left corner (relative to the upper left corner of the screen).
 Create a menu object referring to a local menu (a menu that appears
 only in this window).
 Methods of menu objects are described below.
-{\bf Warning:} the menu only appears as long as the object
+\strong{Warning:} the menu only appears as long as the object
 returned by this call exists.
 \end{funcdesc}
 
@@ -841,7 +841,7 @@ is empty if
 \code{\var{left} >= \var{right}} or \code{\var{top} => \var{bottom}}.
 \else
 $\var{left} \geq \var{right}$ or $\var{top} \geq \var{bottom}$.
-%%JHXXX{\em left~$\geq$~right} or {\em top~$\leq$~bottom}.
+%%JHXXX\emph{left~$\geq$~right} or \emph{top~$\leq$~bottom}.
 \fi
 \end{funcdesc}
 
index 1241e185f7c3c7236bd139d2d9bea05f8aa9414b..26fdda1255d9786a45e806faa5b3ca25093aee04 100644 (file)
@@ -4,7 +4,7 @@
 \stmodindex{StringIO}
 
 This module implements a file-like class, \code{StringIO},
-that reads and writes a string buffer (also known as {\em memory
+that reads and writes a string buffer (also known as \emph{memory
 files}). See the description on file objects for operations.
 
 When a \code{StringIO} object is created, it can be initialized
index 4f5497ad8db23faddd4d40dab04096c1c43d892f..edf21f389a55d1266d6a98aded7dd0b147297c71 100644 (file)
@@ -81,7 +81,7 @@ Return the status of the lock:\ 1 if it has been acquired by some
 thread, 0 if not.
 \end{funcdesc}
 
-{\bf Caveats:}
+\strong{Caveats:}
 
 \begin{itemize}
 \item
index fb6c944662b5c30130b05fe0704812611a9d4100..b7001554b76a9aaa3d57bf862d6189a0b8e85224 100644 (file)
@@ -133,7 +133,7 @@ samples in the sound fragment.
 \end{funcdesc}
 
 \begin{funcdesc}{max}{fragment\, width}
-Return the maximum of the {\em absolute value} of all samples in a
+Return the maximum of the \emph{absolute value} of all samples in a
 fragment.
 \end{funcdesc}
 
index d07121ef1ac94973cba67e9d209cf4b9b9291e89..60a5b420e55eb51d1f7d6864e50a28a612488013 100644 (file)
@@ -25,13 +25,13 @@ class instances):
 \begin{itemize}
 
 \item
-A {\em shallow copy} constructs a new compound object and then (to the
-extent possible) inserts {\em references} into it to the objects found
+A \emph{shallow copy} constructs a new compound object and then (to the
+extent possible) inserts \emph{references} into it to the objects found
 in the original.
 
 \item
-A {\em deep copy} constructs a new compound object and then,
-recursively, inserts {\em copies} into it of the objects found in the
+A \emph{deep copy} constructs a new compound object and then,
+recursively, inserts \emph{copies} into it of the objects found in the
 original.
 
 \end{itemize}
@@ -46,7 +46,7 @@ Recursive objects (compound objects that, directly or indirectly,
 contain a reference to themselves) may cause a recursive loop.
 
 \item
-Because deep copy copies {\em everything} it may copy too much, e.g.\
+Because deep copy copies \emph{everything} it may copy too much, e.g.\
 administrative data structures that should be shared even between
 copies.
 
index d09a2a4b1c78978b59f26c48619c7ccff2702c9a..0ec6e807acceb9387b881d720706688efdf96e13 100644 (file)
@@ -2,7 +2,7 @@
 \label{module-crypt}
 \bimodindex{crypt}
 
-This module implements an interface to the crypt({\bf 3}) routine,
+This module implements an interface to the crypt(\strong{3}) routine,
 which is a one-way hash function based upon a modified DES algorithm;
 see the \UNIX{} man page for further details.  Possible uses include
 allowing Python scripts to accept typed passwords from the user, or
index 073c64934631a58beb1bddeceb9c05ecc1987c01..c9756d10f5c48757b68f111aa5eac5cd2ff6d1ed 100644 (file)
@@ -54,7 +54,7 @@ object). This will make all connection object methods work
 asynchronously, with the callback routine being called upon
 completion.
 
-{\em Note:} for reasons beyond my understanding the callback routine
+\emph{Note:} for reasons beyond my understanding the callback routine
 is currently never called. You are advised against using asynchronous
 calls for the time being.
 \end{datadesc}
index 6f1e685193acc9e5ee847d33c5529cfe6b707e12..3004235ec31e96c774728a7a13cf5525b31f3dcd 100644 (file)
@@ -2,7 +2,7 @@
 \label{module-fm}
 \bimodindex{fm}
 
-This module provides access to the IRIS {\em Font Manager} library.
+This module provides access to the IRIS \emph{Font Manager} library.
 It is available only on Silicon Graphics machines.
 See also: 4Sight User's Guide, Section 1, Chapter 5: Using the IRIS
 Font Manager.
index 36582da0af6e418a7808c303b5c0e9f003cd1b54..6d1cbce6980cdb001d5feb324b35d7fed778e284 100644 (file)
@@ -393,8 +393,8 @@ any kind of sequence; the result is always a list.
   \code{fopen()}: \var{filename} is the file name to be opened,
   \var{mode} indicates how the file is to be opened: \code{'r'} for
   reading, \code{'w'} for writing (truncating an existing file), and
-  \code{'a'} opens it for appending (which on {\em some} \UNIX{}
-  systems means that {\em all} writes append to the end of the file,
+  \code{'a'} opens it for appending (which on \emph{some} \UNIX{}
+  systems means that \emph{all} writes append to the end of the file,
   regardless of the current seek position).
   Modes \code{'r+'}, \code{'w+'} and
   \code{'a+'} open the file for updating, provided the underlying
index 34454657b139aaefc01dd52f8d7e093409c14d42..8aa57a03c2a164bc10d38c0da2f244c7ebf11151 100644 (file)
@@ -3,7 +3,7 @@
 \bimodindex{gl}
 
 This module provides access to the Silicon Graphics
-{\em Graphics Library}.
+\emph{Graphics Library}.
 It is available only on Silicon Graphics machines.
 
 \strong{Warning:}
@@ -191,7 +191,7 @@ main()
 \stmodindex{DEVICE}
 
 These modules define the constants used by the Silicon Graphics
-{\em Graphics Library}
+\emph{Graphics Library}
 that C programmers find in the header files
 \file{<gl/gl.h>}
 and
index fa86c038ca480d3f705775fb6c31665d3d2bc078..dc4ed98f02ab50fead35648fbaf613bb4f764a23 100644 (file)
@@ -34,7 +34,7 @@ supported as long as the values contained therein are themselves
 supported; and recursive lists and dictionaries should not be written
 (they will cause infinite loops).
 
-{\bf Caveat:} On machines where C's \code{long int} type has more than
+\strong{Caveat:} On machines where C's \code{long int} type has more than
 32 bits (such as the DEC Alpha), it
 is possible to create plain Python integers that are longer than 32
 bits.  Since the current \code{marshal} module uses 32 bits to
index 9fb165ba37ca7fa8be919fab5be585d1149d399e..2771d9201f4a288c8ae7c231f14022f5ba21c8ed 100644 (file)
@@ -33,7 +33,7 @@ below for an exact description). An mpz-number is printed like this:
   method, described below.
 \end{funcdesc}
 
-A number of {\em extra} functions are defined in this module. Non
+A number of \emph{extra} functions are defined in this module. Non
 mpz-arguments are converted to mpz-values first, and the functions
 return mpz-numbers.
 
index a696f30bde23ea2e57d6e2c02d804115ef393970..f23fb7ba4446483ed494fb92856a3d3105f7a523 100644 (file)
@@ -10,7 +10,7 @@ Dutch author).
 This module should be used instead of the built-in module
 \code{pnl}
 to interface with the
-{\em Panel Library}.
+\emph{Panel Library}.
 
 The module is too large to document here in its entirety.
 One interesting function:
@@ -18,7 +18,7 @@ One interesting function:
 \renewcommand{\indexsubitem}{(in module panel)}
 \begin{funcdesc}{defpanellist}{filename}
 Parses a panel description file containing S-expressions written by the
-{\em Panel Editor}
+\emph{Panel Editor}
 that accompanies the Panel Library and creates the described panels.
 It returns a list of panel objects.
 \end{funcdesc}
@@ -49,7 +49,7 @@ For more details, read the module file.
 \bimodindex{pnl}
 
 This module provides access to the
-{\em Panel Library}
+\emph{Panel Library}
 built by NASA Ames (to get it, send e-mail to
 {\tt panel-request@nas.nasa.gov}).
 All access to it should be done through the standard module
index fbd783213788c46bddeda21817f4078cad85de9f..16742c5f9b07082233c5bf888fe4ede17dc46863 100644 (file)
@@ -355,9 +355,9 @@ Set the current process' user id.
 \end{funcdesc}
 
 \begin{funcdesc}{stat}{path}
-Perform a {\em stat} system call on the given path.  The return value
+Perform a \emph{stat} system call on the given path.  The return value
 is a tuple of at least 10 integers giving the most important (and
-portable) members of the {\em stat} structure, in the order
+portable) members of the \emph{stat} structure, in the order
 \code{st_mode},
 \code{st_ino},
 \code{st_dev},
index 8dc7acf36e4d2d5bcdbc760bffae296b99620b9a..a24263a3cd845500ed19fb32dac78bdc0dba32ab 100644 (file)
@@ -2,7 +2,7 @@
 \label{module-socket}
 
 \bimodindex{socket}
-This module provides access to the BSD {\em socket} interface.
+This module provides access to the BSD \emph{socket} interface.
 It is available on \UNIX{} systems that support this interface.
 
 For an introduction to socket programming (in C), see the following
index 91dc1af107ae9ccd1007b7f93af6f53d32844edc..39d6d6dd229cbf9f39a4d458b5eabea8fe68f077 100644 (file)
@@ -360,7 +360,7 @@ left corner (relative to the upper left corner of the screen).
 Create a menu object referring to a local menu (a menu that appears
 only in this window).
 Methods of menu objects are described below.
-{\bf Warning:} the menu only appears as long as the object
+\strong{Warning:} the menu only appears as long as the object
 returned by this call exists.
 \end{funcdesc}
 
@@ -841,7 +841,7 @@ is empty if
 \code{\var{left} >= \var{right}} or \code{\var{top} => \var{bottom}}.
 \else
 $\var{left} \geq \var{right}$ or $\var{top} \geq \var{bottom}$.
-%%JHXXX{\em left~$\geq$~right} or {\em top~$\leq$~bottom}.
+%%JHXXX\emph{left~$\geq$~right} or \emph{top~$\leq$~bottom}.
 \fi
 \end{funcdesc}
 
index 1241e185f7c3c7236bd139d2d9bea05f8aa9414b..26fdda1255d9786a45e806faa5b3ca25093aee04 100644 (file)
@@ -4,7 +4,7 @@
 \stmodindex{StringIO}
 
 This module implements a file-like class, \code{StringIO},
-that reads and writes a string buffer (also known as {\em memory
+that reads and writes a string buffer (also known as \emph{memory
 files}). See the description on file objects for operations.
 
 When a \code{StringIO} object is created, it can be initialized
index 4f5497ad8db23faddd4d40dab04096c1c43d892f..edf21f389a55d1266d6a98aded7dd0b147297c71 100644 (file)
@@ -81,7 +81,7 @@ Return the status of the lock:\ 1 if it has been acquired by some
 thread, 0 if not.
 \end{funcdesc}
 
-{\bf Caveats:}
+\strong{Caveats:}
 
 \begin{itemize}
 \item
index 073c64934631a58beb1bddeceb9c05ecc1987c01..c9756d10f5c48757b68f111aa5eac5cd2ff6d1ed 100644 (file)
@@ -54,7 +54,7 @@ object). This will make all connection object methods work
 asynchronously, with the callback routine being called upon
 completion.
 
-{\em Note:} for reasons beyond my understanding the callback routine
+\emph{Note:} for reasons beyond my understanding the callback routine
 is currently never called. You are advised against using asynchronous
 calls for the time being.
 \end{datadesc}
index f59e103f5b39513577cd4b0d8a8d5992e1388d59..976d2d9d38b36a2e3309f3763292f8aa57d0ec22 100644 (file)
@@ -3156,7 +3156,7 @@ class VirtualAttributes:
         self.__vdict[name] = value
 \end{verbatim}
 
-%{\em Warning: this is an experimental feature.}  To avoid all
+%\emph{Warning: this is an experimental feature.}  To avoid all
 %potential problems, refrain from using identifiers starting with
 %double underscore except for predefined uses like \code{__init__}.  To
 %use private names while maintaining future compatibility: refrain from
index f59e103f5b39513577cd4b0d8a8d5992e1388d59..976d2d9d38b36a2e3309f3763292f8aa57d0ec22 100644 (file)
@@ -3156,7 +3156,7 @@ class VirtualAttributes:
         self.__vdict[name] = value
 \end{verbatim}
 
-%{\em Warning: this is an experimental feature.}  To avoid all
+%\emph{Warning: this is an experimental feature.}  To avoid all
 %potential problems, refrain from using identifiers starting with
 %double underscore except for predefined uses like \code{__init__}.  To
 %use private names while maintaining future compatibility: refrain from