summaryrefslogtreecommitdiff
path: root/usr.bin/asa
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-04 21:12:02 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-04 21:12:02 +0000
commit0388cbbdc4a701772bc922dbda666b640494329b (patch)
treef423c67bfa171e89e4c7cb39ba891a6be9332403 /usr.bin/asa
parent443bd0ec4c173d89d8b0d06b1a2a22103954b1af (diff)
Many improvements and general cleanup/standardization.
Diffstat (limited to 'usr.bin/asa')
-rw-r--r--usr.bin/asa/asa.115
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1
index 81266fe8531..6cddd4e1899 100644
--- a/usr.bin/asa/asa.1
+++ b/usr.bin/asa/asa.1
@@ -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 @@ carriage-control characters to line-printer control sequences,
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 <space>
Output the rest of the line without change.
@@ -71,19 +72,21 @@ before printing the rest of the line.
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