From: mdw Date: Thu, 20 May 1999 23:00:42 +0000 (+0000) Subject: Little formatting things. X-Git-Tag: 1.2.4~4 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/664ee8439d59318520398ade43741522ea49fbba Little formatting things. --- diff --git a/mdwopt.c b/mdwopt.c index 6814e99..937d699 100644 --- 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,