mirror of
https://github.com/david-schmidt/Davex.git
synced 2025-10-31 11:26:44 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user