Minor formatting nit in the manpage.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Dec 2008 10:26:03 +0000 (10:26 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Dec 2008 10:26:03 +0000 (10:26 +0000)
[r24513]

cparser.1

index 767f76d..1e2cbe8 100644 (file)
--- a/cparser.1
+++ b/cparser.1
@@ -132,7 +132,7 @@ In particular these are
 .It Fl Wcast-qual
 Warn whenever a pointer cast removes qualifiers from the pointed-to type, e.g. casting a const char* to char*.
 .It Fl Wchar-subscripts
-Warn about using an expression of type char as array subscript, e.g. char c; arr[c].
+Warn about using an expression of type char as array subscript, e.g. char\ c; arr[c].
 .It Fl Wdeclaration-after-statement
 Warn about mixing declarations and statements, which is not allowed prior to C99.
 .It Fl Wdiv-by-zero