diff --git a/src/pcre2grep.c b/src/pcre2grep.c index d95e7d7..a58a41c 100644 --- a/src/pcre2grep.c +++ b/src/pcre2grep.c @@ -1537,7 +1537,7 @@ switch(endlinetype) case '\v': /* VT */ case '\f': /* FF */ case '\r': /* CR */ -#ifndef EBCDIE +#ifndef EBCDIC case 0x85: /* Unicode NEL */ case 0x2028: /* Unicode LS */ case 0x2029: /* Unicode PS */ @@ -1557,8 +1557,6 @@ switch(endlinetype) - - /************************************************* * Print the previous "after" lines * *************************************************/ @@ -1673,7 +1671,7 @@ executable name, and the following substrings specify the arguments: program_name|param1|param2|... -Any substirng (including the program name) can contain escape sequences +Any substring (including the program name) can contain escape sequences started by the dollar character. The escape sequences are substituted as follows: @@ -2951,7 +2949,6 @@ return options; - /************************************************* * Construct printed ordinal * *************************************************/