# HG changeset patch
# User David A. Holland
# Date 1434093696 14400
# Node ID f7814226906ca00d936693b64d9214c352599cbf
# Parent  44ea6101906967bd07876a481cd69de939d108b1
very minor changes from openbsd

diff -r 44ea61019069 -r f7814226906c CHANGES
--- 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
diff -r 44ea61019069 -r f7814226906c main.c
--- 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");
diff -r 44ea61019069 -r f7814226906c tradcpp.1
--- 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