[BACK]Return to asa.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / asa

Diff for /src/usr.bin/asa/Attic/asa.1 between version 1.7 and 1.8

version 1.7, 1999/07/04 11:53:50 version 1.8, 2000/03/04 21:12:00
Line 50 
Line 50 
 and writes them to the standard output.  and writes them to the standard output.
 .Pp  .Pp
 The first character of each line is interpreted as a carriage-control  The first character of each line is interpreted as a carriage-control
 character.  Additionally, the following characters are interpreted as shown:  character.
   Additionally, the following characters are interpreted as shown:
 .Bl -tag -width indent  .Bl -tag -width indent
 .It <space>  .It <space>
 Output the rest of the line without change.  Output the rest of the line without change.
Line 71 
Line 72 
 Lines beginning with characters other than the above are treated as if they  Lines beginning with characters other than the above are treated as if they
 begin with a space  begin with a space
 .Pq Sq \  .  .Pq Sq \  .
   .Pp
   The
   .Nm
   utility exits 0 on success or >0 if an error occurred.
 .Sh EXAMPLES  .Sh EXAMPLES
 To view a file containing the output of a  To view a file containing the output of a
 .Tn FORTRAN program:  .Tn FORTRAN program:
   .Pp
 .Dl asa file  .Dl asa file
 .Pp  .Pp
 To format the output of a  To format the output of a
 .Tn FORTRAN  .Tn FORTRAN
 program and redirect it to a line-printer.  program and redirect it to a line-printer.
   .Pp
 .Dl a.out | asa | lpr  .Dl a.out | asa | lpr
 .Sh DIAGNOSTICS  
 The  
 .Nm  
 utility exits 0 on success or >0 if an error occurred.  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr f77 1  .Xr f77 1
 .Sh STANDARDS  .Sh STANDARDS

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8