Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.

This commit is contained in:
Fred Drake 2000-10-10 17:03:45 +00:00
parent 2d34cd3ecf
commit f8ca7d88c6
16 changed files with 40 additions and 38 deletions

View file

@ -1,8 +1,9 @@
\section{\module{getopt} ---
Parser for command line options.}
\declaremodule{standard}{getopt}
Parser for command line options}
\modulesynopsis{Parser for command line options.}
\declaremodule{standard}{getopt}
\modulesynopsis{Portable parser for command line options; support both
short and long option names.}
This module helps scripts to parse the command line arguments in