4.4BSD/usr/share/man/cat1/fpr.0

Compare this file to the similar file:
Show the results in this format:

FPR(1)                       BSD Reference Manual                       FPR(1)

NNAAMMEE
     ffpprr - print Fortran file

SSYYNNOOPPSSIISS
     ffpprr

DDEESSCCRRIIPPTTIIOONN
     FFpprr is a filter that transforms files formatted according to Fortran's
     carriage control conventions into files formatted according to UNIX line
     printer conventions.

     FFpprr copies its input onto its output, replacing the carriage control
     characters with characters that will produce the intended effects when
     printed using lpr(1).  The first character of each line determines the
     vertical spacing as follows:

           Blank        One line
           0            Two lines
           1            To first line of next page
           +            No advance

     A blank line is treated as if its first character is a blank. A blank
     that appears as a carriage control character is deleted. A zero is
     changed to a newline.  A one is changed to a form feed. The effects of a
     "+" are simulated using backspaces.

EEXXAAMMPPLLEESS
           a.out | fpr | lpr

           fpr < f77.output | lpr

HHIISSTTOORRYY
     The ffpprr command appeared in 4.2BSD.

BBUUGGSS
     Results are undefined for input lines longer than 170 characters.

4.2 Berkeley Distribution        June 6, 1993                                1