summaryrefslogtreecommitdiffstats
path: root/Doc/libsys.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-27 00:37:40 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-27 00:37:40 (GMT)
commitf76abb51ef4d66b951f4dc9f8a465435dd5ef808 (patch)
tree9d518e13ca36d1b839dfb2bb2bc011378116651f /Doc/libsys.tex
parent548703a1b81f6adf68a3dd4b497a88f5c4a31f4a (diff)
downloadcpython-f76abb51ef4d66b951f4dc9f8a465435dd5ef808.zip
cpython-f76abb51ef4d66b951f4dc9f8a465435dd5ef808.tar.gz
cpython-f76abb51ef4d66b951f4dc9f8a465435dd5ef808.tar.bz2
Make sure both hyphens of a long-option show up in the HTML output.
Diffstat (limited to 'Doc/libsys.tex')
-rw-r--r--Doc/libsys.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libsys.tex b/Doc/libsys.tex
index a8dbb08..932520d 100644
--- a/Doc/libsys.tex
+++ b/Doc/libsys.tex
@@ -79,7 +79,7 @@ the other two are undefined.
A string giving the site-specific
directory prefix where the platform-dependent Python files are
installed; by default, this is also \code{"/usr/local"}. This can be
-set at build time with the \code{--exec-prefix} argument to the
+set at build time with the \code{-}\code{-exec-prefix} argument to the
\program{configure} script. Specifically, all configuration files
(e.g. the \file{config.h} header file) are installed in the directory
\code{exec_prefix + "/lib/python\var{version}/config"}, and shared library
@@ -165,7 +165,7 @@ components to \code{path}, for instance.
A string giving the site-specific directory prefix where the platform
independent Python files are installed; by default, this is the string
\code{"/usr/local"}. This can be set at build time with the
-\code{--prefix} argument to the \program{configure} script. The main
+\code{-}\code{-prefix} argument to the \program{configure} script. The main
collection of Python library modules is installed in the directory
\code{prefix + "/lib/python\var{version}"} while the platform
independent header files (all except \file{config.h}) are stored in