[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.10 and 1.11

version 1.10, 2002/11/14 02:57:27 version 1.11, 2003/06/10 09:12:09
Line 53 
Line 53 
 character.  character.
 Additionally, the following characters are interpreted as shown:  Additionally, the following characters are interpreted as shown:
 .Bl -tag -width indent  .Bl -tag -width indent
 .It <space>  .It Aq space
 Output the rest of the line without change.  Output the rest of the line without change.
 .It 0  .It 0
 Output a newline  Output a newline
 .Pq Sq \en  .Pq Sq \en
 character before printing the rest of the line.  character before printing the rest of the line.
 .It 1  .It 1
 Output a <formfeed> character before printing the rest of the line.  Output a
   .Aq formfeed
   character before printing the rest of the line.
 .It +  .It +
 The trailing newline  The trailing newline
 .Pq Sq \en  .Pq Sq \en
Line 78 
Line 80 
 utility exits 0 on success or >0 if an error occurred.  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  .Pp
 .Dl $ asa file  .Dl $ asa file
 .Pp  .Pp

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11