Mercurial > ~dholland > hg > tradcpp > index.cgi
changeset 182:f7814226906c
very minor changes from openbsd
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 03:21:36 -0400 |
parents | 44ea61019069 |
children | 4c3375895c6e |
files | CHANGES main.c tradcpp.1 |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Fri Jun 12 03:16:04 2015 -0400 +++ b/CHANGES Fri Jun 12 03:21:36 2015 -0400 @@ -1,4 +1,6 @@ pending + - Typo fix in man page from Jason McIntyre; and change "Usage" to + "usage" in usage for pedantic reasons, from Igor Sobrado. - Accept "-" as either input or output file name to mean stdin or stdout respectively. Suggested by Jonathan Gray. - Fix output spacing behavior to match gcc when newlines appear in or
--- a/main.c Fri Jun 12 03:16:04 2015 -0400 +++ b/main.c Fri Jun 12 03:21:36 2015 -0400 @@ -959,7 +959,7 @@ va_end(ap); fprintf(stderr, "\n"); - fprintf(stderr, "Usage: %s [options] [infile [outfile]]\n", progname); + fprintf(stderr, "usage: %s [options] [infile [outfile]]\n", progname); fprintf(stderr, "Common options:\n"); fprintf(stderr, " -C Retain comments\n"); fprintf(stderr, " -Dmacro[=def] Predefine macro\n");
--- a/tradcpp.1 Fri Jun 12 03:16:04 2015 -0400 +++ b/tradcpp.1 Fri Jun 12 03:21:36 2015 -0400 @@ -96,7 +96,7 @@ Currently line number information is not generated at all and this option has no effect. .It Fl Umacro -Remove any existing defintion for the named macro. +Remove any existing definition for the named macro. Note that like many Unix compilers, .Nm does not accept a space between the