summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsys.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-11 19:46:40 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-11 19:46:40 (GMT)
commitee775a194c4c09ca9b0b67dcf0b84cb8ee09b063 (patch)
tree7f9bb26df0a6a703bad4c832f35e3db63c0dd1f1 /Doc/lib/libsys.tex
parent2b853417769e8b4cc7d7917188490ee9aadc4550 (diff)
downloadcpython-ee775a194c4c09ca9b0b67dcf0b84cb8ee09b063.zip
cpython-ee775a194c4c09ca9b0b67dcf0b84cb8ee09b063.tar.gz
cpython-ee775a194c4c09ca9b0b67dcf0b84cb8ee09b063.tar.bz2
Make use of \longprogramopt where appropriate.
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r--Doc/lib/libsys.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex
index af2d21f..a92201c 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -89,7 +89,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
-\programopt{-}\programopt{-exec-prefix} argument to the
+\longprogramopt{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
@@ -199,7 +199,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
-\programopt{-}\programopt{-prefix} argument to the
+\longprogramopt{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