Little formatting things.
authormdw <mdw>
Thu, 20 May 1999 23:00:42 +0000 (23:00 +0000)
committermdw <mdw>
Thu, 20 May 1999 23:00:42 +0000 (23:00 +0000)
mdwopt.c

index 6814e99..937d699 100644 (file)
--- a/mdwopt.c
+++ b/mdwopt.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mdwopt.c,v 1.5 1999/05/19 20:23:59 mdw Exp $
+ * $Id: mdwopt.c,v 1.6 1999/05/20 23:00:42 mdw Exp $
  *
  * Options parsing, similar to GNU @getopt_long@
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: mdwopt.c,v $
+ * Revision 1.6  1999/05/20 23:00:42  mdw
+ * Little formatting things.
+ *
  * Revision 1.5  1999/05/19 20:23:59  mdw
  * Change naming to match newer mLib conventions.
  *
@@ -388,9 +391,10 @@ static const char *findOpt(int o, const char *shortopt,
  *
  *              If the flag @OPTF_ENVVAR@ is set on entry, options will be
  *              extracted from an environment variable whose name is built by
- *              capitalising all the letters of the program's name.  (This
+ *              capitalizing all the letters of the program's name.  (This
  *              allows a user to have different default settings for a
- *              program, by calling it through different symbolic links.)  */
+ *              program, by calling it through different symbolic links.)
+ */
 
 int mdwopt(int argc, char *const *argv,
           const char *shortopt,