=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/asa/Attic/asa.1,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/asa/Attic/asa.1 1999/07/04 11:53:50 1.7 +++ src/usr.bin/asa/Attic/asa.1 2000/03/04 21:12:00 1.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asa.1,v 1.7 1999/07/04 11:53:50 aaron Exp $ +.\" $OpenBSD: asa.1,v 1.8 2000/03/04 21:12:00 aaron Exp $ .\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -50,7 +50,8 @@ and writes them to the standard output. .Pp 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 .It Output the rest of the line without change. @@ -71,19 +72,21 @@ Lines beginning with characters other than the above are treated as if they begin with a space .Pq Sq \ . +.Pp +The +.Nm +utility exits 0 on success or >0 if an error occurred. .Sh EXAMPLES To view a file containing the output of a .Tn FORTRAN program: +.Pp .Dl asa file .Pp To format the output of a .Tn FORTRAN program and redirect it to a line-printer. +.Pp .Dl a.out | asa | lpr -.Sh DIAGNOSTICS -The -.Nm -utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr f77 1 .Sh STANDARDS