=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/asa/Attic/asa.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/asa/Attic/asa.1 1998/09/07 16:44:33 1.4 --- src/usr.bin/asa/Attic/asa.1 1998/09/23 04:32:34 1.5 *************** *** 1,4 **** ! .\" $OpenBSD: asa.1,v 1.4 1998/09/07 16:44:33 aaron Exp $ .\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. --- 1,4 ---- ! .\" $OpenBSD: asa.1,v 1.5 1998/09/23 04:32:34 aaron Exp $ .\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. *************** *** 37,44 **** .Nm fpr .Nd interpret carriage-control characters. .Sh SYNOPSIS ! .Nm asa|fpr .Op Ar .Sh DESCRIPTION The .Nm --- 37,46 ---- .Nm fpr .Nd interpret carriage-control characters. .Sh SYNOPSIS ! .Nm asa .Op Ar + .Nm fpr + .Op Ar .Sh DESCRIPTION The .Nm *************** *** 48,68 **** and writes them to the standard output. .Pp The first character of each line is interpreted as a carriage-control ! character. The following characters are interpreted as follows: .Bl -tag -width indent .It Output the rest of the line without change. .It 0 ! Output a character before printing the rest of the line. .It 1 Output a character before printing the rest of the line. .It + ! The trailing of the previous line is replaced by a before printing the rest of the line. .El .Pp Lines beginning with characters other than the above are treated as if they ! begin with . .Sh EXAMPLES To view a file containing the output of a .Tn FORTRAN program: --- 50,76 ---- 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: .Bl -tag -width indent .It Output the rest of the line without change. .It 0 ! Output a newline ! .Pq Sq \en ! character before printing the rest of the line. .It 1 Output a character before printing the rest of the line. .It + ! The trailing newline ! .Pq Sq \en ! of the previous line is replaced by a carriage-return ! .Pq Sq \er before printing the rest of the line. .El .Pp Lines beginning with characters other than the above are treated as if they ! begin with a space ! .Pq Sq \ . .Sh EXAMPLES To view a file containing the output of a .Tn FORTRAN program: *************** *** 75,81 **** .Sh DIAGNOSTICS The .Nm ! utility exit 0 on success, and >0 if an error occurs. .Sh SEE ALSO .Xr f77 1 .Sh STANDARDS --- 83,89 ---- .Sh DIAGNOSTICS The .Nm ! utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr f77 1 .Sh STANDARDS