Missed a couple of program options that had been marked by \code.

This commit is contained in:
Fred Drake 1999-11-09 17:31:42 +00:00
parent a24f7b759a
commit 310ee61f20
1 changed files with 4 additions and 4 deletions

View File

@ -2626,7 +2626,7 @@ for example, if the program name is \code{"/usr/local/bin/python"},
the prefix is \code{"/usr/local"}. The returned string points into the prefix is \code{"/usr/local"}. The returned string points into
static storage; the caller should not modify its value. This static storage; the caller should not modify its value. This
corresponds to the \makevar{prefix} variable in the top-level corresponds to the \makevar{prefix} variable in the top-level
\file{Makefile} and the \code{-}\code{-prefix} argument to the \file{Makefile} and the \programopt{-}\programopt{-prefix} argument to the
\program{configure} script at build time. The value is available to \program{configure} script at build time. The value is available to
Python code as \code{sys.prefix}. It is only useful on \UNIX{}. See Python code as \code{sys.prefix}. It is only useful on \UNIX{}. See
also the next function. also the next function.
@ -2641,9 +2641,9 @@ variables; for example, if the program name is
\code{"/usr/local"}. The returned string points into static storage; \code{"/usr/local"}. The returned string points into static storage;
the caller should not modify its value. This corresponds to the the caller should not modify its value. This corresponds to the
\makevar{exec_prefix} variable in the top-level \file{Makefile} and the \makevar{exec_prefix} variable in the top-level \file{Makefile} and the
\code{-}\code{-exec_prefix} argument to the \program{configure} script \programopt{-}\programopt{-exec_prefix} argument to the
at build time. The value is available to Python code as \program{configure} script at build time. The value is available to
\code{sys.exec_prefix}. It is only useful on \UNIX{}. Python code as \code{sys.exec_prefix}. It is only useful on \UNIX{}.
Background: The exec-prefix differs from the prefix when platform Background: The exec-prefix differs from the prefix when platform
dependent files (such as executables and shared libraries) are dependent files (such as executables and shared libraries) are