home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / riscbsd / 1_1_contri / usd / 11_notes / 4_1 < prev    next >
Encoding:
Text File  |  1986-05-27  |  679 b   |  23 lines

  1. .\"    @(#)4.1    6.1 (Berkeley) 5/26/86
  2. .\"
  3. .se "Hard Copy Output"
  4.  
  5.     The program ``nfprint'' sends to standard output a nicely formatted listing of
  6. the notesfile in its command line.
  7. Its format is:
  8.  
  9.     nfprint [-lnn] [-p] [-t] topic [ note# ] [ note#-note# ] [ ... ]
  10.  
  11. The ``-l'' option specifies an alternate page size (the default is
  12. 66).
  13. The optional note number list specifies that only
  14. certain notes of the notesfile
  15. are to be printed.  The list can specify individual notes and ranges.
  16. The notes are printed in the order specified.
  17.  
  18.     The -p option specifies that each notestring is to begin
  19. on a new page.
  20. The -t option signifies that only a table of contents is to be
  21. generated.
  22.  
  23.