summaryrefslogtreecommitdiffstats
path: root/Doc/libppath.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-09 20:27:12 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-09 20:27:12 (GMT)
commit65b32f7f7448ae9a5f8cf3500ee7e127aa740b77 (patch)
treecd0dd6be021dc851faca8f2f7a9a33420c2c3834 /Doc/libppath.tex
parent41785fb8644b66f4f17e292e9f96e870ae8b2764 (diff)
downloadcpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.zip
cpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.tar.gz
cpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.tar.bz2
Consistently use \POSIX{} to denote POSIX. There were at least two different
ways to do it previously (not counting module names).
Diffstat (limited to 'Doc/libppath.tex')
-rw-r--r--Doc/libppath.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libppath.tex b/Doc/libppath.tex
index 01f05a1..5298012 100644
--- a/Doc/libppath.tex
+++ b/Doc/libppath.tex
@@ -2,7 +2,7 @@
\label{module-posixpath}
\stmodindex{posixpath}
-This module implements some useful functions on POSIX pathnames.
+This module implements some useful functions on \POSIX{} pathnames.
\strong{Do not import this module directly.} Instead, import the
module \code{os} and use \code{os.path}.
@@ -78,7 +78,7 @@ file system where a different file system has been mounted. The
function checks whether \var{p}'s parent, \file{\var{p}/..}, is on a
different device than \var{p}, or whether \file{\var{p}/..} and
\var{p} point to the same i-node on the same device --- this should
-detect mount points for all \UNIX{} and POSIX variants.
+detect mount points for all \UNIX{} and \POSIX{} variants.
\end{funcdesc}
\begin{funcdesc}{join}{p\optional{\, q\optional{\, ...}}}