Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RUNOFF (TCL) (m604806+runoff.htm)
Initiates the RUNOFF text processor.
TCL-II command.
RUNOFF file-specifier item-list {(options}
file-specifieris the file containing text items to be RUNOFF.
item-listis one or more item-ids separated by spaces, a list generated by a list-generating command, or an asterisk (*) to specify all items.
J Suppresses highlight.
N Suppresses automatic paging.
P Sends output to printer.
R Resets all parameters on each new item.
S Suppresses underline and bold.
U Forces uppercase.
The 'hilite' facility prints a character in the margin against selected lines of text.
The following command turns on the hilite facility, using the current hilite character or the default hilite character, which is '|':
.HILITE ON
The following command turns on the hilite facility and assigns hilite character c, where c is a character greater than space, less than a system delimiter, and not 'o' or 'O':
.HILITE c
The following command turns the hilite facility off:
.HILITE OFF