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

Skip to content

Commit ee775a1

Browse files
committed
Make use of \longprogramopt where appropriate.
1 parent 2b85341 commit ee775a1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libexcs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ \section{Built-in Exceptions}
137137
\begin{excdesc}{FloatingPointError}
138138
Raised when a floating point operation fails. This exception is
139139
always defined, but can only be raised when Python is configured
140-
with the \programopt{-}\programopt{-with-fpectl} option, or the
140+
with the \longprogramopt{with-fpectl} option, or the
141141
\constant{WANT_SIGFPE_HANDLER} symbol is defined in the
142142
\file{config.h} file.
143143
\end{excdesc}

Doc/lib/libsys.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ \section{\module{sys} ---
8989
A string giving the site-specific directory prefix where the
9090
platform-dependent Python files are installed; by default, this is
9191
also \code{'/usr/local'}. This can be set at build time with the
92-
\programopt{-}\programopt{-exec-prefix} argument to the
92+
\longprogramopt{exec-prefix} argument to the
9393
\program{configure} script. Specifically, all configuration files
9494
(e.g. the \file{config.h} header file) are installed in the directory
9595
\code{exec_prefix + '/lib/python\var{version}/config'}, and shared
@@ -199,7 +199,7 @@ \section{\module{sys} ---
199199
A string giving the site-specific directory prefix where the platform
200200
independent Python files are installed; by default, this is the string
201201
\code{'/usr/local'}. This can be set at build time with the
202-
\programopt{-}\programopt{-prefix} argument to the
202+
\longprogramopt{prefix} argument to the
203203
\program{configure} script. The main collection of Python library
204204
modules is installed in the directory \code{prefix +
205205
'/lib/python\var{version}'} while the platform independent header

0 commit comments

Comments
 (0)