File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ \section{Standard Module \sectcode{getopt}}
66It supports the same conventions as the \UNIX {}
77\code {getopt()}
88function (including the special meanings of arguments of the form
9- \samp {-} and \samp {--}). Long options similar to those supported by
9+ `\code {-}' and `\code {-}\code {-}').
10+ % That's to fool latex2html into leaving the two hyphens alone!
11+ Long options similar to those supported by
1012GNU software may be used as well via an optional third argument.
1113It defines the function
1214\code {getopt.getopt(args, options [, long_options])}
@@ -24,7 +26,7 @@ \section{Standard Module \sectcode{getopt}}
2426\code {getopt()}
2527uses).
2628The third option, if specified, is a list of strings with the names of
27- the long options which should be supported. The leading \code {'--'}
29+ the long options which should be supported. The leading \code {'-} \code { -'}
2830characters should not be included in the option name. Options which
2931require an argument should be followed by an equal sign (\code {'='}).
3032The return value consists of two elements: the first is a list of
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ \section{Standard Module \sectcode{getopt}}
66It supports the same conventions as the \UNIX {}
77\code {getopt()}
88function (including the special meanings of arguments of the form
9- \samp {-} and \samp {--}). Long options similar to those supported by
9+ `\code {-}' and `\code {-}\code {-}').
10+ % That's to fool latex2html into leaving the two hyphens alone!
11+ Long options similar to those supported by
1012GNU software may be used as well via an optional third argument.
1113It defines the function
1214\code {getopt.getopt(args, options [, long_options])}
@@ -24,7 +26,7 @@ \section{Standard Module \sectcode{getopt}}
2426\code {getopt()}
2527uses).
2628The third option, if specified, is a list of strings with the names of
27- the long options which should be supported. The leading \code {'--'}
29+ the long options which should be supported. The leading \code {'-} \code { -'}
2830characters should not be included in the option name. Options which
2931require an argument should be followed by an equal sign (\code {'='}).
3032The return value consists of two elements: the first is a list of
You can’t perform that action at this time.
0 commit comments