mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use the \note and \warning macros where appropriate.
This commit is contained in:
parent
64a5aaf05c
commit
0aa811c527
45 changed files with 156 additions and 163 deletions
|
@ -25,9 +25,9 @@ recognize, with options that require an argument followed by a colon
|
|||
(\character{:}; i.e., the same format that \UNIX{}
|
||||
\cfunction{getopt()} uses).
|
||||
|
||||
\strong{Note:} Unlike GNU \cfunction{getopt()}, after a non-option
|
||||
\note{Unlike GNU \cfunction{getopt()}, after a non-option
|
||||
argument, all further arguments are considered also non-options.
|
||||
This is similar to the way non-GNU \UNIX{} systems work.
|
||||
This is similar to the way non-GNU \UNIX{} systems work.}
|
||||
|
||||
\var{long_options}, if specified, must be a list of strings with the
|
||||
names of the long options which should be supported. The leading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue