Fix typo and remove extraneous blank lines.
This commit is contained in:
parent
59c461817e
commit
2b36600b2b
|
@ -1537,7 +1537,7 @@ switch(endlinetype)
|
||||||
case '\v': /* VT */
|
case '\v': /* VT */
|
||||||
case '\f': /* FF */
|
case '\f': /* FF */
|
||||||
case '\r': /* CR */
|
case '\r': /* CR */
|
||||||
#ifndef EBCDIE
|
#ifndef EBCDIC
|
||||||
case 0x85: /* Unicode NEL */
|
case 0x85: /* Unicode NEL */
|
||||||
case 0x2028: /* Unicode LS */
|
case 0x2028: /* Unicode LS */
|
||||||
case 0x2029: /* Unicode PS */
|
case 0x2029: /* Unicode PS */
|
||||||
|
@ -1557,8 +1557,6 @@ switch(endlinetype)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
* Print the previous "after" lines *
|
* Print the previous "after" lines *
|
||||||
*************************************************/
|
*************************************************/
|
||||||
|
@ -1673,7 +1671,7 @@ executable name, and the following substrings specify the arguments:
|
||||||
|
|
||||||
program_name|param1|param2|...
|
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
|
started by the dollar character. The escape sequences are substituted as
|
||||||
follows:
|
follows:
|
||||||
|
|
||||||
|
@ -2951,7 +2949,6 @@ return options;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
* Construct printed ordinal *
|
* Construct printed ordinal *
|
||||||
*************************************************/
|
*************************************************/
|
||||||
|
|
Loading…
Reference in New Issue