Removed trailing blanks in the Help files (234 instances in 60 files; some were multiple blanks on a blank line, most were a single blank at the end of a line).

This commit is contained in:
Dave Lyons
2020-08-18 00:43:12 -07:00
parent cd8971945c
commit 07cb08b8be
60 changed files with 234 additions and 234 deletions

View File

@@ -3,7 +3,7 @@ expand -- Expand tabs (EXTERNAL) [v1.1]
Written by Jeff Ding
syntax: expand <pathname> [-c<ascii number>] [-t<number>]
[-s"<tabstop 1,tabstop 2,tabstop 3,....,tabstop 16>"]
[-s"<tabstop 1,tabstop 2,tabstop 3,....,tabstop 16>"]
ex: expand file.w.tabs
expand merlin.s -c160 -s"14,20,35"
@@ -15,7 +15,7 @@ lines are split into multiple lines. Use output redirection on the
command line to save output in a file (last example). The second
example works great for viewing Merlin source files.
Options are as follows:
Options are as follows:
-c: character for tab. Enter the ascii value of the character
to use for the tab expansion. The default character is value 9