summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-06 15:33:55 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-06 15:33:55 (GMT)
commit23a163454aca2ae5d4207e865d7b9746617fd83a (patch)
treeddb8e65b3f29ca149acf31a7527d1d020edafc81
parent1a3c2a0edeb6bb009b7bf6b43044747f5aea2088 (diff)
downloadcpython-23a163454aca2ae5d4207e865d7b9746617fd83a.zip
cpython-23a163454aca2ae5d4207e865d7b9746617fd83a.tar.gz
cpython-23a163454aca2ae5d4207e865d7b9746617fd83a.tar.bz2
Markup nit.
-rw-r--r--Doc/lib/libposixpath.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex
index 29dc4e1..87c8010 100644
--- a/Doc/lib/libposixpath.tex
+++ b/Doc/lib/libposixpath.tex
@@ -35,11 +35,10 @@ refers to an existing path.
Return the argument with an initial component of \samp{\~} or
\samp{\~\var{user}} replaced by that \var{user}'s home directory. An
initial \samp{\~{}} is replaced by the environment variable
-\code{\${}HOME}; % $ <-- bow to font-lock
-an initial \samp{\~\var{user}} is looked up in the password directory through
-the built-in module \module{pwd}\refbimodindex{pwd}. If the expansion
-fails, or if the path does not begin with a tilde, the path is
-returned unchanged.
+\envvar{HOME}; an initial \samp{\~\var{user}} is looked up in the
+password directory through the built-in module
+\module{pwd}\refbimodindex{pwd}. If the expansion fails, or if the
+path does not begin with a tilde, the path is returned unchanged.
\end{funcdesc}
\begin{funcdesc}{expandvars}{p}