Difference between revisions of "RUNOFF"

From Computer History Wiki
Jump to: navigation, search
(Stubby, but a start)
 
m (External links: +BCC 500 version)
 
Line 13: Line 13:
 
* [http://mit.edu/saltzer/www/publications/ctss/AH.9.01.html Manuscript Typing and Editing] - original CTSS documentation
 
* [http://mit.edu/saltzer/www/publications/ctss/AH.9.01.html Manuscript Typing and Editing] - original CTSS documentation
 
* [http://mit.edu/saltzer/www/publications/ctss/CC-244.html TYPSET and RUNOFF, memorandum editor and type-out commands]
 
* [http://mit.edu/saltzer/www/publications/ctss/CC-244.html TYPSET and RUNOFF, memorandum editor and type-out commands]
 +
* [https://github.com/larsbrinkhoff/bcc-500/blob/master/text/SYSTEM-10%3A%20(DOCUMENTATION)/RUNOFF-MANUAL RUNOFF: A Program for the Preparation of Documents] - [[BCC 500]] version
  
 
[[Category: Application Software]]
 
[[Category: Application Software]]

Latest revision as of 13:15, 14 January 2025

RUNOFF was one of the first text formatting applications. It was written by Jerry Saltzer, on CTSS. Input files for RUNOFF were prepared with a special editor, TYPSET.

RUNOFF is (via re-implementations on Multics) the ancestor of the roff/nroff/etc series on UNIX; also similar text formatting applications on other systems.

See also

External links