home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / cug / softt-12.lbr / OS.DQC / OS.DOC
Encoding:
Text File  |  1984-07-05  |  1.0 KB  |  38 lines

  1. .he 'OS'03/20/80'OS'
  2. NAME
  3. .sp
  4. os - convert backspaces to line printer overstrikes
  5. .sp 2
  6. SYNOPSIS
  7. .sp
  8. os [ -<page_length> ]
  9. .sp 2
  10. DESCRIPTION
  11. .sp
  12. 'Os' is a filter that may be used to convert backspaces
  13. (such as those produced by the formatter for underlining
  14. and boldfacing) into standard Fortran line printer carriage
  15. control codes.
  16. .sp
  17. If the output of 'os' is spooled, the Fortran forms control
  18. mode must be in effect.
  19. Use of the "f" option on the 'sp' command (e.g. "os | sp / f") or the
  20. "f" option in the line printer spooler's pathname (e.g.
  21. "os >/dev/lps/f") will enable Fortran forms control.
  22. .sp
  23. 'Os' will generate a page-eject at the bottom of each page
  24. (to keep the pages correct in case of a paper jam).  The
  25. <page_length> is the number of lines per output page.  If
  26. <page_length> is omitted, 'os' assumes 66 (standard paper).
  27. .sp 2
  28. EXAMPLES
  29. .sp
  30. .nf
  31. fmt report | os | sp / f
  32. junk> os >/dev/lps/f/bjunk
  33. .fi
  34. .sp 2
  35. SEE ALSO
  36. .sp
  37. sp (1), fos (1)
  38.