]> granicus.if.org Git - python/commitdiff
Repair missing spaces after \UNIX.
authorGeorg Brandl <georg@python.org>
Wed, 11 Apr 2007 23:28:44 +0000 (23:28 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 11 Apr 2007 23:28:44 +0000 (23:28 +0000)
Doc/api/init.tex
Doc/inst/inst.tex
Doc/lib/libposixpath.tex
Doc/mac/using.tex

index e380bdb250caca12df840f6dae7c1aab66b4883a..76fcf6143002ceeeb1ca24eadcba57b41e2c03e5 100644 (file)
   program name (set by \cfunction{Py_SetProgramName()} above) and some
   environment variables.  The returned string consists of a series of
   directory names separated by a platform dependent delimiter
-  character.  The delimiter character is \character{:} on \UNIX and Mac OS X,
+  character.  The delimiter character is \character{:} on \UNIX{} and Mac OS X,
   \character{;} on Windows.  The returned string points into
   static storage; the caller should not modify its value.  The value
   is available to Python code as the list
index 6db22ac5eb6035abe4cc2ea2b22acdea23f9c246..adc686e6ea9f5f0750bfcc0cfd1bdc88643ec6e3 100644 (file)
@@ -296,7 +296,7 @@ being installed is pure Python or contains extensions (``non-pure''):
 \filevar{prefix} and \filevar{exec-prefix} stand for the directories
 that Python is installed to, and where it finds its libraries at
 run-time.  They are always the same under Windows, and very
-often the same under \UNIX and Mac OS X.  You can find out what your Python
+often the same under \UNIX{} and Mac OS X.  You can find out what your Python
 installation uses for \filevar{prefix} and \filevar{exec-prefix} by
 running Python in interactive mode and typing a few simple commands.
 Under \UNIX, just type \code{python} at the shell prompt.  Under
index 851e4595c700f856b3ced52088660cb244b3459e..7684fa0587f877ed9490801cf7f45154db4adcc6 100644 (file)
@@ -58,7 +58,7 @@ Equivalent to \function{exists()} on platforms lacking
 \end{funcdesc}
 
 \begin{funcdesc}{expanduser}{path}
-On \UNIX and Windows, return the argument with an initial component of
+On \UNIX{} and Windows, return the argument with an initial component of
 \samp{\~} or \samp{\~\var{user}} replaced by that \var{user}'s home directory.
 
 On \UNIX, an initial \samp{\~} is replaced by the environment variable
index b21a98eb95321e2e4e6cd31d506a1f6a15699760..bf3174d55964df6eb23a728e1a10d4c213c6b24b 100644 (file)
@@ -2,7 +2,7 @@
 \sectionauthor{Bob Savage}{bobsavage@mac.com}
 
 Python on a Macintosh running Mac OS X is in principle very similar to
-Python on any other \UNIX platform, but there are a number of additional
+Python on any other \UNIX{} platform, but there are a number of additional
 features such as the IDE and the Package Manager that are worth pointing out.
 
 Python on Mac OS 9 or earlier can be quite different from Python on