Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 310ee61

Browse files
committed
Missed a couple of program options that had been marked by \code.
1 parent a24f7b7 commit 310ee61

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/api/api.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,7 @@ \chapter{Initialization, Finalization, and Threads
26262626
the prefix is \code{"/usr/local"}. The returned string points into
26272627
static storage; the caller should not modify its value. This
26282628
corresponds to the \makevar{prefix} variable in the top-level
2629-
\file{Makefile} and the \code{-}\code{-prefix} argument to the
2629+
\file{Makefile} and the \programopt{-}\programopt{-prefix} argument to the
26302630
\program{configure} script at build time. The value is available to
26312631
Python code as \code{sys.prefix}. It is only useful on \UNIX{}. See
26322632
also the next function.
@@ -2641,9 +2641,9 @@ \chapter{Initialization, Finalization, and Threads
26412641
\code{"/usr/local"}. The returned string points into static storage;
26422642
the caller should not modify its value. This corresponds to the
26432643
\makevar{exec_prefix} variable in the top-level \file{Makefile} and the
2644-
\code{-}\code{-exec_prefix} argument to the \program{configure} script
2645-
at build time. The value is available to Python code as
2646-
\code{sys.exec_prefix}. It is only useful on \UNIX{}.
2644+
\programopt{-}\programopt{-exec_prefix} argument to the
2645+
\program{configure} script at build time. The value is available to
2646+
Python code as \code{sys.exec_prefix}. It is only useful on \UNIX{}.
26472647
26482648
Background: The exec-prefix differs from the prefix when platform
26492649
dependent files (such as executables and shared libraries) are

0 commit comments

Comments
 (0)