From c9f4b29927db3499e6b2d0b7ac0399447bca073a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 9 Oct 2022 11:40:19 -0700 Subject: Formatting typo in man page. * cppawk.1: --dump-macros comes out wrong due to hyphen being mistyped as backslash. --- cppawk.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppawk.1 b/cppawk.1 index 33627e6..77f5357 100644 --- a/cppawk.1 +++ b/cppawk.1 @@ -179,7 +179,7 @@ Pretend that the shell which executes isn't GNU Bash, even if it is. This has the effect of disabling the use of process substitution in favor of the use of a temporary file. -.IP "\fB-\dump-macros\fR" +.IP "\fB--dump-macros\fR" Instruct the preprocessor to dump all of the .B #define directives instead of the preprocessed output. Since this is only useful with -- cgit v1.2.3